Class VariableUsagePoint
- java.lang.Object
-
- com.xebialabs.xlrelease.domain.variables.reference.VariableUsagePoint
-
- All Implemented Interfaces:
UsagePoint
public class VariableUsagePoint extends java.lang.Object implements UsagePoint
-
-
Constructor Summary
Constructors Constructor Description VariableUsagePoint(Variable variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,VariableReference.VariableUsageType>collectVariables()CiPropertygetTargetProperty()java.util.Set<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>replaceVariable(Variable toReplace, VariableOrValue replacement)
-
-
-
Constructor Detail
-
VariableUsagePoint
public VariableUsagePoint(Variable variable)
-
-
Method Detail
-
collectVariables
public java.util.Map<java.lang.String,VariableReference.VariableUsageType> collectVariables()
- Specified by:
collectVariablesin interfaceUsagePoint
-
replaceVariable
public java.util.Set<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> replaceVariable(Variable toReplace, VariableOrValue replacement)
- Specified by:
replaceVariablein interfaceUsagePoint
-
getTargetProperty
public CiProperty getTargetProperty()
- Specified by:
getTargetPropertyin interfaceUsagePoint
-
-