Class CompositePackage
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.deployit.plugin.api.udm.Version
com.xebialabs.deployit.plugin.api.udm.CompositePackage
- All Implemented Interfaces:
ConfigurationItem,Serializable,Comparable<BaseConfigurationItem>
@Metadata(description="(Deprecated) A container of DeploymentPackages that is a DeploymentPackage itself. ")
@Deprecated
public class CompositePackage
extends Version
Deprecated.
Using dependencies and multi-application deployments you can now do what you previously needed udm.CompositePackage s for.
A
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.- See Also:
-
Field Summary
Fields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, typeFields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Methods inherited from class com.xebialabs.deployit.plugin.api.udm.Version
getApplication, getOrchestrator, getVersion, setApplication, setOrchestratorMethods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, equals, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getPropertyDescriptor, getType, hashCode, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
-
Constructor Details
-
CompositePackage
public CompositePackage()Deprecated.
-
-
Method Details
-
getPackages
Deprecated.- Returns:
- The list of member packages (
Versionobjects).
-
getDeployables
Deprecated.- Specified by:
getDeployablesin classVersion- Returns:
- A collection of artifacts and resource specifications (
Deployableobjects)
-