Uses of Enum
org.eclipse.jgit.api.CloneCommand.FETCH_TYPE
Packages that use CloneCommand.FETCH_TYPE
-
Uses of CloneCommand.FETCH_TYPE in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as CloneCommand.FETCH_TYPEMethods in org.eclipse.jgit.api that return CloneCommand.FETCH_TYPEModifier and TypeMethodDescriptionstatic CloneCommand.FETCH_TYPE
Returns the enum constant of this type with the specified name.static CloneCommand.FETCH_TYPE[]
CloneCommand.FETCH_TYPE.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.jgit.api with parameters of type CloneCommand.FETCH_TYPEModifier and TypeMethodDescriptionCloneCommand.calculateRefSpecs
(CloneCommand.FETCH_TYPE type, String remoteName)