| java.lang.Object | ||
| ↳ | com.atlassian.jira.issue.MockIssueConstant | |
| ↳ | com.atlassian.jira.issue.issuetype.MockIssueType | |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a non subtask IssueType with the given id and name.
| |||||||||||
Constructs a non subtask IssueType with the given id and name.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get avatar assigned to this IssueType.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.jira.issue.MockIssueConstant
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.atlassian.jira.issue.IssueConstant
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
com.atlassian.jira.issue.issuetype.IssueType
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
From interface
java.lang.Comparable
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
Constructs a non subtask IssueType with the given id and name.
| id | the id. |
|---|---|
| name | the name. |
Constructs a non subtask IssueType with the given id and name.
| id | the id. |
|---|---|
| name | the name. |
Get avatar assigned to this IssueType. Link to avatar will be automatically assigned to property iconUrl.
When all issue constants will have avatars it should be moved into IssueConstant.
