Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.BitbucketSCMSourceContext
-
Uses of BitbucketSCMSourceContext in com.cloudbees.jenkins.plugins.bitbucket
Modifier and TypeMethodDescriptionBitbucketSCMSourceContext.skipPublicPRs
(boolean skipPublicPRs) Controls the skipping of pull requests from public repositories.BitbucketSCMSourceContext.wantBranches
(boolean include) Adds a requirement for branch details to anyBitbucketSCMSourceRequest
for this context.BitbucketSCMSourceContext.wantForkPRs
(boolean include) Adds a requirement for fork pull request details to anyBitbucketSCMSourceRequest
for this context.BitbucketSCMSourceContext.wantOriginPRs
(boolean include) Adds a requirement for origin pull request details to anyBitbucketSCMSourceRequest
for this context.BitbucketSCMSourceContext.wantTags
(boolean include) Adds a requirement for tag details to anyBitbucketSCMSourceRequest
for this context.BitbucketSCMSourceContext.webhookConfiguration
(WebhookConfiguration configuration) Defines theWebhookRegistration
mode to use in this context.BitbucketSCMSourceContext.webhookRegistration
(WebhookRegistration mode) Defines theWebhookRegistration
mode to use in this context.BitbucketSCMSourceContext.withDisableNotificationForNotBuildJobs
(boolean disabled) Defines behaviour of not-built jobs in Bitbucket.BitbucketSCMSourceContext.withForkPRStrategies
(Set<jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy> strategies) Defines theChangeRequestCheckoutStrategy
instances to create for each fork pull request.BitbucketSCMSourceContext.withNotificationsDisabled
(boolean disabled) Defines the notification mode to use in this context.BitbucketSCMSourceContext.withOriginPRStrategies
(Set<jenkins.scm.api.mixin.ChangeRequestCheckoutStrategy> strategies) Defines theChangeRequestCheckoutStrategy
instances to create for each origin pull request.BitbucketSCMSourceContext.withSendStoppedNotificationForAbortBuild
(boolean sendStopped) Defines behaviour of unstable builds in Bitbucket.BitbucketSCMSourceContext.withSendSuccessNotificationForUnstableBuild
(boolean isUnstableBuildSuccess) Defines behaviour of unstable builds in Bitbucket.ModifierConstructorDescriptionprotected
BitbucketSCMSourceRequest
(BitbucketSCMSource source, BitbucketSCMSourceContext context, TaskListener listener) Constructor.