Class BitbucketBuildStatusNotifications
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.BitbucketBuildStatusNotifications
This class encapsulates all Bitbucket notifications logic.
BitbucketBuildStatusNotifications.JobCompletedListener
sends a notification to Bitbucket after a build finishes.
Only builds derived from a job that was created as part of a multi-branch project will be processed by this listener.-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Sends notifications to Bitbucket on Checkout (for the "In Progress" Status).static class
Sends notifications to Bitbucket on Run completed. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
BitbucketBuildStatusNotifications
public BitbucketBuildStatusNotifications()
-