Package | Description |
---|---|
org.jberet.job.model | |
org.jberet.runtime.context | |
org.jberet.runtime.runner | |
org.jberet.spi |
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.
|
JobBuilder |
JobBuilder.step(Step step)
Adds a step to the job.
|
FlowBuilder |
FlowBuilder.step(Step step)
Adds a step to the current flow.
|
Modifier and Type | Method and Description |
---|---|
Step |
StepContextImpl.getStep() |
Constructor and Description |
---|
StepContextImpl(Step step,
AbstractContext[] outerContexts) |
StepContextImpl(Step step,
AbstractStepExecution stepExecution,
AbstractContext[] outerContexts) |
Modifier and Type | Method and Description |
---|---|
protected void |
CompositeExecutionRunner.runStep(Step step) |
Modifier and Type | Method and Description |
---|---|
Step |
PartitionInfo.getStep() |
Constructor and Description |
---|
PartitionInfo(PartitionExecutionImpl partitionExecution,
Step step,
JobExecutionImpl jobExecution) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.