Class BitBucketPPRHookJobDslContext
java.lang.Object
io.jenkins.plugins.bitbucketpushandpullrequest.extensions.dsl.BitBucketPPRHookJobDslContext
- All Implemented Interfaces:
javaposse.jobdsl.dsl.Context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpullRequestApprovedAction(boolean onlyIfReviewersApproved) voidpullRequestApprovedAction(boolean onlyIfReviewersApproved, String allowedBranches) voidpullRequestApprovedAction(boolean onlyIfReviewersApproved, String allowedBranches, boolean isToApprove) Deprecated.voidvoidpullRequestCommentCreatedAction(String allowedBranches) voidpullRequestCommentCreatedAction(String allowedBranches, String commentFilter) voidvoidpullRequestCommentDeletedAction(String allowedBranches) voidvoidpullRequestCommentUpdatedAction(String allowedBranches) voidpullRequestCommentUpdatedAction(String allowedBranches, String commentFilter) voidvoidpullRequestCreatedAction(String allowedBranches) voidpullRequestCreatedAction(String allowedBranches, boolean isToApprove) voidpullRequestCreatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) voidvoidpullRequestDeclinedAction(String allowedBranches) voidvoidpullRequestMergedAction(String allowedBranches) voidpullRequestMergedAction(String allowedBranches, boolean isToApprove) voidpullRequestServerApprovedAction(boolean onlyIfReviewersApproved) voidpullRequestServerApprovedAction(boolean onlyIfReviewersApproved, String allowedBranches) voidpullRequestServerApprovedAction(boolean onlyIfReviewersApproved, String allowedBranches, boolean isToApprove) Deprecated.voidvoidpullRequestServerCommentCreatedAction(String allowedBranches) voidpullRequestServerCommentCreatedAction(String allowedBranches, String commentFilter) voidvoidpullRequestServerCreatedAction(String allowedBranches) voidpullRequestServerCreatedAction(String allowedBranches, boolean isToApprove) voidpullRequestServerCreatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) voidvoidpullRequestServerDeclinedAction(String allowedBranches) voidvoidpullRequestServerMergedAction(String allowedBranches) voidpullRequestServerMergedAction(String allowedBranches, boolean isToApprove) voidvoidpullRequestServerSourceUpdatedAction(String allowedBranches) voidpullRequestServerSourceUpdatedAction(String allowedBranches, boolean isToApprove) voidpullRequestServerSourceUpdatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) voidvoidpullRequestServerUpdatedAction(String allowedBranches) voidpullRequestServerUpdatedAction(String allowedBranches, boolean isToApprove) voidpullRequestServerUpdatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) voidvoidpullRequestUpdatedAction(String allowedBranches) voidpullRequestUpdatedAction(String allowedBranches, boolean isToApprove) voidpullRequestUpdatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) voidrepositoryPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches) voidrepositoryPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches, boolean isToApprove) voidrepositoryPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches, boolean isToApprove, boolean triggerOnlyIfTagPush) voidrepositoryServerPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches) voidrepositoryServerPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches, boolean isToApprove) voidrepositoryServerPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches, boolean isToApprove, boolean triggerOnlyIfTagPush)
-
Constructor Details
-
BitBucketPPRHookJobDslContext
public BitBucketPPRHookJobDslContext()
-
-
Method Details
-
repositoryPushAction
public void repositoryPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches) -
repositoryPushAction
public void repositoryPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches, boolean isToApprove) -
repositoryPushAction
public void repositoryPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches, boolean isToApprove, boolean triggerOnlyIfTagPush) -
pullRequestApprovedAction
-
pullRequestApprovedAction
public void pullRequestApprovedAction(boolean onlyIfReviewersApproved) -
pullRequestApprovedAction
@Deprecated public void pullRequestApprovedAction(boolean onlyIfReviewersApproved, String allowedBranches, boolean isToApprove) Deprecated. -
pullRequestCreatedAction
public void pullRequestCreatedAction() -
pullRequestCreatedAction
-
pullRequestCreatedAction
-
pullRequestCreatedAction
public void pullRequestCreatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) -
pullRequestUpdatedAction
public void pullRequestUpdatedAction() -
pullRequestUpdatedAction
-
pullRequestUpdatedAction
-
pullRequestUpdatedAction
public void pullRequestUpdatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) -
pullRequestMergedAction
public void pullRequestMergedAction() -
pullRequestMergedAction
-
pullRequestMergedAction
-
pullRequestDeclinedAction
public void pullRequestDeclinedAction() -
pullRequestDeclinedAction
-
pullRequestCommentCreatedAction
public void pullRequestCommentCreatedAction() -
pullRequestCommentCreatedAction
-
pullRequestCommentCreatedAction
-
pullRequestCommentUpdatedAction
public void pullRequestCommentUpdatedAction() -
pullRequestCommentUpdatedAction
-
pullRequestCommentUpdatedAction
-
pullRequestCommentDeletedAction
public void pullRequestCommentDeletedAction() -
pullRequestCommentDeletedAction
-
repositoryServerPushAction
public void repositoryServerPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches) -
repositoryServerPushAction
public void repositoryServerPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches, boolean isToApprove) -
repositoryServerPushAction
public void repositoryServerPushAction(boolean triggerAlsoIfTagPush, boolean triggerAlsoIfNothingChanged, String allowedBranches, boolean isToApprove, boolean triggerOnlyIfTagPush) -
pullRequestServerApprovedAction
public void pullRequestServerApprovedAction(boolean onlyIfReviewersApproved) -
pullRequestServerApprovedAction
public void pullRequestServerApprovedAction(boolean onlyIfReviewersApproved, String allowedBranches) -
pullRequestServerApprovedAction
@Deprecated public void pullRequestServerApprovedAction(boolean onlyIfReviewersApproved, String allowedBranches, boolean isToApprove) Deprecated. -
pullRequestServerCreatedAction
public void pullRequestServerCreatedAction() -
pullRequestServerCreatedAction
-
pullRequestServerCreatedAction
-
pullRequestServerCreatedAction
public void pullRequestServerCreatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) -
pullRequestServerUpdatedAction
public void pullRequestServerUpdatedAction() -
pullRequestServerUpdatedAction
-
pullRequestServerUpdatedAction
-
pullRequestServerUpdatedAction
public void pullRequestServerUpdatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) -
pullRequestServerSourceUpdatedAction
public void pullRequestServerSourceUpdatedAction() -
pullRequestServerSourceUpdatedAction
-
pullRequestServerSourceUpdatedAction
-
pullRequestServerSourceUpdatedAction
public void pullRequestServerSourceUpdatedAction(String allowedBranches, boolean isToApprove, boolean isToDecline) -
pullRequestServerMergedAction
public void pullRequestServerMergedAction() -
pullRequestServerMergedAction
-
pullRequestServerMergedAction
-
pullRequestServerDeclinedAction
public void pullRequestServerDeclinedAction() -
pullRequestServerDeclinedAction
-
pullRequestServerCommentCreatedAction
public void pullRequestServerCommentCreatedAction() -
pullRequestServerCommentCreatedAction
-
pullRequestServerCommentCreatedAction
-