Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Method | Description |
---|---|---|
RebaseTodoLine.Action |
RebaseTodoLine.getAction() |
|
static RebaseTodoLine.Action |
RebaseTodoLine.Action.parse(String token) |
|
static RebaseTodoLine.Action |
RebaseTodoLine.Action.valueOf(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 | Description |
---|---|---|
void |
RebaseTodoLine.setAction(RebaseTodoLine.Action newAction) |
Set the action.
|
Constructor | Description |
---|---|
RebaseTodoLine(RebaseTodoLine.Action action,
AbbreviatedObjectId commit,
String shortMessage) |
Create a new non-comment line
|
Copyright © 2018. All rights reserved.