Package | Description |
---|---|
org.jberet.job.model |
Modifier and Type | Method and Description |
---|---|
JobBuilder |
JobBuilder.decision(Decision decision)
Adds a decision to the job.
|
JobBuilder |
JobBuilder.flow(Flow flow)
Adds a flow to the job.
|
JobBuilder |
JobBuilder.listener(String listenerRef,
Properties props)
Adds a job listener to the job, with listener properties.
|
JobBuilder |
JobBuilder.listener(String listenerRef,
String[]... pairsOfKeyValue)
Adds a job listener to the job.
|
JobBuilder |
JobBuilder.restartable(boolean... b)
Sets the
restartable attribute value on the job. |
JobBuilder |
JobBuilder.split(Split split)
Adds a split to the job.
|
JobBuilder |
JobBuilder.step(Step step)
Adds a step to the job.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.