Uses of Class
com.redwood.scheduler.api.exception.NotWithinAChainException
-
Packages that use NotWithinAChainException Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of NotWithinAChainException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw NotWithinAChainException 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.
-