com.atlassian.greenhopper.service.issue
Class DefaultFieldsServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.issue.DefaultFieldsServiceImpl
All Implemented Interfaces:
DefaultFieldsService

@Service
public class DefaultFieldsServiceImpl
extends java.lang.Object
implements DefaultFieldsService

Provides access to fields created by GreenHopper, such as the story points field


Constructor Summary
DefaultFieldsServiceImpl()
           
 
Method Summary
 com.atlassian.jira.issue.fields.CustomField getStoryPointsCustomField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFieldsServiceImpl

public DefaultFieldsServiceImpl()
Method Detail

getStoryPointsCustomField

@Nullable
public com.atlassian.jira.issue.fields.CustomField getStoryPointsCustomField()
Specified by:
getStoryPointsCustomField in interface DefaultFieldsService
Returns:
the default Story Points custom field; null if it does not exist


Copyright © 2007-2012 Atlassian. All Rights Reserved.