| Package | Description |
|---|---|
| org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) RebaseTodoLine.Action |
RebaseTodoLine.action |
| Modifier and Type | Method and Description |
|---|---|
RebaseTodoLine.Action |
RebaseTodoLine.getAction()
Get rebase action type
|
static RebaseTodoLine.Action |
RebaseTodoLine.Action.parse(java.lang.String token) |
static RebaseTodoLine.Action |
RebaseTodoLine.Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RebaseTodoLine.Action[] |
RebaseTodoLine.Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RebaseTodoLine.setAction(RebaseTodoLine.Action newAction)
Set the action.
|
| Constructor and Description |
|---|
RebaseTodoLine(RebaseTodoLine.Action action,
AbbreviatedObjectId commit,
java.lang.String shortMessage)
Create a new non-comment line
|