Uses of Enum Class
org.eclipse.jgit.transport.TagOpt
Packages that use TagOpt
Package
Description
High-level API commands (the porcelain of JGit).
Transport (fetch/push) for different protocols.
-
Uses of TagOpt in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api with parameters of type TagOptModifier and TypeMethodDescriptionSets the specification of annotated tag behavior during fetchSet the specification of annotated tag behavior during fetchCloneCommand.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 TagOptModifier and TypeMethodDescriptionstatic TagOpt
TagOpt.fromOption
(String o) Convert a command line/configuration file text into a value instance.RemoteConfig.getTagOpt()
Get the description of how annotated tags should be treated during fetch.Transport.getTagOpt()
Get the description of how annotated tags should be treated during fetch.static TagOpt
Returns the enum constant of this class with the specified name.static TagOpt[]
TagOpt.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.jgit.transport with parameters of type TagOpt