Uses of Class
org.pentaho.platform.api.scheduler2.JobState
-
Packages that use JobState Package Description org.pentaho.platform.api.scheduler2 -
-
Uses of JobState in org.pentaho.platform.api.scheduler2
Methods in org.pentaho.platform.api.scheduler2 that return JobState Modifier and Type Method Description JobState
IJobScheduleRequest. getJobState()
JobState
IJob. getState()
static JobState
JobState. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobState[]
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 JobState Modifier and Type Method Description void
IJobScheduleRequest. setJobState(JobState state)
-