Uses of Class
org.eclipse.jgit.api.RebaseCommand
Packages that use RebaseCommand
-
Uses of RebaseCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return RebaseCommandModifier and TypeMethodDescriptionGit.rebase()Return a command object to execute aRebasecommandRebaseCommand.runInteractively(RebaseCommand.InteractiveHandler handler) Enable interactive rebaseRebaseCommand.runInteractively(RebaseCommand.InteractiveHandler handler, boolean stopAfterRebaseInteractiveInitialization) Enable interactive rebaseRebaseCommand.setContentMergeStrategy(ContentMergeStrategy strategy) Sets the content merge strategy to use if themerge strategyis "resolve" or "recursive".RebaseCommand.setOperation(RebaseCommand.Operation operation) Set the operation to execute during rebaseRebaseCommand.setPreserveMerges(boolean preserve) Whether to preserve merges during rebaseRebaseCommand.setProgressMonitor(ProgressMonitor monitor) Set progress monitorRebaseCommand.setStrategy(MergeStrategy strategy) Set theMergeStrategy.RebaseCommand.setUpstream(String upstream) Set the upstream branchRebaseCommand.setUpstream(AnyObjectId upstream) Set the upstream commitRebaseCommand.setUpstream(RevCommit upstream) Set upstreamRevCommitRebaseCommand.setUpstreamName(String upstreamName) Optionally override the name of the upstream.