Java org.eclipse.jgit.api RebaseCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api RebaseCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api RebaseCommand.

The text is from its open source code.

Field

StringREBASE_MERGE
The name of the "rebase-merge" folder for interactive rebases.
StringSTOPPED_SHA
The name of the "stopped-sha" file

Method

RebaseResultcall()

Executes the Rebase command with all the options and parameters collected by the setter methods of this class.

RebaseCommandsetOperation(Operation operation)
Set the operation to execute during rebase
RebaseCommandsetPreserveMerges(boolean preserve)
Whether to preserve merges during rebase
RebaseCommandsetStrategy(MergeStrategy strategy)
Set the MergeStrategy.
RebaseCommandsetUpstream(RevCommit upstream)
Set upstream RevCommit
RebaseCommandsetUpstream(AnyObjectId upstream)
Set the upstream commit
RebaseCommandsetUpstream(String upstream)
Set the upstream branch