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
Fields in org.eclipse.jgit.api declared as RebaseCommand.InteractiveHandler Modifier and Type Field Description private RebaseCommand.InteractiveHandlerRebaseCommand. interactiveHandlerMethods 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
-