Uses of Class
com.atlassian.bitbucket.jenkins.internal.scm.CloneProtocol
-
Packages that use CloneProtocol Package Description com.atlassian.bitbucket.jenkins.internal.model Add package level annotations to indicate everything is non-null by default.com.atlassian.bitbucket.jenkins.internal.scm Add package level annotations to indicate everything is non-null by default. -
-
Uses of CloneProtocol in com.atlassian.bitbucket.jenkins.internal.model
Methods in com.atlassian.bitbucket.jenkins.internal.model with parameters of type CloneProtocol Modifier and Type Method Description Optional<BitbucketNamedLink>
BitbucketMirroredRepository. getCloneUrl(CloneProtocol cloneProtocol)
Optional<BitbucketNamedLink>
BitbucketRepository. getCloneUrl(CloneProtocol cloneProtocol)
-
Uses of CloneProtocol in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return CloneProtocol Modifier and Type Method Description CloneProtocol
BitbucketSCMRepository. getCloneProtocol()
static CloneProtocol
CloneProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static CloneProtocol[]
CloneProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-