Modifier and Type | Method and Description |
---|---|
BitbucketApi |
BitbucketSCMSource.buildBitbucketClient() |
BitbucketApi |
BitbucketSCMSource.buildBitbucketClient(PullRequestSCMHead head) |
BitbucketApi |
BitbucketSCMSource.buildBitbucketClient(String repoOwner,
String repository) |
Constructor and Description |
---|
BitbucketChangesetCommentNotifier(BitbucketApi bitbucket) |
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. |
protected BitbucketApi |
BitbucketApiFactory.create(String serverUrl,
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials,
String owner,
String repository)
Deprecated.
|
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. |
static BitbucketApi |
BitbucketApiFactory.newInstance(String serverUrl,
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials,
String owner,
String repository)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BitbucketCloudApiClient |
Modifier and Type | Method and Description |
---|---|
protected BitbucketApi |
BitbucketCloudApiFactory.create(String serverUrl,
BitbucketAuthenticator authenticator,
String owner,
String repository) |
Constructor and Description |
---|
BitbucketSCMFile(BitbucketSCMFileSystem bitBucketSCMFileSystem,
BitbucketApi api,
String ref)
Deprecated.
|
BitbucketSCMFile(BitbucketSCMFileSystem bitBucketSCMFileSystem,
BitbucketApi api,
String ref,
String hash) |
BitbucketSCMFileSystem(BitbucketApi api,
String ref,
jenkins.scm.api.SCMRevision rev) |
Modifier and Type | Class and Description |
---|---|
class |
BitbucketServerAPIClient
Bitbucket API client.
|
Modifier and Type | Method and Description |
---|---|
protected BitbucketApi |
BitbucketServerApiFactory.create(String serverUrl,
BitbucketAuthenticator authenticator,
String owner,
String repository) |
Copyright © 2016–2022. All rights reserved.