public class

IssueTypeImpl

extends IssueConstantImpl
implements IssueType
java.lang.Object
   ↳ com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
     ↳ com.atlassian.jira.issue.IssueConstantImpl
       ↳ com.atlassian.jira.issue.issuetype.IssueTypeImpl

Summary

Constants
String AVATAR_FIELD
[Expand]
Inherited Fields
From class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
From interface com.atlassian.jira.util.Named
Public Constructors
IssueTypeImpl(GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator, AvatarManager avatarManager)
Public Methods
Avatar getAvatar()
Get avatar assigned to this IssueType.
Long getAvatarId()
String getType()
boolean isSubTask()
void setAvatarId(Long avatarId)
[Expand]
Inherited Methods
From class com.atlassian.jira.issue.IssueConstantImpl
From class com.atlassian.jira.ofbiz.AbstractOfBizValueWrapper
From class java.lang.Object
From interface com.atlassian.jira.issue.IssueConstant
From interface com.atlassian.jira.issue.issuetype.IssueType
From interface com.atlassian.jira.ofbiz.OfBizValueWrapper
From interface com.atlassian.jira.util.Named
From interface com.atlassian.jira.util.NamedWithDescription
From interface java.lang.Comparable

Constants

public static final String AVATAR_FIELD

Constant Value: "avatar"

Public Constructors

public IssueTypeImpl (GenericValue genericValue, TranslationManager translationManager, JiraAuthenticationContext authenticationContext, BaseUrl locator, AvatarManager avatarManager)

Public Methods

public Avatar getAvatar ()

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.

Returns
  • avatar or null if this item has no avatar assigned.

public Long getAvatarId ()

public String getType ()

public boolean isSubTask ()

public void setAvatarId (Long avatarId)