Uses of Interface
com.redwood.scheduler.api.model.interfaces.ActionSubjectObject
-
Packages that use ActionSubjectObject Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.interfaces Scheduler API - High level model interfaces. -
-
Uses of ActionSubjectObject in com.redwood.scheduler.api.model
Subinterfaces of ActionSubjectObject in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
AlertSourceAction
Action to execute when an AlertSource Alert is created.interface
EmailAlertGateway
An email alert gatewayinterface
JobDefinition
A job definition defines what a job does.interface
JobDefinitionAction
Action to execute for jobs based on this job definition.interface
JobDefinitionTypeAction
Action to execute for jobs using this JobDefinitionType.interface
MonitorCondition
A monitor condition defines when an alert is raised.interface
Trigger
A library dependency for a script. -
Uses of ActionSubjectObject in com.redwood.scheduler.api.model.interfaces
Subinterfaces of ActionSubjectObject in com.redwood.scheduler.api.model.interfaces Modifier and Type Interface Description interface
ActionEnableObject
An action object that can be enabled or disabled.
-