Uses of Interface
org.eclipse.jgit.api.RebaseCommand.InteractiveHandler
-
Packages that use RebaseCommand.InteractiveHandler Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of RebaseCommand.InteractiveHandler in org.eclipse.jgit.api
Subinterfaces of RebaseCommand.InteractiveHandler in org.eclipse.jgit.api Modifier and Type Interface Description static interfaceRebaseCommand.InteractiveHandler2ExtendsRebaseCommand.InteractiveHandlerwith an enhanced callback for editing commit messages.Methods in org.eclipse.jgit.api with parameters of type RebaseCommand.InteractiveHandler Modifier and Type Method Description RebaseCommandRebaseCommand. runInteractively(RebaseCommand.InteractiveHandler handler)Enable interactive rebaseRebaseCommandRebaseCommand. runInteractively(RebaseCommand.InteractiveHandler handler, boolean stopAfterRebaseInteractiveInitialization)Enable interactive rebase
-