Interface Provisioned<D extends Provisionable,C extends Container>
-
- All Superinterfaces:
ConfigurationItem
,Deployed<D,C>
,EmbeddedDeployedContainer<D,C>
,java.io.Serializable
- All Known Implementing Classes:
BaseProvisioned
,BaseProvisionedContainer
public interface Provisioned<D extends Provisionable,C extends Container> extends Deployed<D,C>
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getOrdinal()
void
setOrdinal(int ordinal)
-
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.Deployed
getBoundConfigurationItems, getContainer, getDeployable, setBoundConfigurationItems, setContainer, setDeployable
-
-