Uses of Class
com.atlassian.jira.issue.customfields.CustomFieldTypeCategory

Packages that use CustomFieldTypeCategory
com.atlassian.jira.issue.customfields   
com.atlassian.jira.plugin.customfield   
com.atlassian.jira.projectconfig.rest.global   
 

Uses of CustomFieldTypeCategory in com.atlassian.jira.issue.customfields
 

Methods in com.atlassian.jira.issue.customfields that return CustomFieldTypeCategory
static CustomFieldTypeCategory CustomFieldTypeCategory.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static CustomFieldTypeCategory[] CustomFieldTypeCategory.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.atlassian.jira.issue.customfields that return types with arguments of type CustomFieldTypeCategory
static com.google.common.base.Optional<CustomFieldTypeCategory> CustomFieldTypeCategory.fromString(String name)
           
static List<CustomFieldTypeCategory> CustomFieldTypeCategory.orderedValues()
           
 

Uses of CustomFieldTypeCategory in com.atlassian.jira.plugin.customfield
 

Methods in com.atlassian.jira.plugin.customfield that return types with arguments of type CustomFieldTypeCategory
 Set<CustomFieldTypeCategory> CustomFieldTypeModuleDescriptorImpl.getCategories()
           
 Set<CustomFieldTypeCategory> CustomFieldTypeModuleDescriptor.getCategories()
          The set of categories that this CustomFieldType has declared as being a member of.
 

Uses of CustomFieldTypeCategory in com.atlassian.jira.projectconfig.rest.global
 

Methods in com.atlassian.jira.projectconfig.rest.global that return types with arguments of type CustomFieldTypeCategory
 Set<CustomFieldTypeCategory> CustomFieldTypesResource.ResponseBean.CustomFieldTypeBean.getCategories()
           
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.