Class BaseDeployedArtifact<D extends DeployableArtifact,C extends Container>

All Implemented Interfaces:
Artifact, DerivedArtifact<D>, ConfigurationItem, Deployed<D,C>, EmbeddedDeployedContainer<D,C>, Serializable, Comparable<BaseConfigurationItem>
Direct Known Subclasses:
BaseDeployedInfrastructureAsCode

@Metadata(virtual=true, description="The supertype of all DeployedArtifacts.") public class BaseDeployedArtifact<D extends DeployableArtifact,C extends Container> extends BaseDeployed<D,C> implements DerivedArtifact<D>
See Also: