Class IconType

java.lang.Object
com.atlassian.jira.icon.IconType

@ExperimentalApi public class IconType extends Object
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

      public static final IconType PROJECT_ICON_TYPE
      An icon type for a Project.
    • ISSUE_TYPE_ICON_TYPE

      public static final IconType ISSUE_TYPE_ICON_TYPE
      An icon type for a IssueType.
    • USER_ICON_TYPE

      public static final IconType USER_ICON_TYPE
      An icon type for a ApplicationUser.
  • Constructor Details

    • IconType

      public IconType(@Nonnull String key)
  • Method Details