Package com.redwood.scheduler.api.job
Interface JobForecastContext
- 
- All Known Implementing Classes:
- JobForecaster
 
 public interface JobForecastContextFlags to direct forecasting. Status after forecasting.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<Throwable>getExceptions()Get the exceptions that occurred during forecasting.booleanincludeExistingJobs()Are existing jobs included in the result or only return the forecasts when forecasting the jobs in a job group.
 
- 
- 
- 
Method Detail- 
includeExistingJobsboolean includeExistingJobs() Are existing jobs included in the result or only return the forecasts when forecasting the jobs in a job group. Does not apply to forecasting the child jobs of a job.- Returns:
- the value.
 
 - 
getExceptionsCollection<Throwable> getExceptions() Get the exceptions that occurred during forecasting.- Returns:
- exceptions that occurred during forecasting.
 
 
- 
 
-