com.atlassian.jira.issue.issuetype
Interface IssueType

All Superinterfaces:
Comparable, IssueConstant
All Known Implementing Classes:
IssueTypeImpl, MockIssueType

@PublicApi
public interface IssueType
extends IssueConstant


Method Summary
 Avatar getAvatar()
          Get avatar assigned to this IssueType.
 boolean isSubTask()
           
 
Methods inherited from interface com.atlassian.jira.issue.IssueConstant
deleteTranslation, getCompleteIconUrl, getDescription, getDescTranslation, getDescTranslation, getDescTranslation, getGenericValue, getIconUrl, getIconUrlHtml, getId, getName, getNameTranslation, getNameTranslation, getNameTranslation, getPropertySet, getSequence, setDescription, setIconUrl, setName, setSequence, setTranslation
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isSubTask

boolean isSubTask()

getAvatar

@Nullable
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.


Copyright © 2002-2014 Atlassian. All Rights Reserved.