Class ValidatedConfigurationItem
java.lang.Object
com.xebialabs.deployit.engine.api.dto.ValidatedConfigurationItem
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
,Serializable
@Metadata(virtual=true)
@Deprecated
public class ValidatedConfigurationItem
extends Object
implements com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
Deprecated.
- See Also:
-
Field Summary
Fields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD
-
Constructor Summary
ConstructorDescriptionValidatedConfigurationItem
(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem wrapped) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage>
Deprecated.getId()
Deprecated.getName()
Deprecated.<T> T
getProperty
(String key) Deprecated.com.xebialabs.deployit.plugin.api.reflect.Type
getType()
Deprecated.List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage>
Deprecated.com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
Deprecated.boolean
hasProperty
(String key) Deprecated.void
Deprecated.<T> void
setProperty
(String key, T value) Deprecated.void
setValidations
(List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> validations) Deprecated.toString()
Deprecated.
-
Constructor Details
-
ValidatedConfigurationItem
public ValidatedConfigurationItem(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem wrapped) Deprecated.
-
-
Method Details
-
getId
Deprecated.- Specified by:
getId
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
setId
Deprecated.- Specified by:
setId
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
getName
Deprecated.- Specified by:
getName
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
getType
public com.xebialabs.deployit.plugin.api.reflect.Type getType()Deprecated.- Specified by:
getType
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
getProperty
Deprecated.- Specified by:
getProperty
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
hasProperty
Deprecated.- Specified by:
hasProperty
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
setProperty
Deprecated.- Specified by:
setProperty
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
get$validationMessages
public List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> get$validationMessages()Deprecated.- Specified by:
get$validationMessages
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
get$internalId
Deprecated.- Specified by:
get$internalId
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
get$securedCi
Deprecated.- Specified by:
get$securedCi
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
get$directoryReference
Deprecated.- Specified by:
get$directoryReference
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
get$securedDirectoryReference
Deprecated.- Specified by:
get$securedDirectoryReference
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
get$referenceId
Deprecated.- Specified by:
get$referenceId
in interfacecom.xebialabs.deployit.plugin.api.udm.ConfigurationItem
-
getValidations
Deprecated. -
setValidations
public void setValidations(List<com.xebialabs.deployit.plugin.api.validation.ValidationMessage> validations) Deprecated. -
getWrapped
public com.xebialabs.deployit.plugin.api.udm.ConfigurationItem getWrapped()Deprecated. -
toString
Deprecated.
-