Class ExternalVariableValue
java.lang.Object
com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
com.xebialabs.xlrelease.domain.variables.ExternalVariableValue
- All Implemented Interfaces:
ConfigurationItem
,Serializable
,Comparable<BaseConfigurationItem>
- See Also:
-
Field Summary
FieldsFields inherited from class com.xebialabs.deployit.plugin.api.udm.base.BaseConfigurationItem
id, syntheticProperties, type
Fields 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 TypeMethodDescriptionboolean
getPath()
int
hashCode()
void
setExternalKey
(String externalKey) void
void
setServer
(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, getPropertyDescriptor, 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:
equals
in classBaseConfigurationItem
-
hashCode
public int hashCode()- Overrides:
hashCode
in classBaseConfigurationItem
-