Uses of Class
org.eclipse.jgit.transport.TagOpt
-
Packages that use TagOpt Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.transport Transport (fetch/push) for different protocols. -
-
Uses of TagOpt in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type TagOpt Modifier and Type Method Description FetchCommandFetchCommand. setTagOpt(TagOpt tagOpt)Sets the specification of annotated tag behavior during fetchPullCommandPullCommand. setTagOpt(TagOpt tagOpt)Set the specification of annotated tag behavior during fetchCloneCommandCloneCommand. setTagOption(TagOpt tagOption)Set the tag option used for the remote configuration explicitly. -
Uses of TagOpt in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that return TagOpt Modifier and Type Method Description static TagOptTagOpt. fromOption(String o)Convert a command line/configuration file text into a value instance.TagOptRemoteConfig. getTagOpt()Get the description of how annotated tags should be treated during fetch.TagOptTransport. getTagOpt()Get the description of how annotated tags should be treated during fetch.static TagOptTagOpt. 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 Modifier and Type Method Description voidRemoteConfig. setTagOpt(TagOpt option)Set the description of how annotated tags should be treated on fetch.voidTransport. setTagOpt(TagOpt option)Set the description of how annotated tags should be treated on fetch.
-