|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RebaseCommand | |
|---|---|
| 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 | |
|---|---|
RebaseCommand |
Git.rebase()
Returns a command object to execute a Rebase command |
RebaseCommand |
RebaseCommand.runInteractively(RebaseCommand.InteractiveHandler handler)
Enables interactive rebase |
RebaseCommand |
RebaseCommand.setOperation(RebaseCommand.Operation operation)
|
RebaseCommand |
RebaseCommand.setProgressMonitor(ProgressMonitor monitor)
|
RebaseCommand |
RebaseCommand.setUpstream(AnyObjectId upstream)
|
RebaseCommand |
RebaseCommand.setUpstream(RevCommit upstream)
|
RebaseCommand |
RebaseCommand.setUpstream(String upstream)
|
RebaseCommand |
RebaseCommand.setUpstreamName(String upstreamName)
Optionally override the name of the upstream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||