Class VariableMappingUsagePoint
java.lang.Object
com.xebialabs.xlrelease.domain.variables.reference.VariableMappingUsagePoint
- All Implemented Interfaces:
UsagePoint
This usage point means that a variable is contained as a value in one of entries
of the
variableMapping
.-
Constructor Summary
ConstructorsConstructorDescriptionVariableMappingUsagePoint
(ConfigurationItem ci, String fqPropertyName, CiProperty targetProperty) -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
hashCode()
replaceVariable
(Variable variable, VariableOrValue replacement)
-
Constructor Details
-
VariableMappingUsagePoint
public VariableMappingUsagePoint(ConfigurationItem ci, String fqPropertyName, CiProperty targetProperty)
-
-
Method Details
-
collectVariables
- Specified by:
collectVariables
in interfaceUsagePoint
-
replaceVariable
- Specified by:
replaceVariable
in interfaceUsagePoint
-
getTargetProperty
- Specified by:
getTargetProperty
in interfaceUsagePoint
-
equals
-
hashCode
public int hashCode()
-