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 WebhookRegistrationReturns 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 WebhookRegistrationBitbucketSCMSourceContext.webhookRegistration()Returns theWebhookRegistrationmode.Methods in com.cloudbees.jenkins.plugins.bitbucket with parameters of type WebhookRegistrationModifier and TypeMethodDescriptionBitbucketSCMSourceContext.webhookRegistration(WebhookRegistration mode) Defines theWebhookRegistrationmode 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 WebhookRegistrationWebhookRegistrationTrait.getMode()Gets the mode of registration to apply.Constructors in com.cloudbees.jenkins.plugins.bitbucket.trait with parameters of type WebhookRegistration