Interface AppliedProvisioner<D extends Provisioner>
-
- All Superinterfaces:
ConfigurationItem
,EmbeddedDeployed<D,BaseDeployed>
,EmbeddedDeployedContainer<D,BaseDeployed>
,java.io.Serializable
- All Known Implementing Classes:
BaseAppliedProvisioner
,BaseAppliedProvisionerArtifact
@TypeIcon("icons/types/udm.AppliedProvisioner.svg") public interface AppliedProvisioner<D extends Provisioner> extends EmbeddedDeployed<D,BaseDeployed>
Base for all Deployed counterparts of all Provisioners. Please look at implementations for specific types. Container type is a sub-type of Deployed as it is an Embedded Configuration Item.
-
-
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$securedCi, get$validationMessages, getId, getName, getProperty, getType, hasProperty, setId, setProperty
-
Methods inherited from interface com.xebialabs.deployit.plugin.api.udm.EmbeddedDeployedContainer
getContainer, getDeployable, setContainer, setDeployable
-
-