Java org.eclipse.jgit.api TagCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api TagCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api TagCommand.

The text is from its open source code.

Method

Refcall()

Executes the tag command with all the options and parameters collected by the setter methods of this class.

TagCommandsetAnnotated(boolean annotated)
Configure this tag to be created as an annotated tag
TagCommandsetForceUpdate(boolean forceUpdate)
If set to true the Tag command may replace an existing tag object.
TagCommandsetMessage(String message)
Set the tag message.
TagCommandsetName(String name)
Set the tag name.
TagCommandsetObjectId(RevObject id)
Sets the object id of the tag.
TagCommandsetSigned(boolean signed)
If set to true the Tag command creates a signed tag object.
TagCommandsetTagger(PersonIdent tagger)
Sets the tagger of the tag.