public final class GitTag extends Object
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
getTaggedObjectId() |
GitObjectType |
getTaggedObjectType() |
GitUser |
getTagger() |
String |
getTagId() |
String |
getTagName() |
boolean |
isLightWeight() |
public String getTagId()
public String getTagName()
public String getTaggedObjectId()
getType
method.public String getMessage()
public GitUser getTagger()
null
, an empty person is returned instead when no user can be identified.public GitObjectType getTaggedObjectType()
public boolean isLightWeight()
true
if the tag is lightweight.