Uses of Interface
com.redwood.scheduler.api.scripting.variables.RestartableScriptObject
-
Packages that use RestartableScriptObject Package Description com.redwood.scheduler.action.api Scheduler API - Actionscom.redwood.scheduler.api.scripting.variables Scheduler API - Interfaces for scripting variables. -
-
Uses of RestartableScriptObject in com.redwood.scheduler.action.api
Classes in com.redwood.scheduler.action.api that implement RestartableScriptObject Modifier and Type Class Description class
ActionScriptObject
Common methods for all job actions. -
Uses of RestartableScriptObject in com.redwood.scheduler.api.scripting.variables
Subinterfaces of RestartableScriptObject in com.redwood.scheduler.api.scripting.variables Modifier and Type Interface Description interface
PostRunningActionScriptObject
This class provides methods to inspect and set the new final status, and to control restarts of the trigger/action.interface
PreExecutingActionScriptObject
This class provides methods to get the old values of Job attributes, and to control restarts of the trigger/action.
-