Uses of Class
org.eclipse.jgit.api.RebaseCommand
-
Packages that use RebaseCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of RebaseCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RebaseCommand Modifier and Type Method Description RebaseCommandGit. rebase()Return a command object to execute aRebasecommandRebaseCommandRebaseCommand. runInteractively(RebaseCommand.InteractiveHandler handler)Enable interactive rebaseRebaseCommandRebaseCommand. runInteractively(RebaseCommand.InteractiveHandler handler, boolean stopAfterRebaseInteractiveInitialization)Enable interactive rebaseRebaseCommandRebaseCommand. setContentMergeStrategy(ContentMergeStrategy strategy)Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive".RebaseCommandRebaseCommand. setOperation(RebaseCommand.Operation operation)Set the operation to execute during rebaseRebaseCommandRebaseCommand. setPreserveMerges(boolean preserve)Whether to preserve merges during rebaseRebaseCommandRebaseCommand. setProgressMonitor(ProgressMonitor monitor)Set progress monitorRebaseCommandRebaseCommand. setStrategy(MergeStrategy strategy)Set theMergeStrategy.RebaseCommandRebaseCommand. setUpstream(String upstream)Set the upstream branchRebaseCommandRebaseCommand. setUpstream(AnyObjectId upstream)Set the upstream commitRebaseCommandRebaseCommand. setUpstream(RevCommit upstream)Set upstreamRevCommitRebaseCommandRebaseCommand. setUpstreamName(String upstreamName)Optionally override the name of the upstream.
-