
T - the builder class of the job element type that encloses the current transition elementpublic static final class Transition.Stop<T> extends Transition.Termination<T>
stop.Transition.End<T>, Transition.Fail<T>, Transition.Next<T>, Transition.Stop<T>, Transition.Termination<T>| Modifier and Type | Method and Description |
|---|---|
String |
getRestart()
Gets the
restart attribute value, which should points to a job element to restart from. |
Transition.Stop<T> |
restartFrom(String restartFrom)
Sets the
restart attribute value, which should points to a job element to restart from, and returns
the current builder, such as StepBuilder, DecisionBuilder, or FlowBuilder. |
exitStatus, getExitStatusgetOnpublic String getRestart()
restart attribute value, which should points to a job element to restart from.restart attribute valuepublic Transition.Stop<T> restartFrom(String restartFrom)
restart attribute value, which should points to a job element to restart from, and returns
the current builder, such as StepBuilder, DecisionBuilder, or FlowBuilder.restartFrom - restart attribute valueCopyright © 2016 JBoss by Red Hat. All rights reserved.