Uses of Enum Class
org.opencastproject.job.api.Incident.Severity
Packages that use Incident.Severity
Package
Description
Service implementation classes
-
Uses of Incident.Severity in org.opencastproject.job.api
Methods in org.opencastproject.job.api that return Incident.SeverityModifier and TypeMethodDescriptionIncident.getSeverity()The severity of this incident.IncidentImpl.getSeverity()static Incident.SeverityReturns the enum constant of this class with the specified name.static Incident.Severity[]Incident.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opencastproject.job.api with parameters of type Incident.Severity -
Uses of Incident.Severity in org.opencastproject.serviceregistry.api
Methods in org.opencastproject.serviceregistry.api with parameters of type Incident.SeverityModifier and TypeMethodDescriptionvoidIncidents.record(Job job, Incident.Severity severity, int code) Record an incident for a given job.voidIncidents.record(Job job, Incident.Severity severity, int code, Map<String, String> params, List<Tuple<String, String>> details) Record an incident for a given job.IncidentService.storeIncident(Job job, Date timestamp, String code, Incident.Severity severity, Map<String, String> descriptionParameters, List<Tuple<String, String>> details) Stores a new job incident.voidIncidents.unhandledException(long jobId, Incident.Severity severity, Throwable t) Record an incident for a given job caused by an uncatched exception.voidIncidents.unhandledException(Job job, Incident.Severity severity, Throwable t) Record an incident for a given job caused by an uncatched exception.