Class BaseDeployed<D extends Deployable,C extends Container>

java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.deployit.plugin.api.udm.base.BaseDeployed<D,C>
All Implemented Interfaces:
ConfigurationItem, Deployed<D,C>, EmbeddedDeployedContainer<D,C>, Serializable, Comparable<BaseConfigurationItem>
Direct Known Subclasses:
BaseDeployedArtifact, BaseDeployedContainer, BaseProvisioned

@Metadata(virtual=true, description="The supertype of all Deployeds.") public class BaseDeployed<D extends Deployable,C extends Container> extends BaseConfigurationItem implements Deployed<D,C>
A Deployable deployed to a Container.
See Also: