Uses of Class
org.eclipse.jgit.api.TagCommand
Packages that use TagCommand
-
Uses of TagCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return TagCommandModifier and TypeMethodDescriptionTagCommand.setAnnotated(boolean annotated) Configure this tag to be created as an annotated tagTagCommand.setCredentialsProvider(CredentialsProvider credentialsProvider) Sets aCredentialsProviderTagCommand.setForceUpdate(boolean forceUpdate) If set to true the Tag command may replace an existing tag object.TagCommand.setGpgConfig(GpgConfig config) Sets an externalGpgConfigto use.TagCommand.setGpgSigner(GpgObjectSigner signer) Sets theGpgSignerto use if the commit is to be signed.TagCommand.setMessage(String message) Set the tagmessage.Set the tagname.TagCommand.setObjectId(RevObject id) Sets the object id of the tag.TagCommand.setSigned(boolean signed) If set to true the Tag command creates a signed tag object.TagCommand.setSigningKey(String signingKey) Sets the signing key.TagCommand.setTagger(PersonIdent tagger) Sets the tagger of the tag.Git.tag()Return a command object to execute aTagcommand