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

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

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

Subinterfaces of NamedDefault in com.atlassian.jira.projectconfig.beans
 interface SimpleIssueType
          Representation of an IssueType in ignite.
 

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

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

Classes in com.atlassian.jira.projectconfig.contextproviders that implement NamedDefault
static class FieldsSummaryPanelContextProvider.SimpleFieldConfig
           
static class ProjectFieldsContextProvider.SimpleFieldConfig
           
static class ProjectIssueTypeContextProvider.ProjectIssueType
           
static class ProjectScreensContextProvider.SimpleScreenScheme
           
static class ScreensSummaryPanelContextProvider.SimpleScreenScheme
           
static class WorkflowSummaryPanelContextProvider.SimpleWorkflow
           
 

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

Methods in com.atlassian.jira.projectconfig.order that return types with arguments of type NamedDefault
 Comparator<NamedDefault> ComparatorFactory.createNamedDefaultComparator()
           
 Comparator<NamedDefault> DefaultComparatorFactory.createNamedDefaultComparator()
           
 

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

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

Methods in com.atlassian.jira.projectconfig.rest with type parameters of type NamedDefault
<T extends NamedDefault>
List<T>
WorkflowSchemeRestHelper.ResponseDataBuilder.sortNamedDefault(List<T> list)
           
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.