public interface JobService extends RestService
| Modifier and Type | Method and Description |
|---|---|
Job |
create(Job jobBinary)
Create a new job
|
ActionResponse |
delete(String JobId)
Delete the specified job
|
Job |
get(String JobId)
Get a job by ID
|
JobConfigHint |
getConfigHint(String type)
Get Job Configuration Hints
|
List<? extends Job> |
list()
List all jobs
|
Job get(String JobId)
JobId - the job identifierJob create(Job jobBinary)
jobBinary - the job to createActionResponse delete(String JobId)
JobId - the job identifierJobConfigHint getConfigHint(String type)
type - the job typeCopyright © 2017. All rights reserved.