Package org.frankframework.scheduler
Class IbisJobBuilder
java.lang.Object
org.frankframework.scheduler.IbisJobBuilder
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.quartz.JobDetail
build()
static IbisJobBuilder
fromJobDef
(AbstractJobDef jobDef) static IbisJobBuilder
newJob()
setJobDef
(AbstractJobDef jobDef) setJobType
(IbisJobDetail.JobType jobType) withDescription
(String jobDescription) withIdentity
(String name, String group)
-
Constructor Details
-
IbisJobBuilder
public IbisJobBuilder()
-
-
Method Details
-
newJob
-
build
public org.quartz.JobDetail build() -
withIdentity
-
withDescription
-
setJobDef
-
fromJobDef
-
setJobType
-