- Package com.bigbrassband.jira.git.rest.publicmodels
- Object > Tag (this page)
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 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.