Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.transport |
Transport (fetch/push) for different protocols.
|
Modifier and Type | Method | Description |
---|---|---|
FetchCommand |
FetchCommand.setTagOpt(TagOpt tagOpt) |
Sets the specification of annotated tag behavior during fetch
|
Modifier and Type | Method | Description |
---|---|---|
static TagOpt |
TagOpt.fromOption(String o) |
Convert a command line/configuration file text into a value instance.
|
TagOpt |
RemoteConfig.getTagOpt() |
Get the description of how annotated tags should be treated during fetch.
|
TagOpt |
Transport.getTagOpt() |
Get the description of how annotated tags should be treated during fetch.
|
static TagOpt |
TagOpt.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TagOpt[] |
TagOpt.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method | Description |
---|---|---|
void |
RemoteConfig.setTagOpt(TagOpt option) |
Set the description of how annotated tags should be treated on fetch.
|
void |
Transport.setTagOpt(TagOpt option) |
Set the description of how annotated tags should be treated on fetch.
|
Copyright © 2018. All rights reserved.