Modifier and Type | Method and Description |
---|---|
BitbucketGitSCMBuilder |
BitbucketGitSCMBuilder.withCredentials(String credentialsId,
BitbucketRepositoryProtocol protocol)
Configures the
IdCredentials.getId() of the Credentials to use when connecting to the
GitSCMBuilder.remote() |
Modifier and Type | Method and Description |
---|---|
static BitbucketRepositoryProtocol |
BitbucketRepositoryProtocol.fromString(String type) |
static BitbucketRepositoryProtocol |
BitbucketRepositoryProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BitbucketRepositoryProtocol[] |
BitbucketRepositoryProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
String |
BitbucketApi.getRepositoryUri(BitbucketRepositoryProtocol protocol,
String cloneLink,
String owner,
String repository)
Returns the URI of the repository.
|
Modifier and Type | Method and Description |
---|---|
String |
BitbucketCloudApiClient.getRepositoryUri(BitbucketRepositoryProtocol protocol,
String cloneLink,
String owner,
String repository)
Returns the URI of the repository.
|
Modifier and Type | Method and Description |
---|---|
String |
BitbucketServerAPIClient.getRepositoryUri(BitbucketRepositoryProtocol protocol,
String cloneLink,
String owner,
String repository)
Returns the URI of the repository.
|
Copyright © 2016–2022. All rights reserved.