Uses of Class
org.pentaho.platform.api.scheduler2.Job.JobState

Packages that use Job.JobState
org.pentaho.platform.api.scheduler2   
org.pentaho.platform.scheduler2.ws   
 

Uses of Job.JobState in org.pentaho.platform.api.scheduler2
 

Methods in org.pentaho.platform.api.scheduler2 that return Job.JobState
 Job.JobState Job.getState()
           
static Job.JobState Job.JobState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Job.JobState[] Job.JobState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.pentaho.platform.api.scheduler2 with parameters of type Job.JobState
 void Job.setState(Job.JobState state)
          Sets the current state of this job
 

Uses of Job.JobState in org.pentaho.platform.scheduler2.ws
 

Fields in org.pentaho.platform.scheduler2.ws declared as Job.JobState
 Job.JobState JobAdapter.JaxbSafeJob.state