com.atlassian.greenhopper.customfield.sprint
Class SprintHistoryEntry

java.lang.Object
  extended by com.atlassian.greenhopper.customfield.ReferencedEntityHistoryEntity
      extended by com.atlassian.greenhopper.customfield.sprint.SprintHistoryEntry

public class SprintHistoryEntry
extends ReferencedEntityHistoryEntity

Represents an sprint history entry, typically stored in lucene


Constructor Summary
SprintHistoryEntry(long sprintId, org.joda.time.DateTime date, boolean added)
           
 
Method Summary
static SprintHistoryEntry fromLuceneValue(java.lang.String luceneValue)
           
 long getSprintId()
           
 
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

SprintHistoryEntry

public SprintHistoryEntry(long sprintId,
                          org.joda.time.DateTime date,
                          boolean added)
Method Detail

fromLuceneValue

public static SprintHistoryEntry fromLuceneValue(java.lang.String luceneValue)

getSprintId

public long getSprintId()


Copyright © 2007-2013 Atlassian. All Rights Reserved.