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(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci, String fqPropertyName, CiProperty targetProperty) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()Set<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>replaceVariable(Variable variable, VariableOrValue replacement)
-
Constructor Details
-
VariableMappingUsagePoint
public VariableMappingUsagePoint(com.xebialabs.deployit.plugin.api.udm.ConfigurationItem ci, String fqPropertyName, CiProperty targetProperty)
-
-
Method Details
-
collectVariables
- Specified by:
collectVariablesin interfaceUsagePoint
-
replaceVariable
public Set<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> replaceVariable(Variable variable, VariableOrValue replacement) - Specified by:
replaceVariablein interfaceUsagePoint
-
getTargetProperty
- Specified by:
getTargetPropertyin interfaceUsagePoint
-
equals
-
hashCode
public int hashCode()
-