Uses of Class
org.jclouds.dynect.v3.domain.Job.Status

Packages that use Job.Status
org.jclouds.dynect.v3.domain   
 

Uses of Job.Status in org.jclouds.dynect.v3.domain
 

Methods in org.jclouds.dynect.v3.domain that return Job.Status
static Job.Status Job.Status.fromValue(String status)
           
 Job.Status Job.getStatus()
          The current status of the job.
static Job.Status Job.Status.valueOf(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.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.