March 28th 1 PM ET
Free Workshop: Escape the chaos of context-switching

Git Integration for Jira Self-Managed (Data Center/Server) Documentation

ScriptRunner – Javadocs – Class Tag

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.

Have feedback about this article? Did we miss something? Let us know!
On this page