Uses of Class
org.pentaho.di.www.jaxrs.JobStatus
-
Packages that use JobStatus Package Description org.pentaho.di.www.jaxrs -
-
Uses of JobStatus in org.pentaho.di.www.jaxrs
Methods in org.pentaho.di.www.jaxrs that return JobStatus Modifier and Type Method Description JobStatus
JobResource. addJob(String xml)
JobStatus
JobResource. getJobStatus(String id)
JobStatus
JobResource. startJob(String id)
JobStatus
JobResource. stopJob(String id)
Methods in org.pentaho.di.www.jaxrs that return types with arguments of type JobStatus Modifier and Type Method Description List<JobStatus>
CarteResource. getJobsDetails()
-