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 |
---|---|
Fail<Flow<T>> |
Flow.createFail()
Creates a new
fail element |
Fail<Step<T>> |
Step.createFail()
Creates a new
fail element |
Fail<Decision<T>> |
Decision.createFail()
Creates a new
fail element |
Fail<T> |
Fail.exitStatus(String exitStatus)
Sets the
exit-status attribute |
Fail<Flow<T>> |
Flow.getOrCreateFail()
If not already created, a new
fail element will be created and returned. |
Fail<Step<T>> |
Step.getOrCreateFail()
If not already created, a new
fail element will be created and returned. |
Fail<Decision<T>> |
Decision.getOrCreateFail()
If not already created, a new
fail element will be created and returned. |
Fail<T> |
Fail.on(String on)
Sets the
on attribute |
Fail<T> |
Fail.removeExitStatus()
Removes the
exit-status attribute |
Fail<T> |
Fail.removeOn()
Removes the
on attribute |
Modifier and Type | Method and Description |
---|---|
List<Fail<Flow<T>>> |
Flow.getAllFail()
Returns all
fail elements |
List<Fail<Step<T>>> |
Step.getAllFail()
Returns all
fail elements |
List<Fail<Decision<T>>> |
Decision.getAllFail()
Returns all
fail elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.