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 |
---|---|
JobXMLDescriptor |
JobXMLDescriptor.id(String id)
Sets the
id attribute |
JobXMLDescriptor |
JobXMLDescriptor.removeAllDecision()
Removes all
decision elements |
JobXMLDescriptor |
JobXMLDescriptor.removeAllFlow()
Removes all
flow elements |
JobXMLDescriptor |
JobXMLDescriptor.removeAllSplit()
Removes all
split elements |
JobXMLDescriptor |
JobXMLDescriptor.removeAllStep()
Removes all
step elements |
JobXMLDescriptor |
JobXMLDescriptor.removeId()
Removes the
id attribute |
JobXMLDescriptor |
JobXMLDescriptor.removeListeners()
Removes the
listeners element |
JobXMLDescriptor |
JobXMLDescriptor.removeProperties()
Removes the
properties element |
JobXMLDescriptor |
JobXMLDescriptor.removeRestartable()
Removes the
restartable attribute |
JobXMLDescriptor |
JobXMLDescriptor.removeVersion()
Removes the
version attribute |
JobXMLDescriptor |
JobXMLDescriptor.restartable(String restartable)
Sets the
restartable attribute |
JobXMLDescriptor |
JobXMLDescriptor.version(String version)
Sets the
version attribute |
Modifier and Type | Method and Description |
---|---|
Decision<JobXMLDescriptor> |
JobXMLDescriptor.createDecision()
Creates a new
decision element |
Flow<JobXMLDescriptor> |
JobXMLDescriptor.createFlow()
Creates a new
flow element |
Split<JobXMLDescriptor> |
JobXMLDescriptor.createSplit()
Creates a new
split element |
Step<JobXMLDescriptor> |
JobXMLDescriptor.createStep()
Creates a new
step element |
List<Decision<JobXMLDescriptor>> |
JobXMLDescriptor.getAllDecision()
Returns all
decision elements |
List<Flow<JobXMLDescriptor>> |
JobXMLDescriptor.getAllFlow()
Returns all
flow elements |
List<Split<JobXMLDescriptor>> |
JobXMLDescriptor.getAllSplit()
Returns all
split elements |
List<Step<JobXMLDescriptor>> |
JobXMLDescriptor.getAllStep()
Returns all
step elements |
Decision<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateDecision()
If not already created, a new
decision element will be created and returned. |
Flow<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateFlow()
If not already created, a new
flow element will be created and returned. |
Listeners<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateListeners()
If not already created, a new
listeners element with the given value will be created. |
Properties<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Split<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateSplit()
If not already created, a new
split element will be created and returned. |
Step<JobXMLDescriptor> |
JobXMLDescriptor.getOrCreateStep()
If not already created, a new
step element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.