@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 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()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Deployable> |
getDeployables()
Deprecated.
|
java.util.List<Version> |
getPackages()
Deprecated.
|
getApplication, getOrchestrator, getVersion, setApplication, setOrchestrator
compareTo, 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, toString
public java.util.List<Version> getPackages()
Version
objects).public java.util.Set<Deployable> getDeployables()
getDeployables
in class Version
Deployable
objects)