Guvnor - REST Client 6.2.0.Final

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
 JobStatus JobResult.getStatus()
           
 JobStatus JobRequest.getStatus()
           
static JobStatus JobStatus.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
 void JobResult.setStatus(JobStatus status)
           
 void JobRequest.setStatus(JobStatus status)
           
 


Guvnor - REST Client 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.