|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TagCommand | |
|---|---|
| org.eclipse.jgit.api | |
| Uses of TagCommand in org.eclipse.jgit.api |
|---|
| Methods in org.eclipse.jgit.api that return TagCommand | |
|---|---|
TagCommand |
TagCommand.setForceUpdate(boolean forceUpdate)
If set to true the Tag command may replace an existing tag object. |
TagCommand |
TagCommand.setMessage(String message)
|
TagCommand |
TagCommand.setName(String name)
|
TagCommand |
TagCommand.setObjectId(RevObject id)
Sets the object id of the tag. |
TagCommand |
TagCommand.setSigned(boolean signed)
If set to true the Tag command creates a signed tag object. |
TagCommand |
TagCommand.setTagger(PersonIdent tagger)
Sets the tagger of the tag. |
TagCommand |
Git.tag()
Returns a command object to execute a Tag command |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||