aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/bitbucketpullrequestbuilder/bitbucketpullrequestbuilder/BitbucketPullRequestsBuilder.java
AgeCommit message (Collapse)AuthorFilesLines
2017-12-13Version 0.1.00.1.0Igor Pashev1-87/+0
2017-06-26Fixed missing initDaniel Fly1-0/+1
2017-06-26Added missing init to fix NullPointerException when setting build statusDaniel Fly1-1/+1
2017-06-04Decreased logging level from INFO to FINE across whole pluginMartin Damovsky1-1/+1
2017-02-20Add support for Jenkins 2 (incomplete)Frode Aannevik1-4/+5
Replace use of AbstractProject with Job to fix ClassCastException thrown when using the plugin in a pipeline job The fix is "not" complete, it remains to find a replacement to the call AbstractProject.isDisabled used to decide if the build should be skipped Previously called in BitbucketBuildTrigger.run() fixes #94
2017-02-08Remove all "e.printStackTrace()" callselifarley1-2/+0
2016-02-03Limit size "key" field in BitBucket POST APIMaxim Epishchev1-2/+15
Refactoring method ApiClient::computeAPIKey() to check maximum size of computed key. Now field size contolled by special constant ApiClient::MAX_KEY_SIZE_BB_API. This changes will resolve, in my opinion, issue with continuously rebuilding: method ApiClient::hasBuildStatus() fail and PR's are always trigger new builds.
2016-01-15Fix UTF-8 build statuses and fix issue:1; also minor fixesMaxim Epishchev1-0/+12
2015-09-04Refactored: Only have one file for JSON POJOsJonathan Brachthäuser1-2/+2
2014-05-14Delete the first comment when build is finished for a cleaner appearance.Robert Jeppesen1-1/+0
Implements #8
2014-02-12initial commitS.nishio1-0/+63