Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
Package
Description
-
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket
Modifier and TypeMethodDescriptionBitbucketSCMSource.buildBitbucketClient()
BitbucketSCMSource.buildBitbucketClient
(PullRequestSCMHead head) BitbucketSCMSource.buildBitbucketClient
(String repoOwner, String repository) -
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.api
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.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 projectKey, String repository) Creates aBitbucketApi
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 projectKey, String repository) Deprecated. -
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.client
Modifier and TypeMethodDescriptionprotected BitbucketApi
BitbucketCloudApiFactory.create
(String serverUrl, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository) -
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.filesystem
ModifierConstructorDescriptionBitbucketSCMFile
(BitbucketSCMFileSystem bitBucketSCMFileSystem, BitbucketApi api, String ref) Deprecated.BitbucketSCMFile
(BitbucketSCMFileSystem bitBucketSCMFileSystem, BitbucketApi api, String ref, String hash) protected
BitbucketSCMFileSystem
(BitbucketApi api, String ref, jenkins.scm.api.SCMRevision rev) -
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.impl.notifier
-
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.impl.util
Modifier and TypeMethodDescriptionBitbucketApiUtils.BitbucketSupplier.get
(BitbucketApi bitbucketApi) MirrorListSupplier.get
(BitbucketApi bitbucketApi) static boolean
BitbucketApiUtils.isCloud
(BitbucketApi client) -
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.server.client
Modifier and TypeMethodDescriptionprotected BitbucketApi
BitbucketServerApiFactory.create
(String serverUrl, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository)