com.atlassian.greenhopper.web.rapid.list
Class RapidIssueEntry.TimeInColumnFieldValue
java.lang.Object
com.atlassian.greenhopper.web.rapid.RestTemplate
com.atlassian.greenhopper.web.rapid.list.RapidIssueEntry.TimeInColumnFieldValue
- Enclosing class:
- RapidIssueEntry
public static class RapidIssueEntry.TimeInColumnFieldValue
- extends RestTemplate
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
enteredStatus
public long enteredStatus
durationPreviously
public long durationPreviously
RapidIssueEntry.TimeInColumnFieldValue
public RapidIssueEntry.TimeInColumnFieldValue()
Copyright © 2007-2014 Atlassian. All Rights Reserved.