Uses of Class
org.eclipse.jgit.api.CloneCommand.FETCH_TYPE
-
Packages that use CloneCommand.FETCH_TYPE Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of CloneCommand.FETCH_TYPE in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as CloneCommand.FETCH_TYPE Modifier and Type Field Description private CloneCommand.FETCH_TYPE
CloneCommand. fetchType
Methods in org.eclipse.jgit.api that return CloneCommand.FETCH_TYPE Modifier and Type Method Description static CloneCommand.FETCH_TYPE
CloneCommand.FETCH_TYPE. valueOf(java.lang.String name)
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_TYPE Modifier and Type Method Description private java.util.List<RefSpec>
CloneCommand. calculateRefSpecs(CloneCommand.FETCH_TYPE type, java.lang.String remoteName)
-