com.atlassian.greenhopper.customfield.sprint
Class SprintHistoryEntryFactory

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.customfield.sprint.SprintHistoryEntryFactory

@Service
public class SprintHistoryEntryFactory
extends AbstractLoggable

Encapsulates the logic of creating sprint history entries from either a lucene document or an issue


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
SprintHistoryEntryFactory()
           
 
Method Summary
 SprintHistoryData getSprintChangeHistory(com.atlassian.jira.issue.Issue issue, com.atlassian.jira.issue.fields.CustomField sprintCustomField)
          Get the sprint change history for a given issue
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SprintHistoryEntryFactory

public SprintHistoryEntryFactory()
Method Detail

getSprintChangeHistory

public SprintHistoryData getSprintChangeHistory(com.atlassian.jira.issue.Issue issue,
                                                com.atlassian.jira.issue.fields.CustomField sprintCustomField)
Get the sprint change history for a given issue



Copyright © 2007-2012 Atlassian. All Rights Reserved.