Uses of Class
org.eclipse.jgit.transport.TagOpt

Packages that use TagOpt
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
 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 RemoteConfig.getTagOpt()
          Get the description of how annotated tags should be treated during fetch.
 TagOpt Transport.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 RemoteConfig.setTagOpt(TagOpt option)
          Set the description of how annotated tags should be treated on fetch.
 void Transport.setTagOpt(TagOpt option)
          Set the description of how annotated tags should be treated on fetch.
 



Copyright © 2013. All Rights Reserved.