Package org.pentaho.di.www.jaxrs
Class JobResource
- java.lang.Object
-
- org.pentaho.di.www.jaxrs.JobResource
-
public class JobResource extends Object
-
-
Constructor Summary
Constructors Constructor Description JobResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobStatus
addJob(String xml)
String
getJobLog(String id)
String
getJobLog(String id, int startLineNr)
JobStatus
getJobStatus(String id)
javax.ws.rs.core.Response
removeJob(String id)
JobStatus
startJob(String id)
JobStatus
stopJob(String id)
-
-
-
Method Detail
-
removeJob
public javax.ws.rs.core.Response removeJob(String id)
-
-