Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketAuthenticator
Package
Description
-
Uses of BitbucketAuthenticator in com.cloudbees.jenkins.plugins.bitbucket.api
Modifier and TypeMethodDescriptionstatic jenkins.authentication.tokens.api.AuthenticationTokenContext<BitbucketAuthenticator>
BitbucketAuthenticator.authenticationContext
(String serverUrl) Generates context that sub-classes can use to determine if they would be able to authenticate against the provided server.Modifier and TypeMethodDescriptionprotected abstract BitbucketApi
BitbucketApiFactory.create
(String serverUrl, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository) Creates aBitbucketApi
for the specified URL with the supplied credentials, owner and (optional) repository.static BitbucketApi
BitbucketApiFactory.newInstance
(String serverUrl, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository) Creates aBitbucketApi
for the specified URL with the supplied credentials, owner and (optional) repository. -
Uses of BitbucketAuthenticator in com.cloudbees.jenkins.plugins.bitbucket.api.credentials
Modifier and TypeClassDescriptionclass
Authenticator that uses an access token.class
Authenticates against Bitbucket using a TLS client certificateclass
class
Authenticator that uses a username and password (probably the default) -
Uses of BitbucketAuthenticator in com.cloudbees.jenkins.plugins.bitbucket.client
Modifier and TypeMethodDescriptionprotected BitbucketApi
BitbucketCloudApiFactory.create
(String serverUrl, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository) ModifierConstructorDescriptionBitbucketCloudApiClient
(boolean enableCache, int teamCacheDuration, int repositoriesCacheDuration, String owner, String projectKey, String repositoryName, BitbucketAuthenticator authenticator) -
Uses of BitbucketAuthenticator in com.cloudbees.jenkins.plugins.bitbucket.endpoints
Modifier and TypeMethodDescriptionAbstractBitbucketEndpoint.authenticator()
Retrieves theBitbucketAuthenticator
to use for auto-management of hooks. -
Uses of BitbucketAuthenticator in com.cloudbees.jenkins.plugins.bitbucket.server.client
Modifier and TypeMethodDescriptionprotected BitbucketApi
BitbucketServerApiFactory.create
(String serverUrl, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository) ModifierConstructorDescriptionBitbucketServerAPIClient
(String baseURL, String owner, String repositoryName, BitbucketAuthenticator authenticator, boolean userCentric) BitbucketServerAPIClient
(String baseURL, String owner, String repositoryName, BitbucketAuthenticator authenticator, boolean userCentric, BitbucketServerWebhookImplementation webhookImplementation)