| Package | Description |
|---|---|
| org.opencastproject.job.api |
| Modifier and Type | Method and Description |
|---|---|
Job.FailureReason |
JobImpl.getFailureReason() |
Job.FailureReason |
Job.getFailureReason()
In the case of failure, returns whether the failure had to do with data or with processing.
|
static Job.FailureReason |
Job.FailureReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.FailureReason[] |
Job.FailureReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobImpl.setStatus(Job.Status status,
Job.FailureReason reason) |
void |
Job.setStatus(Job.Status status,
Job.FailureReason reason)
Sets the receipt's current
Job.Status along with the Job.FailureReason to indicate why - in the case of
failure - the job failed. |
Copyright © 2009–2020 Opencast Project. All rights reserved.