Uses of Enum
com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
-
Uses of WebhookRegistration in com.cloudbees.jenkins.plugins.bitbucket
Modifier and TypeMethodDescriptionfinal WebhookRegistration
WebhookRegistrationTrait.getMode()
Gets the mode of registration to apply.static WebhookRegistration
Returns the enum constant of this type with the specified name.static WebhookRegistration[]
WebhookRegistration.values()
Returns an array containing the constants of this enum type, in the order they are declared.final WebhookRegistration
BitbucketSCMSourceContext.webhookRegistration()
Returns theWebhookRegistration
mode.Modifier and TypeMethodDescriptionBitbucketSCMSourceContext.webhookRegistration
(WebhookRegistration mode) Defines theWebhookRegistration
mode to use in this context.