Uses of Interface
com.redwood.scheduler.api.job.JobForecastContext
- 
Packages that use JobForecastContext Package Description com.redwood.scheduler.api.job Scheduler API - Interfaces for user defined jobs.com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 
- 
- 
Uses of JobForecastContext in com.redwood.scheduler.api.jobClasses in com.redwood.scheduler.api.job that implement JobForecastContext Modifier and Type Class Description classJobForecasterJob forecasting.
- 
Uses of JobForecastContext in com.redwood.scheduler.api.modelMethods in com.redwood.scheduler.api.model with parameters of type JobForecastContext Modifier and Type Method Description RWIterable<ForecastJob>ForecastJob. forecast(JobForecastContext forecastContext)Create forecast jobs based on the current forecast job.voidForecastJob. forecastJob(JobForecastContext forecastContext)Fill this forecast job with a forecast for the job that is set in the job attribute.
- 
Uses of JobForecastContext in com.redwood.scheduler.api.model.compatibility_14Methods in com.redwood.scheduler.api.model.compatibility_14 with parameters of type JobForecastContext Modifier and Type Method Description Iterator<ForecastJob>ForecastJobComp. forecast(JobForecastContext forecastContext)Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useForecastJob.forecast(JobForecastContext forecastContext)instead.
 
-