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()
           
 

Methods in com.atlassian.greenhopper.customfield with parameters of type CustomFieldMetadata
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)
           
 

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
 

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
 

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
 

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
 

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
 

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
 



Copyright © 2007-2012 Atlassian. All Rights Reserved.