@Metadata(description="A container of DeploymentPackages that is a DeploymentPackage itself. ") public class CompositePackage extends Version
Version
of an Application
which can contain a list of other Version
s,
as well as artifacts and resource specifications (a collection of Deployable
s) that can be deployed onto
a Container
.
Please note that the word package can be used to refer to a Version
. In this case the definition
makes more sense, as a CompositePackage can contain a list of other packages.id, syntheticProperties, type
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
Constructor and Description |
---|
CompositePackage() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Deployable> |
getDeployables() |
java.util.List<Version> |
getPackages() |
getApplication, getOrchestrator, getVersion, setApplication, setOrchestrator
compareTo, equals, get$ciAttributes, get$token, getId, getName, getProperty, getPropertyDescriptor, getSyntheticProperties, getSyntheticProperty, getType, hashCode, hasProperty, hasSyntheticProperty, putSyntheticProperties, putSyntheticProperty, set$ciAttributes, set$token, setId, setProperty, setSyntheticProperties, setType, toString
public java.util.List<Version> getPackages()
Version
objects).public java.util.Set<Deployable> getDeployables()
getDeployables
in class Version
Deployable
objects)