Interface TimeEstimate

    • Field Detail

      • VERSIONS_JE

        static final com.redwood.scheduler.infrastructure.logging.Versions VERSIONS_JE
    • Method Detail

      • getTimeMillis

        long getTimeMillis()
        Get the value for this estimate.
        Specified by:
        getTimeMillis in interface DurationEstimate
        Returns:
        the estimate, measured in milliseconds since midnight, January 1, 1970 UTC.
      • getTime

        DateTimeZone getTime()
        Get the value for this estimate. This is equivalent to getTimeMillis() but also has the time-zone for the job attached.
        Returns:
        the estimate.