Uses of Enum Class
com.cloudbees.jenkins.plugins.bitbucket.WebhookRegistration
Packages that use WebhookRegistration
Package
Description
-
Uses of WebhookRegistration in com.cloudbees.jenkins.plugins.bitbucket
Methods in com.cloudbees.jenkins.plugins.bitbucket that return WebhookRegistrationModifier and TypeMethodDescriptionstatic 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. -
Uses of WebhookRegistration in com.cloudbees.jenkins.plugins.bitbucket.trait
Methods in com.cloudbees.jenkins.plugins.bitbucket.trait that return WebhookRegistrationModifier and TypeMethodDescriptionfinal WebhookRegistration
WebhookRegistrationTrait.getMode()
Gets the mode of registration to apply.Constructors in com.cloudbees.jenkins.plugins.bitbucket.trait with parameters of type WebhookRegistration