Interface UsagePoint
- All Known Implementing Classes:
PropertyUsagePoint
,ReleaseVariablesUsagePoint
,UserInputTaskUsagePoint
,VariableMappingUsagePoint
,VariableUsagePoint
public interface UsagePoint
-
Method Summary
Modifier and TypeMethodDescriptionreplaceVariable
(Variable variable, VariableOrValue replacement)
-
Method Details
-
collectVariables
Map<String,VariableReference.VariableUsageType> collectVariables() -
replaceVariable
-
getTargetProperty
CiProperty getTargetProperty()
-