Uses of Class
com.redwood.scheduler.api.exception.StepDoesNotExistException
-
Packages that use StepDoesNotExistException Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of StepDoesNotExistException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw StepDoesNotExistException Modifier and Type Method Description Job
Job. getNextStepJob()
Get the next step job.
This method can be called from a job that corresponds to a step or a call.Job
Job. getPreviousStepJob()
Get the previous step job.
This method can be called from a job that corresponds to a step or a call.
-