Interface EmbeddedDeployable
-
- All Superinterfaces:
ConfigurationItem
,java.io.Serializable
- All Known Subinterfaces:
Provisioner
- All Known Implementing Classes:
BaseEmbeddedDeployable
,BaseProvisioner
,BaseProvisionerArtifact
,EmbeddedDeployableArtifact
@TypeIcon("icons/types/udm.Deployable.svg") public interface EmbeddedDeployable extends ConfigurationItem
Some deployables can have modules, for example an EAR archive can contain some WAR modules inside that can potentially be deployed to different containers. A EmbeddedDeployable is a CI representation of such a module.
-
-
Field Summary
-
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
-
-
Method Summary
-
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
get$directoryReference, get$internalId, get$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
-
-