| Package | Description |
|---|---|
| org.jberet.job.model | |
| org.jberet.runtime.context | |
| org.jberet.runtime.runner |
| Modifier and Type | Method and Description |
|---|---|
Step |
StepBuilder.build()
Builds the step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyResolver.resolve(Step step)
Resolves property expressions for step-level elements contained in the step.
|
FlowBuilder |
FlowBuilder.step(Step step)
Adds a step to the current flow.
|
JobBuilder |
JobBuilder.step(Step step)
Adds a step to the job.
|
| Modifier and Type | Method and Description |
|---|---|
Step |
StepContextImpl.getStep() |
| Constructor and Description |
|---|
StepContextImpl(Step step,
AbstractContext[] outerContexts) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CompositeExecutionRunner.runStep(Step step) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.