Uses of Interface
com.atlassian.jira.projectconfig.beans.SimpleIssueType

Packages that use SimpleIssueType
com.atlassian.jira.projectconfig.beans   
com.atlassian.jira.projectconfig.contextproviders   
com.atlassian.jira.projectconfig.order   
com.atlassian.jira.projectconfig.rest   
 

Uses of SimpleIssueType in com.atlassian.jira.projectconfig.beans
 

Classes in com.atlassian.jira.projectconfig.beans that implement SimpleIssueType
 class SimpleIssueTypeImpl
          Representation of a simple issue type.
 

Uses of SimpleIssueType in com.atlassian.jira.projectconfig.contextproviders
 

Classes in com.atlassian.jira.projectconfig.contextproviders that implement SimpleIssueType
static class ProjectIssueTypeContextProvider.ProjectIssueType
           
 

Methods in com.atlassian.jira.projectconfig.contextproviders that return types with arguments of type SimpleIssueType
 Collection<SimpleIssueType> ProjectFieldsContextProvider.SimpleFieldConfig.getIssueTypes()
           
 List<SimpleIssueType> ProjectScreensContextProvider.SimpleScreenScheme.getIssueTypes()
           
 

Method parameters in com.atlassian.jira.projectconfig.contextproviders with type arguments of type SimpleIssueType
static ProjectFieldsContextProvider.SimpleFieldConfig ProjectFieldsContextProvider.SimpleFieldConfig.getSystemDefaultSimpleFieldConfig(String url, boolean defaultFieldconfig, Collection<Project> sharedProjects, List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems, List<SimpleIssueType> issueTypes)
           
 

Constructor parameters in com.atlassian.jira.projectconfig.contextproviders with type arguments of type SimpleIssueType
ProjectFieldsContextProvider.SimpleFieldConfig(FieldLayout fieldLayout, String url, boolean defaultFieldConfig, Collection<Project> sharedProjects, List<ProjectFieldsContextProvider.SimpleFieldLayoutItem> fieldLayoutItems, List<SimpleIssueType> issueTypes)
           
ProjectScreensContextProvider.SimpleScreenScheme(FieldScreenScheme fieldScreenScheme, String url, boolean defaultScreenScheme, List<SimpleIssueType> issueTypes, List<ProjectScreensContextProvider.SimpleFieldScreen> screens, Collection<Project> projects)
           
 

Uses of SimpleIssueType in com.atlassian.jira.projectconfig.order
 

Methods in com.atlassian.jira.projectconfig.order that return types with arguments of type SimpleIssueType
 Comparator<SimpleIssueType> OrderFactory.createIssueTypeComparator()
           
 Comparator<SimpleIssueType> DefaultOrderFactory.createIssueTypeComparator()
           
 

Uses of SimpleIssueType in com.atlassian.jira.projectconfig.rest
 

Classes in com.atlassian.jira.projectconfig.rest that implement SimpleIssueType
static class WorkflowSchemeRestHelper.SimpleIssueType
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.