@Metadata(description="(Deprecated) A container of DeploymentPackages that is a DeploymentPackage itself. ") @Deprecated 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()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Deployable> |
getDeployables()
Deprecated.
|
java.util.List<Version> |
getPackages()
Deprecated.
|
getApplication, getOrchestrator, getVersion, setApplication, setOrchestratorcompareTo, equals, get$ciAttributes, get$externalProperties, get$internalId, get$securedCi, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$externalProperties, set$internalId, set$securedCi, 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)