Uses of Class
com.cloudbees.jenkins.plugins.bitbucket.BitbucketGitSCMBuilder
-
Packages that use BitbucketGitSCMBuilder Package Description com.cloudbees.jenkins.plugins.bitbucket -
-
Uses of BitbucketGitSCMBuilder in com.cloudbees.jenkins.plugins.bitbucket
Methods in com.cloudbees.jenkins.plugins.bitbucket that return BitbucketGitSCMBuilder Modifier and Type Method Description BitbucketGitSCMBuilder
BitbucketGitSCMBuilder. withBitbucketRemote()
Updates theGitSCMBuilder.withRemote(String)
based on the currentSCMBuilder.head()
andSCMBuilder.revision()
.BitbucketGitSCMBuilder
BitbucketGitSCMBuilder. withCloneLinks(List<BitbucketHref> cloneLinks)
Provides the clone links from theBitbucketRepository
to allow inference of ports for different protocols.BitbucketGitSCMBuilder
BitbucketGitSCMBuilder. withCredentials(String credentialsId, BitbucketRepositoryProtocol protocol)
Configures theIdCredentials.getId()
of theCredentials
to use when connecting to theGitSCMBuilder.remote()
-