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:
collectVariables
in interfaceUsagePoint
-
replaceVariable
- Specified by:
replaceVariable
in interfaceUsagePoint
-
getTargetProperty
- Specified by:
getTargetProperty
in interfaceUsagePoint
-