Package com.atlassian.jira.icon
Class IconType
java.lang.Object
com.atlassian.jira.icon.IconType
Indicates the type of icon.
That is, an entity (eg Project, IssueType, or something custom provided by a plugin) that can have icons stored against it.
- Since:
- v7.1
-
Field Details
-
PROJECT_ICON_TYPE
An icon type for aProject. -
ISSUE_TYPE_ICON_TYPE
An icon type for aIssueType. -
USER_ICON_TYPE
An icon type for aApplicationUser.
-
-
Constructor Details
-
IconType
-
-
Method Details