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