|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagOpt | |
|---|---|
| org.eclipse.jgit.api | |
| org.eclipse.jgit.transport | |
| Uses of TagOpt in org.eclipse.jgit.api |
|---|
| Methods in org.eclipse.jgit.api with parameters of type TagOpt | |
|---|---|
FetchCommand |
FetchCommand.setTagOpt(TagOpt tagOpt)
Sets the specification of annotated tag behavior during fetch |
| Uses of TagOpt in org.eclipse.jgit.transport |
|---|
| Methods in org.eclipse.jgit.transport that return TagOpt | |
|---|---|
static TagOpt |
TagOpt.fromOption(String o)
Convert a command line/configuration file text into a value instance. |
TagOpt |
Transport.getTagOpt()
Get the description of how annotated tags should be treated during fetch. |
TagOpt |
RemoteConfig.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. |
| Methods in org.eclipse.jgit.transport with parameters of type TagOpt | |
|---|---|
void |
Transport.setTagOpt(TagOpt option)
Set the description of how annotated tags should be treated on fetch. |
void |
RemoteConfig.setTagOpt(TagOpt option)
Set the description of how annotated tags should be treated on fetch. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||