Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Field and Description |
---|---|
private CloneCommand.FETCH_TYPE |
CloneCommand.fetchType |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private java.util.List<RefSpec> |
CloneCommand.calculateRefSpecs(CloneCommand.FETCH_TYPE type,
java.lang.String remoteName) |