-
- All Known Subinterfaces:
RebaseCommand.InteractiveHandler2
- Enclosing class:
- RebaseCommand
public static interface RebaseCommand.InteractiveHandlerAllows to configure the interactive rebase process steps and to modify commit messages.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringmodifyCommitMessage(String message)Used for editing commit message on REWORD or SQUASH.voidprepareSteps(List<RebaseTodoLine> steps)Callback API to modify the initial list of interactive rebase steps.
-
-
-
Method Detail
-
prepareSteps
void prepareSteps(List<RebaseTodoLine> steps)
Callback API to modify the initial list of interactive rebase steps.- Parameters:
steps- initial configuration of interactive rebase
-
-