com.atlassian.greenhopper.customfield.sprint
Class SprintHistoryEntryFactory

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

@Service
public class SprintHistoryEntryFactory
extends java.lang.Object

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


Field Summary
protected  LoggerWrapper log
           
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final LoggerWrapper log
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-2014 Atlassian. All Rights Reserved.