com.atlassian.greenhopper.web.rapid.list
Class RapidIssueEntry.TimeInColumnFieldValue

java.lang.Object
  extended by com.atlassian.greenhopper.web.rapid.RestTemplate
      extended by 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


Field Summary
 long durationPreviously
           
 long enteredStatus
           
 
Constructor Summary
RapidIssueEntry.TimeInColumnFieldValue()
           
 
Method Summary
 
Methods inherited from class com.atlassian.greenhopper.web.rapid.RestTemplate
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

enteredStatus

public long enteredStatus

durationPreviously

public long durationPreviously
Constructor Detail

RapidIssueEntry.TimeInColumnFieldValue

public RapidIssueEntry.TimeInColumnFieldValue()


Copyright © 2007-2012 Atlassian. All Rights Reserved.