com.atlassian.greenhopper.customfield.epiclink
Class EpicLinkHistoryEntryFactory

java.lang.Object
  extended by com.atlassian.greenhopper.customfield.epiclink.EpicLinkHistoryEntryFactory

public class EpicLinkHistoryEntryFactory
extends java.lang.Object

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


Constructor Summary
EpicLinkHistoryEntryFactory(com.atlassian.jira.issue.changehistory.ChangeHistoryManager changeHistoryManager)
           
 
Method Summary
 EpicLinkHistoryData getEpicChangeHistory(com.atlassian.jira.issue.Issue issue, com.atlassian.jira.issue.fields.CustomField epicLinkCustomField)
          Get the Epic change history for a given issue Do not treat sub-tasks differently - they are never associated with an epic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EpicLinkHistoryEntryFactory

public EpicLinkHistoryEntryFactory(com.atlassian.jira.issue.changehistory.ChangeHistoryManager changeHistoryManager)
Method Detail

getEpicChangeHistory

public EpicLinkHistoryData getEpicChangeHistory(com.atlassian.jira.issue.Issue issue,
                                                com.atlassian.jira.issue.fields.CustomField epicLinkCustomField)
Get the Epic change history for a given issue Do not treat sub-tasks differently - they are never associated with an epic



Copyright © 2007-2013 Atlassian. All Rights Reserved.