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