public interface Incident
Job.| Modifier and Type | Interface and Description |
|---|---|
static class |
Incident.Severity |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
The unique code of this incident.
|
Map<String,String> |
getDescriptionParameters()
Named parameters describing the incident in more detail.
|
List<Tuple<String,String>> |
getDetails()
List of additional technical information having a name and a text
[(name, text)]. |
long |
getId()
Return the incident id.
|
long |
getJobId()
The job related to this incident.
|
String |
getProcessingHost()
The processing host running the job where the incident was occurring.
|
String |
getServiceType()
The service type on which the incident was occurring.
|
Incident.Severity |
getSeverity()
The severity of this incident.
|
Date |
getTimestamp()
The date where the incident was happening.
|
long getId()
long getJobId()
String getServiceType()
String getProcessingHost()
Date getTimestamp()
Incident.Severity getSeverity()
String getCode()
service_type.number,
e.g. org.opencastproject.service.1511Job.getJobType()List<Tuple<String,String>> getDetails()
[(name, text)].
This may be an exception, an ffmpeg commandline, memory statistics, etc.Copyright © 2009–2021 Opencast Project. All rights reserved.