Class BitbucketServerApi.BitbucketServerApiFactory
java.lang.Object
io.jenkins.blueocean.blueocean_bitbucket_pipeline.BitbucketApiFactory
io.jenkins.blueocean.blueocean_bitbucket_pipeline.server.BitbucketServerApi.BitbucketServerApiFactory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
BitbucketServerApi
@Extension
public static class BitbucketServerApi.BitbucketServerApiFactory
extends BitbucketApiFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(String apiUrl, com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials) CreateBitbucketApiinstance.booleanMethods inherited from class io.jenkins.blueocean.blueocean_bitbucket_pipeline.BitbucketApiFactory
resolve
-
Constructor Details
-
BitbucketServerApiFactory
public BitbucketServerApiFactory()
-
-
Method Details
-
handles
- Specified by:
handlesin classBitbucketApiFactory- Returns:
- true if this factory can handle this scmId
-
create
@NonNull public BitbucketApi create(@NonNull String apiUrl, @NonNull com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials credentials) Description copied from class:BitbucketApiFactoryCreateBitbucketApiinstance. Before calling this method, clients must ensureBitbucketApiFactory.handles(String)is called first and returned true- Specified by:
createin classBitbucketApiFactory- Parameters:
apiUrl- API url (host url) of bitbucket server or cloud. e.g. https://mybitbucketserver.com/credentials-StandardUsernamePasswordCredentials- Returns:
BitbucketApiinstance
-