Class UserInputTaskUsagePoint
java.lang.Object
com.xebialabs.xlrelease.domain.variables.reference.UserInputTaskUsagePoint
- All Implemented Interfaces:
UsagePoint
This usage point means that variable is referenced by user input task variables property i.e. a
variables property of type
List<Variable>-
Constructor Summary
ConstructorsConstructorDescriptionUserInputTaskUsagePoint(UserInputTask task, String property, Variable variable) -
Method Summary
Modifier and TypeMethodDescriptionSet<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem>replaceVariable(Variable variable, VariableOrValue replacement)
-
Constructor Details
-
UserInputTaskUsagePoint
-
-
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
-