Tag information.
Summary
Constructors
Visibility | Signature |
---|---|
public |
Tag() |
public |
Tag(Tag other) |
public |
Tag( String name, String commitId, Integer repoId, String repoName, Date creationDate, String creationDateFormatted, String message, String committerName, String committerEmail) |
Methods
Type and modifiers | Method signature |
---|---|
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() |
public void |
setCommitId( String commitId) |
public void |
setCommitterEmail( String committerEmail) |
public void |
setCommitterName( String committerName) |
public void |
setCreationDate( Date creationDate) |
public void |
setCreationDateFormatted( String creationDateFormatted) |
public void |
setMessage( String message) |
public void |
setName( String name) |
public void |
setRepoId( Integer repoId) |
public void |
setRepoName( String repoName) |
Constructors
Tag()
Tag(Tag)
Tag(String, String, Integer, String, Date, String, String, String, String)
Methods
getCommitId()
Returns the tag Id.
getCommitterEmail()
Returns author email.
getCommitterName()
Returns author name.
getCreationDate()
Returns a creation date of the tag.
getCreationDateFormatted()
Returns a creation date formatted according to Jira settings and user’s timezone.
getMessage()
Returns the tag message.
getName()
Returns the tag name.
getRepoId()
Returns a repository id the tag belongs to.
getRepoName()
Returns a display name of the tag repository.