Incident |
DefaultIncidentHandler.createIncident(IncidentContext context,
String message) |
static Incident |
IncidentHandling.createIncident(String incidentType,
IncidentContext context,
String message) |
void |
IncidentHandler.deleteIncident(IncidentContext context)
Called in situations in which an incident handler may wish to delete existing incidents
Example: when a scope is ended or a job is deleted.
|
void |
DefaultIncidentHandler.deleteIncident(IncidentContext context) |
Incident |
IncidentHandler.handleIncident(IncidentContext context,
String message)
Handle an incident that arose in the context of an execution.
|
Incident |
DefaultIncidentHandler.handleIncident(IncidentContext context,
String message) |
protected void |
DefaultIncidentHandler.removeIncident(IncidentContext context,
boolean incidentResolved) |
static void |
IncidentHandling.removeIncidents(String incidentType,
IncidentContext context,
boolean incidentsResolved) |
void |
IncidentHandler.resolveIncident(IncidentContext context)
Called in situations in which an incident handler may wish to resolve existing incidents
The implementation receives this callback to enable it to resolve any open incidents that
may exist.
|
void |
DefaultIncidentHandler.resolveIncident(IncidentContext context) |