Class ExternalVariableValue
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.xlrelease.domain.variables.ExternalVariableValue
- All Implemented Interfaces:
com.xebialabs.deployit.plugin.api.udm.ConfigurationItem,Serializable,Comparable<com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem>
@Metadata(versioned=false)
public class ExternalVariableValue
extends com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
- See Also:
-
Field Summary
FieldsFields inherited from interface com.xebialabs.deployit.plugin.api.udm.ConfigurationItem
SYNTHETIC_PROPERTIES_FIELD, TYPE_FIELD -
Constructor Summary
ConstructorsConstructorDescriptionExternalVariableValue(ExternalVariableServer server, String path, String externalKey) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPath()inthashCode()voidsetExternalKey(String externalKey) voidvoidsetServer(ExternalVariableServer server) Methods inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
compareTo, get$ciAttributes, get$directoryReference, get$externalProperties, get$internalId, get$referenceId, get$securedCi, get$securedDirectoryReference, get$token, get$validationMessages, getId, getName, getProperty, getType, hasProperty, set$ciAttributes, set$directoryReference, set$externalProperties, set$internalId, set$referenceId, set$securedCi, set$securedDirectoryReference, set$token, set$validationMessages, setId, setProperty, setType, toString
-
Field Details
-
CONFIGURATION_ID
- See Also:
-
-
Constructor Details
-
ExternalVariableValue
public ExternalVariableValue() -
ExternalVariableValue
-
-
Method Details
-
getServer
-
setServer
-
getPath
-
setPath
-
getExternalKey
-
setExternalKey
-
equals
- Overrides:
equalsin classcom.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-
hashCode
public int hashCode()- Overrides:
hashCodein classcom.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
-