- Package com.bigbrassband.jira.git.rest.publicmodels
- Object > Tag (this page)
Tag information.
Summary
Constructors
Visibility | Signature |
---|---|
public |
Tag() |
public |
Tag(Tag other) |
Methods
Type and modifiers | Method signature |
---|---|
public Date |
getCommitDate() |
public String |
getCommitId() |
public String |
getCommitterEmail() |
public String |
getCommitterName() |
public Date |
getCreationDate() |
public String |
getCreationDateFormatted() |
public String |
getMessage() |
public String |
getName() |
public Integer |
getRepoId() |
public String |
getRepoName() |
Constructors
Tag()
Tag(Tag)
Methods
getCommitDate()
Returns the commit date.
getCommitId()
Returns the tag Id.
getCommitterEmail()
Returns the author email.
getCommitterName()
Returns the author name.
getCreationDate()
Returns the creation date of the tag.
getCreationDateFormatted()
Returns the creation date formatted according to Jira settings and user’s timezone.
getMessage()
Returns the tag message.
getName()
Returns the tag name.
getRepoId()
Returns the repository id the tag belongs to.
getRepoName()
Returns the display name of the tag repository.