| Package | Description |
|---|---|
| org.quartz.builders | |
| org.quartz.jobs |
| Modifier and Type | Method and Description |
|---|---|
JobBuilder |
JobBuilder.isConcurrencyAllowed(boolean isConcurrencyAllowed)
The default behavior is to veto any job is currently running concurrent.
|
static JobBuilder |
JobBuilder.newJobBuilder()
Create a JobBuilder with which to define a
JobDetail. |
static JobBuilder |
JobBuilder.newJobBuilder(Class<? extends Job> jobClass)
Create a JobBuilder with which to define a
JobDetail, and set the class name of the Job to be executed. |
JobBuilder |
JobBuilder.ofType(Class<? extends Job> jobClass)
Set the class which will be instantiated and executed when a Trigger fires that is associated with this JobDetail.
|
JobBuilder |
JobBuilder.usingJobData(JobDataMap newJobDataMap)
Set the JobDetail's
JobDataMap |
JobBuilder |
JobBuilder.withDescription(String description)
Set the given (human-meaningful) description of the Job.
|
JobBuilder |
JobBuilder.withIdentity(String key)
Use a
String to identify the JobDetail. |
| Modifier and Type | Method and Description |
|---|---|
JobBuilder |
JobDetailImpl.getJobBuilder() |
JobBuilder |
JobDetail.getJobBuilder()
Get a
JobBuilder that is configured to produce a JobDetail identical to this one. |
Copyright © 2011–2017 Knowm Inc.. All rights reserved.