@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 Versions,
as well as artifacts and resource specifications (a collection of Deployables) 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, typeSYNTHETIC_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, setOrchestratorcompareTo, equals, get$ciAttributes, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$token, set$validationMessages, setId, setProperty, setType, toStringpublic java.util.List<Version> getPackages()
Version objects).public java.util.Set<Deployable> getDeployables()
getDeployables in class VersionDeployable objects)