T
- the builder class of the job element type that encloses the current transition elementpublic static final class Transition.Next<T> extends Transition<T>
next
.Transition.End<T>, Transition.Fail<T>, Transition.Next<T>, Transition.Stop<T>, Transition.Termination<T>
Modifier and Type | Method and Description |
---|---|
String |
getTo()
Gets the
to attribute value, which should points to the next job element. |
T |
to(String nextToRun)
Sets the
to attribute value, which should points to the next job element, and returns the current
builder, such as StepBuilder , DecisionBuilder , or FlowBuilder . |
getOn
public String getTo()
to
attribute value, which should points to the next job element.to
attribute valuepublic T to(String nextToRun)
to
attribute value, which should points to the next job element, and returns the current
builder, such as StepBuilder
, DecisionBuilder
, or FlowBuilder
.nextToRun
- next job element to runCopyright © 2015 JBoss by Red Hat. All rights reserved.