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