Class BaseEmbeddedDeployed<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer>

java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.deployit.plugin.api.udm.base.BaseEmbeddedDeployed<D,C>
All Implemented Interfaces:
ConfigurationItem, EmbeddedDeployed<D,C>, EmbeddedDeployedContainer<D,C>, Serializable, Comparable<BaseConfigurationItem>
Direct Known Subclasses:
BaseAppliedProvisioner, EmbeddedDeployedArtifact

@Metadata(virtual=true, description="The supertype of all EmbeddedDeployeds.", inspectable=false, root=NESTED) public class BaseEmbeddedDeployed<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer> extends BaseConfigurationItem implements EmbeddedDeployed<D,C>
See Also: