|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface RebaseCommand.InteractiveHandler
Allows configure rebase interactive process and modify commit message
| Method Summary | |
|---|---|
java.lang.String |
modifyCommitMessage(java.lang.String commit)
Used for editing commit message on REWORD |
void |
prepareSteps(java.util.List<RebaseCommand.Step> steps)
Given list of steps should be modified according to user
rebase configuration |
| Method Detail |
|---|
void prepareSteps(java.util.List<RebaseCommand.Step> steps)
steps should be modified according to user
rebase configuration
steps - initial configuration of rebase interactivejava.lang.String modifyCommitMessage(java.lang.String commit)
commit -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||