com.atlassian.greenhopper.service.issuelink
Class EpicCustomFieldServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.issuelink.EpicCustomFieldServiceImpl
All Implemented Interfaces:
EpicCustomFieldService

@Service
public class EpicCustomFieldServiceImpl
extends java.lang.Object
implements EpicCustomFieldService

TODO: Document this class / interface here

Since:
v5.0

Constructor Summary
EpicCustomFieldServiceImpl()
           
 
Method Summary
 com.atlassian.jira.issue.fields.CustomField getDefaultEpicColorField()
           
 com.atlassian.jira.issue.fields.CustomField getDefaultEpicLabelField()
           
 com.atlassian.jira.issue.fields.CustomField getDefaultEpicLinkField()
          Get the Epic Link custom field that GreenHopper is aware of.
 com.atlassian.jira.issue.fields.CustomField getDefaultEpicStatusField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpicCustomFieldServiceImpl

public EpicCustomFieldServiceImpl()
Method Detail

getDefaultEpicLabelField

public com.atlassian.jira.issue.fields.CustomField getDefaultEpicLabelField()
Specified by:
getDefaultEpicLabelField in interface EpicCustomFieldService

getDefaultEpicLinkField

public com.atlassian.jira.issue.fields.CustomField getDefaultEpicLinkField()
Description copied from interface: EpicCustomFieldService
Get the Epic Link custom field that GreenHopper is aware of.

Specified by:
getDefaultEpicLinkField in interface EpicCustomFieldService
Returns:
the custom field. If the field does not yet exist, it will be created.

getDefaultEpicStatusField

public com.atlassian.jira.issue.fields.CustomField getDefaultEpicStatusField()
Specified by:
getDefaultEpicStatusField in interface EpicCustomFieldService

getDefaultEpicColorField

public com.atlassian.jira.issue.fields.CustomField getDefaultEpicColorField()
Specified by:
getDefaultEpicColorField in interface EpicCustomFieldService


Copyright © 2007-2012 Atlassian. All Rights Reserved.