Package | Description |
---|---|
org.pentaho.platform.api.scheduler2 | |
org.pentaho.platform.scheduler2.ws |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setState(Job.JobState state)
Sets the current state of this job
|
Modifier and Type | Field and Description |
---|---|
Job.JobState |
JobAdapter.JaxbSafeJob.state |