Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketRepositoryProtocol
-
-
Uses of BitbucketRepositoryProtocol in com.cloudbees.jenkins.plugins.bitbucket
Methods in com.cloudbees.jenkins.plugins.bitbucket with parameters of type BitbucketRepositoryProtocol Modifier and Type Method Description BitbucketGitSCMBuilder
BitbucketGitSCMBuilder. withCredentials(String credentialsId, BitbucketRepositoryProtocol protocol)
Configures theIdCredentials.getId()
of theCredentials
to use when connecting to theGitSCMBuilder.remote()
-
Uses of BitbucketRepositoryProtocol in com.cloudbees.jenkins.plugins.bitbucket.api
Methods in com.cloudbees.jenkins.plugins.bitbucket.api that return BitbucketRepositoryProtocol Modifier and Type Method 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.Methods in com.cloudbees.jenkins.plugins.bitbucket.api with parameters of type BitbucketRepositoryProtocol Modifier and Type Method Description String
BitbucketApi. getRepositoryUri(BitbucketRepositoryProtocol protocol, String cloneLink, String owner, String repository)
Returns the URI of the repository. -
Uses of BitbucketRepositoryProtocol in com.cloudbees.jenkins.plugins.bitbucket.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.client with parameters of type BitbucketRepositoryProtocol Modifier and Type Method Description String
BitbucketCloudApiClient. getRepositoryUri(BitbucketRepositoryProtocol protocol, String cloneLink, String owner, String repository)
Returns the URI of the repository. -
Uses of BitbucketRepositoryProtocol in com.cloudbees.jenkins.plugins.bitbucket.server.client
Methods in com.cloudbees.jenkins.plugins.bitbucket.server.client with parameters of type BitbucketRepositoryProtocol Modifier and Type Method Description String
BitbucketServerAPIClient. getRepositoryUri(BitbucketRepositoryProtocol protocol, String cloneLink, String owner, String repository)
Returns the URI of the repository.
-