Uses of Enum Class
com.cloudbees.jenkins.plugins.bitbucket.server.BitbucketServerWebhookImplementation
Packages that use BitbucketServerWebhookImplementation
Package
Description
-
Uses of BitbucketServerWebhookImplementation in com.cloudbees.jenkins.plugins.bitbucket.endpoints
Methods in com.cloudbees.jenkins.plugins.bitbucket.endpoints that return BitbucketServerWebhookImplementationModifier and TypeMethodDescriptionBitbucketServerEndpoint.findWebhookImplementation
(String serverUrl) BitbucketServerEndpoint.getWebhookImplementation()
Methods in com.cloudbees.jenkins.plugins.bitbucket.endpoints with parameters of type BitbucketServerWebhookImplementationModifier and TypeMethodDescriptionvoid
BitbucketServerEndpoint.setWebhookImplementation
(BitbucketServerWebhookImplementation webhookImplementation) -
Uses of BitbucketServerWebhookImplementation in com.cloudbees.jenkins.plugins.bitbucket.server
Methods in com.cloudbees.jenkins.plugins.bitbucket.server that return BitbucketServerWebhookImplementationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static BitbucketServerWebhookImplementation[]
BitbucketServerWebhookImplementation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BitbucketServerWebhookImplementation in com.cloudbees.jenkins.plugins.bitbucket.server.client
Constructors in com.cloudbees.jenkins.plugins.bitbucket.server.client with parameters of type BitbucketServerWebhookImplementationModifierConstructorDescriptionBitbucketServerAPIClient
(String baseURL, String owner, String repositoryName, BitbucketAuthenticator authenticator, boolean userCentric, BitbucketServerWebhookImplementation webhookImplementation)