com.atlassian.greenhopper.service.sprint
Class SprintCustomFieldServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.service.sprint.SprintCustomFieldServiceImpl
All Implemented Interfaces:
SprintCustomFieldService

@Service
public class SprintCustomFieldServiceImpl
extends AbstractLoggable
implements SprintCustomFieldService

Since:
v5.8.5
Author:
mtokar

Field Summary
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
SprintCustomFieldServiceImpl()
           
 
Method Summary
 boolean doesDefaultSprintFieldExist()
           
 com.atlassian.jira.issue.fields.CustomField getDefaultSprintField()
          Get the Sprint custom field that GreenHopper is aware of.
 boolean isSprintField(com.atlassian.jira.issue.fields.CustomField customField)
          Is the passed custom field of type "Sprint"
 boolean isSprintField(long customFieldId)
          Is the passed custom field id of type "Sprint"
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn, setInfoLogLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SprintCustomFieldServiceImpl

public SprintCustomFieldServiceImpl()
Method Detail

getDefaultSprintField

public com.atlassian.jira.issue.fields.CustomField getDefaultSprintField()
Description copied from interface: SprintCustomFieldService
Get the Sprint custom field that GreenHopper is aware of.

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

doesDefaultSprintFieldExist

public boolean doesDefaultSprintFieldExist()
Specified by:
doesDefaultSprintFieldExist in interface SprintCustomFieldService
Returns:
whether the default sprint field currently exists

isSprintField

public boolean isSprintField(com.atlassian.jira.issue.fields.CustomField customField)
Description copied from interface: SprintCustomFieldService
Is the passed custom field of type "Sprint"

Specified by:
isSprintField in interface SprintCustomFieldService

isSprintField

public boolean isSprintField(long customFieldId)
Description copied from interface: SprintCustomFieldService
Is the passed custom field id of type "Sprint"

Specified by:
isSprintField in interface SprintCustomFieldService


Copyright © 2007-2012 Atlassian. All Rights Reserved.