Uses of Class
org.daisy.pipeline.client.models.Job.Status

Packages that use Job.Status
org.daisy.pipeline.client.models   
 

Uses of Job.Status in org.daisy.pipeline.client.models
 

Fields in org.daisy.pipeline.client.models declared as Job.Status
 Job.Status Job.status
           
 

Methods in org.daisy.pipeline.client.models that return Job.Status
static Job.Status Job.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Job.Status[] Job.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.