Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
static CreateBranchCommand.SetupUpstreamMode |
CreateBranchCommand.SetupUpstreamMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateBranchCommand.SetupUpstreamMode[] |
CreateBranchCommand.SetupUpstreamMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CreateBranchCommand |
CreateBranchCommand.setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode)
Set the upstream mode
|
CheckoutCommand |
CheckoutCommand.setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode)
When creating a branch with
CheckoutCommand.setCreateBranch(boolean) , this can
be used to configure branch tracking. |
Copyright © 2020 Eclipse JGit Project. All rights reserved.