Class RapidIssueEntry.TimeInColumnFieldValue
java.lang.Object
com.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.TimeInColumnFieldValue
- Enclosing class:
RapidIssueEntry
To provide values which don't change in relation to the current time without mutation of the issue data
we split the timeInColumn field into 2 values:
- enteredStatus
- the time the issue entered its current status
- durationPreviously
- the duration in milliseconds previously spent in status associated with the current column
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
-
Field Details
-
enteredStatus
public long enteredStatus -
durationPreviously
public long durationPreviously
-
-
Constructor Details
-
TimeInColumnFieldValue
public TimeInColumnFieldValue()
-