Uses of Interface
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketApi
Packages that use BitbucketApi
Package
Description
-
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket
Methods in com.cloudbees.jenkins.plugins.bitbucket that return BitbucketApiModifier and TypeMethodDescriptionBitbucketSCMSource.buildBitbucketClient()
BitbucketSCMSource.buildBitbucketClient
(PullRequestSCMHead head) BitbucketSCMSource.buildBitbucketClient
(String repoOwner, String repository) -
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.api
Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return BitbucketApiModifier 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
Classes in com.cloudbees.jenkins.plugins.bitbucket.client that implement BitbucketApiMethods in com.cloudbees.jenkins.plugins.bitbucket.client that return BitbucketApiModifier 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
Constructors in com.cloudbees.jenkins.plugins.bitbucket.filesystem with parameters of type BitbucketApiModifierConstructorDescriptionBitbucketSCMFile
(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
Constructors in com.cloudbees.jenkins.plugins.bitbucket.impl.notifier with parameters of type BitbucketApi -
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.impl.util
Methods in com.cloudbees.jenkins.plugins.bitbucket.impl.util with parameters of type BitbucketApiModifier 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
Classes in com.cloudbees.jenkins.plugins.bitbucket.server.client that implement BitbucketApiMethods in com.cloudbees.jenkins.plugins.bitbucket.server.client that return BitbucketApiModifier and TypeMethodDescriptionprotected BitbucketApi
BitbucketServerApiFactory.create
(String serverURL, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository)