Uses of Class
org.guvnor.rest.client.JobStatus
-
-
Uses of JobStatus in org.guvnor.rest.client
Methods in org.guvnor.rest.client that return JobStatus Modifier and Type Method Description JobStatusJobRequest. getStatus()JobStatusJobResult. getStatus()static JobStatusJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStatus[]JobStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.guvnor.rest.client with parameters of type JobStatus Modifier and Type Method Description voidJobRequest. setStatus(JobStatus status)voidJobResult. setStatus(JobStatus status)
-