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