Uses of Enum Class
org.opencastproject.job.api.Job.FailureReason
Packages that use Job.FailureReason
-
Uses of Job.FailureReason in org.opencastproject.job.api
Methods in org.opencastproject.job.api that return Job.FailureReasonModifier and TypeMethodDescriptionJob.getFailureReason()In the case of failure, returns whether the failure had to do with data or with processing.JobImpl.getFailureReason()static Job.FailureReasonReturns the enum constant of this class with the specified name.static Job.FailureReason[]Job.FailureReason.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opencastproject.job.api with parameters of type Job.FailureReasonModifier and TypeMethodDescriptionvoidJob.setStatus(Job.Status status, Job.FailureReason reason) Sets the receipt's currentJob.Statusalong with theJob.FailureReasonto indicate why - in the case of failure - the job failed.voidJobImpl.setStatus(Job.Status status, Job.FailureReason reason)