Uses of Enum Class
org.eclipse.jgit.lib.RebaseTodoLine.Action
Packages that use RebaseTodoLine.Action
-
Uses of RebaseTodoLine.Action in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return RebaseTodoLine.ActionModifier and TypeMethodDescriptionRebaseTodoLine.getAction()Get rebase action typestatic RebaseTodoLine.Actionstatic RebaseTodoLine.ActionReturns the enum constant of this class with the specified name.static RebaseTodoLine.Action[]RebaseTodoLine.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.lib with parameters of type RebaseTodoLine.ActionModifier and TypeMethodDescriptionvoidRebaseTodoLine.setAction(RebaseTodoLine.Action newAction) Set the action.Constructors in org.eclipse.jgit.lib with parameters of type RebaseTodoLine.ActionModifierConstructorDescriptionRebaseTodoLine(RebaseTodoLine.Action action, AbbreviatedObjectId commit, String shortMessage) Create a new non-comment line