Uses of Interface
com.redwood.scheduler.api.model.DurationEstimate
-
Packages that use DurationEstimate Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of DurationEstimate in com.redwood.scheduler.api.model
Subinterfaces of DurationEstimate in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
TimeEstimate
Interface for information about an estimated point in time.Methods in com.redwood.scheduler.api.model that return DurationEstimate Modifier and Type Method Description DurationEstimate
JobEstimates. getEstimatedRunTime()
Query how long the job is estimated to run for once it starts.
-