Uses of Enum
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
Fields in org.eclipse.jgit.api declared as TagOptModifier and TypeFieldDescriptionprivate TagOpt
CloneCommand.tagOption
private TagOpt
FetchCommand.tagOption
private TagOpt
PullCommand.tagOption
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
Fields in org.eclipse.jgit.transport declared as TagOptModifier and TypeFieldDescriptionprivate TagOpt
RemoteConfig.tagopt
private TagOpt
Transport.tagopt
HowTransport.fetch(ProgressMonitor, Collection)
should handle tags.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 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