Uses of Enum Class
jenkins.plugins.git.GitSCMTelescope.ReferenceType
Packages that use GitSCMTelescope.ReferenceType
-
Uses of GitSCMTelescope.ReferenceType in jenkins.plugins.git
Methods in jenkins.plugins.git that return GitSCMTelescope.ReferenceTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static GitSCMTelescope.ReferenceType[]GitSCMTelescope.ReferenceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in jenkins.plugins.git with type arguments of type GitSCMTelescope.ReferenceTypeModifier and TypeMethodDescriptionabstract Iterable<jenkins.scm.api.SCMRevision>GitSCMTelescope.getRevisions(String remote, com.cloudbees.plugins.credentials.common.StandardCredentials credentials, Set<GitSCMTelescope.ReferenceType> referenceTypes) Retrieves the current revisions of the specified repository.