Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jobXML10 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
Stop<Flow<T>> |
Flow.createStop()
Creates a new
stop element |
Stop<Step<T>> |
Step.createStop()
Creates a new
stop element |
Stop<Decision<T>> |
Decision.createStop()
Creates a new
stop element |
Stop<T> |
Stop.exitStatus(String exitStatus)
Sets the
exit-status attribute |
Stop<Flow<T>> |
Flow.getOrCreateStop()
If not already created, a new
stop element will be created and returned. |
Stop<Step<T>> |
Step.getOrCreateStop()
If not already created, a new
stop element will be created and returned. |
Stop<Decision<T>> |
Decision.getOrCreateStop()
If not already created, a new
stop element will be created and returned. |
Stop<T> |
Stop.on(String on)
Sets the
on attribute |
Stop<T> |
Stop.removeExitStatus()
Removes the
exit-status attribute |
Stop<T> |
Stop.removeOn()
Removes the
on attribute |
Stop<T> |
Stop.removeRestart()
Removes the
restart attribute |
Stop<T> |
Stop.restart(String restart)
Sets the
restart attribute |
Modifier and Type | Method and Description |
---|---|
List<Stop<Flow<T>>> |
Flow.getAllStop()
Returns all
stop elements |
List<Stop<Step<T>>> |
Step.getAllStop()
Returns all
stop elements |
List<Stop<Decision<T>>> |
Decision.getAllStop()
Returns all
stop elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.