@ProviderType
public interface JobBuilder
JobManager.createJob(String)
Modifier and Type | Interface and Description |
---|---|
static interface |
JobBuilder.ScheduleBuilder
This is a builder interface for creating schedule information
|
Modifier and Type | Method and Description |
---|---|
Job |
add()
Add the job.
|
Job |
add(List<String> errors)
Add the job.
|
JobBuilder |
properties(Map<String,Object> props)
Set the optional configuration properties for the job.
|
JobBuilder.ScheduleBuilder |
schedule()
Schedule the job
|
JobBuilder properties(Map<String,Object> props)
Job add()
null
JobManager.addJob(String, Map)
Job add(List<String> errors)
errors
- Optional list which will be filled with error messages.null
JobManager.addJob(String, Map)
JobBuilder.ScheduleBuilder schedule()
Copyright © 2015 The Apache Software Foundation. All rights reserved.