Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Field and Description |
---|---|
private RebaseResult.Status |
RebaseResult.status |
Modifier and Type | Method and Description |
---|---|
RebaseResult.Status |
RebaseResult.getStatus()
Get the status
|
static RebaseResult.Status |
RebaseResult.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RebaseResult.Status[] |
RebaseResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static RebaseResult |
RebaseResult.result(RebaseResult.Status status,
RevCommit commit)
Create
RebaseResult |
private RebaseResult |
RebaseCommand.stop(RevCommit commitToPick,
RebaseResult.Status status) |
Constructor and Description |
---|
RebaseResult(RebaseResult.Status status) |
RebaseResult(RebaseResult.Status status,
RevCommit commit) |