Uses of Class
org.quartz.builders.JobBuilder
Packages that use JobBuilder
-
Uses of JobBuilder in org.quartz.builders
Methods in org.quartz.builders that return JobBuilderModifier and TypeMethodDescriptionJobBuilder.isConcurrencyAllowed(boolean isConcurrencyAllowed) The default behavior is to veto any job is currently running concurrent.static JobBuilderJobBuilder.newJobBuilder()Create a JobBuilder with which to define aJobDetail.static JobBuilderJobBuilder.newJobBuilder(Class<? extends Job> jobClass) Create a JobBuilder with which to define aJobDetail, and set the class name of theJobto be executed.Set the class which will be instantiated and executed when a Trigger fires that is associated with this JobDetail.JobBuilder.usingJobData(JobDataMap newJobDataMap) Set the JobDetail'sJobDataMapJobBuilder.withDescription(String description) Set the given (human-meaningful) description of the Job.JobBuilder.withIdentity(String key) Use aStringto identify the JobDetail. -
Uses of JobBuilder in org.quartz.jobs
Methods in org.quartz.jobs that return JobBuilderModifier and TypeMethodDescriptionJobDetail.getJobBuilder()Get aJobBuilderthat is configured to produce aJobDetailidentical to this one.JobDetailImpl.getJobBuilder()