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 TypeMethodDescriptionreplaceVariable(Variable variable, VariableOrValue replacement)
-
Constructor Details
-
UserInputTaskUsagePoint
-
-
Method Details
-
collectVariables
- Specified by:
collectVariablesin interfaceUsagePoint
-
replaceVariable
- Specified by:
replaceVariablein interfaceUsagePoint
-
getTargetProperty
- Specified by:
getTargetPropertyin interfaceUsagePoint
-