Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
CommitCommand.isMergeDuringRebase(RepositoryState state) |
private void |
TagCommand.processOptions(RepositoryState state)
Sets default values for not explicitly specified options.
|
private void |
CommitCommand.processOptions(RepositoryState state,
RevWalk rw)
Sets default values for not explicitly specified options.
|
Modifier and Type | Method and Description |
---|---|
RepositoryState |
Repository.getRepositoryState()
Get the repository state
|
static RepositoryState |
RepositoryState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryState[] |
RepositoryState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|