com.atlassian.greenhopper.service.sprint
Interface SprintCustomFieldService

All Known Implementing Classes:
SprintCustomFieldServiceImpl

public interface SprintCustomFieldService

Service-related methods for using the "Sprint" field which GreenHopper cares about.


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"
 

Method Detail

getDefaultSprintField

com.atlassian.jira.issue.fields.CustomField getDefaultSprintField()
Get the Sprint custom field that GreenHopper is aware of.

Returns:
the custom field. If the field does not yet exist, it will be created.

doesDefaultSprintFieldExist

boolean doesDefaultSprintFieldExist()
Returns:
whether the default sprint field currently exists

isSprintField

boolean isSprintField(com.atlassian.jira.issue.fields.CustomField customField)
Is the passed custom field of type "Sprint"


isSprintField

boolean isSprintField(long customFieldId)
Is the passed custom field id of type "Sprint"



Copyright © 2007-2012 Atlassian. All Rights Reserved.