aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Cancel outdated jobs - added support for pipeline jobsMartin Damovsky2-2/+14
2017-02-23Merge pull request #112 from jenkinsci/comments-propertiesMartin Damovsky1-18/+1
2017-02-23Merge pull request #113 from jenkinsci/masterMartin Damovsky1-2/+0
2017-02-23Merge branch 'master' into parameterize-comment-build-triggerNicholas Blair8-78/+128
2017-02-23pullrequest comments and their properties - some of them are not used at the ...Martin Damovsky1-18/+1
2017-02-23fixed bug in JSON Parsing for Pullrequest commentsMartin Damovsky1-2/+0
2017-02-22Fixed bug in PullRequest - NPE see https://github.com/nishio-dens/bitbucket-p...Martin Damovsky1-1/+4
2017-02-22Merge branch 'master' into parameterize-comment-build-triggerNicholas Blair7-94/+172
2017-02-20Fixed reported Findbugs issuesMartin Damovsky8-34/+81
2017-02-20Fix PR build status and update of job descriptionFrode Aannevik2-33/+40
2017-02-20check for disabled build for older jobsGazal K1-3/+7
2017-02-20Add support for Jenkins 2 (incomplete)Frode Aannevik2-13/+25
2017-02-18fix: can't have 2 @DataBoundConstructorsNicholas Blair5-37/+20
2017-02-18Add config entry for commentTrigger fieldNicholas Blair1-0/+3
2017-02-18Parameterize comment phrase to trigger a buildNicholas Blair2-78/+115
2017-02-18Merge pull request #9 from xob/cancel-outdatedMartin Damovsky3-7/+72
2017-02-18Merge pull request #11 from elifarley/loggingMartin Damovsky2-9/+0
2017-02-10Fix `null/null` repository URLWynand Pieters1-1/+1
2017-02-08Remove all "e.printStackTrace()" callselifarley1-2/+0
2017-02-08Remove all "e.printStackTrace()" callselifarley1-7/+0
2017-01-01Merge pull request #7 from csomme/bitbucket-v2-pr-comments-apiS.Nishio2-24/+47
2016-12-10Merge pull request #5 from technocoreai/http-client-timeoutS.Nishio1-1/+8
2016-12-07Improve parameter helpBrandon Istenes2-3/+12
2016-10-27Add option to cancel outdated builds when a pull request is updatedOlivier Bellemare3-7/+72
2016-08-25Use the V2 Bitbucket pull request comment API.Chris Somme2-24/+47
2016-06-22Readable helpNikolas Falco1-12/+19
2016-06-03Merge pull request #87 from frodeaa/ttp_multiple_jobsS.Nishio1-9/+5
2016-05-25remove adding parameters action in the EnvironmentContributorFrode Aannevik2-14/+17
2016-05-24Adapt to SECURITY-170Frode Aannevik2-28/+54
2016-05-21Fix TTP only working for one of multiple jobsFrode Aannevik1-9/+5
2016-04-30Merge pull request #85 from michaeljb/fix-root-urlS.Nishio1-1/+3
2016-04-25Use JenkinsLocationConfiguration to fetch the URL.Michael Brandt1-1/+3
2016-04-20Available "pullRequestAuthor" env variable (featured from #83)Maxim Epishchev6-17/+144
2016-04-08Set an explicit HTTP request timeoutAlexey Ermakov1-1/+8
2016-02-18Properly close connections to avoid TCP CLOSE_WAITMaxim Epishchev1-0/+2
2016-02-04Remove overqualified using of Class<T> as HttpClient interceptorMaxim Epishchev3-20/+15
2016-02-04Allow default "none" credential in BitbucketRepository::getCredentials()Maxim Epishchev1-0/+1
2016-02-03Limit size "key" field in BitBucket POST APIMaxim Epishchev5-8/+169
2016-02-01Add tests for integration CredentialsSupport functionalMaxim Epishchev4-63/+234
2016-02-01Merge branch 'CredentialsSupport' of https://github.com/kadaan/bitbucket-pull...Maxim Epishchev3-3/+48
2016-01-26Bugfixes issue for continuously rebuilding PRMaxim Epishchev4-36/+295
2016-01-21Refactoring filters code and add testsMaxim Epishchev7-11/+288
2016-01-15Fix UTF-8 build statuses and fix issue:1; also minor fixesMaxim Epishchev5-21/+53
2016-01-13Add branches to build filter (similar issue:61)Maxim Epishchev5-5/+143
2015-12-17Merge branch 'master_k' into CredentialsSupportJoel Baranick9-109/+103
2015-12-07Use new Build Status instead of commenting on pull requestsBjörn Dahlgren9-108/+102
2015-10-28Add support for plaintext username/password unless credentials are specified.Joel Baranick3-2/+29
2015-10-21Support credentials by allowing UsernamePasswordCredentials to be picked when...Joel Baranick3-20/+39
2015-09-04:lipstick: Only some cosmetiquesJonathan Brachthäuser1-15/+15
2015-09-04Factor out url construction to v1 and v2Jonathan Brachthäuser1-13/+16