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) Constructors in com.cloudbees.jenkins.plugins.bitbucket with parameters of type BitbucketApi -
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.api
Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return BitbucketApiModifier and TypeMethodDescriptionprotected abstract BitbucketApiBitbucketApiFactory.create(String serverURL, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository) Creates aBitbucketApifor the specified URL with the supplied credentials, owner and (optional) repository.protected BitbucketApiBitbucketApiFactory.create(String serverURL, com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials, String owner, String repository) Deprecated.static BitbucketApiBitbucketApiFactory.newInstance(String serverURL, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository) Creates aBitbucketApifor the specified URL with the supplied credentials, owner and (optional) repository. -
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 BitbucketApiBitbucketCloudApiFactory.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) protectedBitbucketSCMFileSystem(BitbucketApi api, String ref, jenkins.scm.api.SCMRevision rev) -
Uses of BitbucketApi in com.cloudbees.jenkins.plugins.bitbucket.impl.client
Classes in com.cloudbees.jenkins.plugins.bitbucket.impl.client that implement 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 client) static booleanBitbucketApiUtils.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 BitbucketApiBitbucketServerApiFactory.create(String serverURL, BitbucketAuthenticator authenticator, String owner, String projectKey, String repository)