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 TagOptCloneCommand.tagOptionprivate TagOptFetchCommand.tagOptionprivate TagOptPullCommand.tagOptionMethods 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
Subclasses with type arguments of type TagOpt in org.eclipse.jgit.transportModifier and TypeClassDescriptionenumSpecification of annotated tag behavior during fetch.Fields in org.eclipse.jgit.transport declared as TagOptModifier and TypeFieldDescriptionprivate TagOptRemoteConfig.tagoptprivate TagOptTransport.tagoptHowTransport.fetch(ProgressMonitor, Collection)should handle tags.Methods in org.eclipse.jgit.transport that return TagOptModifier and TypeMethodDescriptionstatic TagOptTagOpt.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 TagOptReturns 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