public interface Jobs
| Modifier and Type | Method and Description |
|---|---|
net.sf.json.JSONObject |
deleteHistory(long jobId,
long historyId) |
InputStream |
download(String urlPath) |
net.sf.json.JSONObject |
executeJob(long jobId) |
net.sf.json.JSONObject |
getHistory(long jobId,
long historyId) |
net.sf.json.JSONObject |
getJob(long jobId) |
net.sf.json.JSONObject |
getJobs() |
net.sf.json.JSONObject |
getJobsByName(String name) |
boolean |
monitorExecution(net.sf.json.JSONObject history,
EventMonitor monitor) |
net.sf.json.JSONObject getJobs()
throws IOException
IOExceptionnet.sf.json.JSONObject getJobsByName(String name) throws IOException
IOExceptionnet.sf.json.JSONObject getJob(long jobId)
throws IOException
IOExceptionnet.sf.json.JSONObject executeJob(long jobId)
throws IOException
IOExceptionboolean monitorExecution(net.sf.json.JSONObject history,
EventMonitor monitor)
throws IOException
IOExceptionnet.sf.json.JSONObject getHistory(long jobId,
long historyId)
throws IOException
IOExceptionnet.sf.json.JSONObject deleteHistory(long jobId,
long historyId)
throws IOException
IOExceptionInputStream download(String urlPath) throws IOException
IOExceptionCopyright © 2016–2019 Parasoft. All rights reserved.