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
  • Field Details

    • enteredStatus

      public long enteredStatus
    • durationPreviously

      public long durationPreviously
  • Constructor Details

    • TimeInColumnFieldValue

      public TimeInColumnFieldValue()