Uses of Enum Class
com.atlassian.bitbucket.jenkins.internal.scm.CloneProtocol
Packages that use CloneProtocol
Package
Description
Add package level annotations to indicate everything is non-null by default.
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 CloneProtocolModifier and TypeMethodDescriptionBitbucketMirroredRepository.getCloneUrl(CloneProtocol cloneProtocol) BitbucketRepository.getCloneUrl(CloneProtocol cloneProtocol) -
Uses of CloneProtocol in com.atlassian.bitbucket.jenkins.internal.scm
Methods in com.atlassian.bitbucket.jenkins.internal.scm that return CloneProtocolModifier and TypeMethodDescriptionBitbucketSCMRepository.getCloneProtocol()static CloneProtocolReturns the enum constant of this class with the specified name.static CloneProtocol[]CloneProtocol.values()Returns an array containing the constants of this enum class, in the order they are declared.