com.atlassian.jira.projectconfig.beans
Interface SimpleIssueType

All Superinterfaces:
NamedDefault
All Known Implementing Classes:
ProjectIssueTypeContextProvider.ProjectIssueType, SimpleIssueTypeImpl, WorkflowSchemeRestHelper.SimpleIssueType

public interface SimpleIssueType
extends NamedDefault

Representation of an IssueType in ignite. This is basically an issue type with the additional NamedDefault.isDefault() flag.

Since:
v4.4

Method Summary
 IssueType getConstant()
           
 String getDescription()
           
 String getIconUrl()
           
 String getId()
           
 boolean isDefaultIssueType()
           
 boolean isSubTask()
           
 
Methods inherited from interface com.atlassian.jira.projectconfig.beans.NamedDefault
getName, isDefault
 

Method Detail

getIconUrl

String getIconUrl()

getDescription

String getDescription()

getId

String getId()

isSubTask

boolean isSubTask()

isDefaultIssueType

boolean isDefaultIssueType()

getConstant

IssueType getConstant()


Copyright © 2002-2013 Atlassian. All Rights Reserved.