com.atlassian.greenhopper.customfield.sprint
Class SprintHistoryEntry
java.lang.Object
com.atlassian.greenhopper.customfield.sprint.SprintHistoryEntry
public class SprintHistoryEntry
- extends java.lang.Object
Represents an sprint history entry, typically stored in lucene
Constructor Summary |
SprintHistoryEntry(long sprintId,
org.joda.time.DateTime date,
boolean added)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SprintHistoryEntry
public SprintHistoryEntry(long sprintId,
org.joda.time.DateTime date,
boolean added)
toLuceneValue
public java.lang.String toLuceneValue()
fromLuceneValue
public static SprintHistoryEntry fromLuceneValue(java.lang.String luceneValue)
getLuceneValuePrefix
public static java.lang.String getLuceneValuePrefix(long sprintId)
getSprintId
public long getSprintId()
getDate
public org.joda.time.DateTime getDate()
isAdded
public boolean isAdded()
Copyright © 2007-2012 Atlassian. All Rights Reserved.