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 TypeMethodDescriptionbooleaninthashCode()replaceVariable(Variable variable, VariableOrValue replacement)
-
Constructor Details
-
VariableMappingUsagePoint
public VariableMappingUsagePoint(ConfigurationItem ci, String fqPropertyName, CiProperty targetProperty)
-
-
Method Details
-
collectVariables
- Specified by:
collectVariablesin interfaceUsagePoint
-
replaceVariable
- Specified by:
replaceVariablein interfaceUsagePoint
-
getTargetProperty
- Specified by:
getTargetPropertyin interfaceUsagePoint
-
equals
-
hashCode
public int hashCode()
-