@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(java.util.List<java.lang.String> errors)
Add the job.
|
JobBuilder |
properties(java.util.Map<java.lang.String,java.lang.Object> props)
Set the optional configuration properties for the job.
|
JobBuilder.ScheduleBuilder |
schedule()
Schedule the job
|
JobBuilder properties(java.util.Map<java.lang.String,java.lang.Object> props)
props
- The properties of the job. All values must be java.io.Serializable
.Job add()
null
JobManager.addJob(String, Map)
Job add(java.util.List<java.lang.String> errors)
errors
- Optional list which will be filled with error messages.null
JobManager.addJob(String, Map)
JobBuilder.ScheduleBuilder schedule()
Copyright © 2010 - 2020 Adobe. All Rights Reserved