Modifier and Type | Method and Description |
---|---|
static 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 Type | Method and Description |
---|---|
protected abstract BitbucketApi |
BitbucketApiFactory.create(String serverUrl,
BitbucketAuthenticator authenticator,
String owner,
String repository)
Creates a
BitbucketApi for the specified URL with the supplied credentials, owner and (optional)
repository. |
static BitbucketApi |
BitbucketApiFactory.newInstance(String serverUrl,
BitbucketAuthenticator authenticator,
String owner,
String repository)
Creates a
BitbucketApi for the specified URL with the supplied credentials, owner and (optional)
repository. |
Modifier and Type | Class and Description |
---|---|
class |
BitbucketAccessTokenAuthenticator
Authenticator that uses an access token.
|
class |
BitbucketClientCertificateAuthenticator
Authenticates against Bitbucket using a TLS client certificate
|
class |
BitbucketOAuthAuthenticator |
class |
BitbucketUsernamePasswordAuthenticator
Authenticator that uses a username and password (probably the default)
|
Modifier and Type | Method and Description |
---|---|
protected BitbucketApi |
BitbucketCloudApiFactory.create(String serverUrl,
BitbucketAuthenticator authenticator,
String owner,
String repository) |
Constructor and Description |
---|
BitbucketCloudApiClient(boolean enableCache,
int teamCacheDuration,
int repositoriesCacheDuration,
String owner,
String repositoryName,
BitbucketAuthenticator authenticator) |
Modifier and Type | Method and Description |
---|---|
BitbucketAuthenticator |
AbstractBitbucketEndpoint.authenticator()
Retrieves the
BitbucketAuthenticator to use for auto-management of hooks. |
Modifier and Type | Method and Description |
---|---|
protected BitbucketApi |
BitbucketServerApiFactory.create(String serverUrl,
BitbucketAuthenticator authenticator,
String owner,
String repository) |
Constructor and Description |
---|
BitbucketServerAPIClient(String baseURL,
String owner,
String repositoryName,
BitbucketAuthenticator authenticator,
boolean userCentric) |
BitbucketServerAPIClient(String baseURL,
String owner,
String repositoryName,
BitbucketAuthenticator authenticator,
boolean userCentric,
BitbucketServerWebhookImplementation webhookImplementation) |
Copyright © 2016–2022. All rights reserved.