Uses of Class
com.atlassian.greenhopper.customfield.CustomFieldMetadata

Packages that use CustomFieldMetadata
com.atlassian.greenhopper.customfield   
com.atlassian.greenhopper.customfield.epiccolor   
com.atlassian.greenhopper.customfield.epiclabel   
com.atlassian.greenhopper.customfield.epiclink   
com.atlassian.greenhopper.customfield.epicstatus   
com.atlassian.greenhopper.customfield.rank   
com.atlassian.greenhopper.customfield.sprint   
 

Uses of CustomFieldMetadata in com.atlassian.greenhopper.customfield
 

Methods in com.atlassian.greenhopper.customfield that return CustomFieldMetadata
 CustomFieldMetadata CustomFieldMetadata.Builder.build()
           
 CustomFieldMetadata MetadataCFType.getMetadata()
           
 

Methods in com.atlassian.greenhopper.customfield with parameters of type CustomFieldMetadata
 com.atlassian.jira.issue.fields.config.FieldConfigScheme CustomFieldServiceImpl.associateCustomFieldContext(com.atlassian.jira.issue.fields.CustomField customField, CustomFieldMetadata customFieldMetadata)
           
 com.atlassian.jira.issue.fields.config.FieldConfigScheme CustomFieldService.associateCustomFieldContext(com.atlassian.jira.issue.fields.CustomField customField, CustomFieldMetadata customFieldMetadata)
          Re-associates the custom field to the specified contexts.
static CustomFieldMetadata.Builder CustomFieldMetadata.builder(CustomFieldMetadata source)
           
 com.atlassian.jira.issue.fields.CustomField CustomFieldServiceImpl.createCustomField(CustomFieldMetadata fieldMetadata)
           
 com.atlassian.jira.issue.fields.CustomField CustomFieldService.createCustomField(CustomFieldMetadata fieldMetadata)
          Create a new custom field in JIRA with the given configuration
static CustomFieldMetadata.Builder CustomFieldMetadata.Builder.from(CustomFieldMetadata source)
           
 void CustomFieldServiceImpl.setOptionsOrderFromMetadata(com.atlassian.jira.issue.fields.CustomField customField, CustomFieldMetadata fieldMetadata)
           
 void CustomFieldService.setOptionsOrderFromMetadata(com.atlassian.jira.issue.fields.CustomField customField, CustomFieldMetadata fieldMetadata)
          Set the order of Options in a CustomField based on the order of the Options in the CustomFieldMetadata.
 

Uses of CustomFieldMetadata in com.atlassian.greenhopper.customfield.epiccolor
 

Fields in com.atlassian.greenhopper.customfield.epiccolor declared as CustomFieldMetadata
static CustomFieldMetadata EpicColorCFType.CUSTOMFIELD_METADATA
          the metadata needed to define the custom field in JIRA
 

Methods in com.atlassian.greenhopper.customfield.epiccolor that return CustomFieldMetadata
 CustomFieldMetadata EpicColorCFType.getMetadata()
           
 

Uses of CustomFieldMetadata in com.atlassian.greenhopper.customfield.epiclabel
 

Fields in com.atlassian.greenhopper.customfield.epiclabel declared as CustomFieldMetadata
static CustomFieldMetadata EpicLabelCFType.CUSTOMFIELD_METADATA
          the metadata needed to define the custom field in JIRA
 

Methods in com.atlassian.greenhopper.customfield.epiclabel that return CustomFieldMetadata
 CustomFieldMetadata EpicLabelCFType.getMetadata()
           
 

Uses of CustomFieldMetadata in com.atlassian.greenhopper.customfield.epiclink
 

Fields in com.atlassian.greenhopper.customfield.epiclink declared as CustomFieldMetadata
static CustomFieldMetadata EpicLinkCFType.CUSTOMFIELD_METADATA
          the metadata needed to define the custom field in JIRA
 

Methods in com.atlassian.greenhopper.customfield.epiclink that return CustomFieldMetadata
 CustomFieldMetadata EpicLinkCFType.getMetadata()
           
 

Uses of CustomFieldMetadata in com.atlassian.greenhopper.customfield.epicstatus
 

Fields in com.atlassian.greenhopper.customfield.epicstatus declared as CustomFieldMetadata
static CustomFieldMetadata EpicStatusCFType.CUSTOMFIELD_METADATA
          The metadata needed to define the custom field in JIRA
 

Methods in com.atlassian.greenhopper.customfield.epicstatus that return CustomFieldMetadata
 CustomFieldMetadata EpicStatusCFType.getMetadata()
           
 

Uses of CustomFieldMetadata in com.atlassian.greenhopper.customfield.rank
 

Fields in com.atlassian.greenhopper.customfield.rank declared as CustomFieldMetadata
static CustomFieldMetadata RankCFType.CUSTOMFIELD_METADATA
          the metadata needed to define the custom field in JIRA
 

Methods in com.atlassian.greenhopper.customfield.rank that return CustomFieldMetadata
 CustomFieldMetadata RankCFType.getMetadata()
           
 

Uses of CustomFieldMetadata in com.atlassian.greenhopper.customfield.sprint
 

Fields in com.atlassian.greenhopper.customfield.sprint declared as CustomFieldMetadata
static CustomFieldMetadata SprintCFType.CUSTOMFIELD_METADATA
          the meta-data needed to define the custom field in JIRA
 

Methods in com.atlassian.greenhopper.customfield.sprint that return CustomFieldMetadata
 CustomFieldMetadata SprintCFType.getMetadata()
           
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.