com.atlassian.greenhopper.customfield.epiclink
Class EpicLinkHistoryEntry

java.lang.Object
  extended by com.atlassian.greenhopper.customfield.ReferencedEntityHistoryEntity
      extended by com.atlassian.greenhopper.customfield.epiclink.EpicLinkHistoryEntry

public class EpicLinkHistoryEntry
extends ReferencedEntityHistoryEntity

Represents an epic link entry, typically stored in lucene


Constructor Summary
EpicLinkHistoryEntry(java.lang.Long epicId, org.joda.time.DateTime date, boolean added)
           
 
Method Summary
static EpicLinkHistoryEntry fromLuceneValue(java.lang.String data)
           
 
Methods inherited from class com.atlassian.greenhopper.customfield.ReferencedEntityHistoryEntity
equals, getDate, getLuceneValuePrefix, getReferencedEntityId, hashCode, isAdded, toLuceneValue, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EpicLinkHistoryEntry

public EpicLinkHistoryEntry(java.lang.Long epicId,
                            org.joda.time.DateTime date,
                            boolean added)
Method Detail

fromLuceneValue

public static EpicLinkHistoryEntry fromLuceneValue(java.lang.String data)


Copyright © 2007-2014 Atlassian. All Rights Reserved.