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
Methods in org.eclipse.jgit.api with parameters of type RebaseCommand.InteractiveHandler Modifier and Type Method Description RebaseCommandRebaseCommand. runInteractively(RebaseCommand.InteractiveHandler handler)Enables interactive rebaseRebaseCommandRebaseCommand. runInteractively(RebaseCommand.InteractiveHandler handler, boolean stopAfterRebaseInteractiveInitialization)Enables interactive rebase
-