Uses of Class
org.pentaho.platform.api.scheduler2.Job.JobState
-
Packages that use Job.JobState Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description Job.JobState
JobAdapter.JaxbSafeJob. state
-