Interface EmbeddedDeployed<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer>
- 
- All Superinterfaces:
 ConfigurationItem,EmbeddedDeployedContainer<D,C>,java.io.Serializable
- All Known Subinterfaces:
 AppliedProvisioner<D>
- All Known Implementing Classes:
 BaseAppliedProvisioner,BaseAppliedProvisionerArtifact,BaseEmbeddedDeployed,EmbeddedDeployedArtifact
public interface EmbeddedDeployed<D extends EmbeddedDeployable,C extends EmbeddedDeployedContainer> extends EmbeddedDeployedContainer<D,C>
Some deployeds can have modules, for example an EAR archive can contain some WAR modules inside that can potentially be deployed to different containers. A EmbeddedDeployed is a CI representation of such a deployed module. 
- 
- 
Field Summary
- 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD 
- 
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer
CONTAINER_FIELD, DEPLOYABLE_FIELD 
 - 
 
- 
Method Summary
- 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
get$directoryReference, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty 
- 
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer
getContainer, getDeployable, setContainer, setDeployable 
 - 
 
 -