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 |
---|---|
Batchlet<Step<T>> |
Step.getOrCreateBatchlet()
If not already created, a new
batchlet element with the given value will be created. |
Batchlet<T> |
Batchlet.ref(String ref)
Sets the
ref attribute |
Batchlet<T> |
Batchlet.removeProperties()
Removes the
properties element |
Batchlet<T> |
Batchlet.removeRef()
Removes the
ref attribute |
Modifier and Type | Method and Description |
---|---|
Properties<Batchlet<T>> |
Batchlet.getOrCreateProperties()
If not already created, a new
properties element with the given value will be created. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.