Interface UsagePoint
- All Known Implementing Classes:
PropertyUsagePoint,ReleaseVariablesUsagePoint,UserInputTaskUsagePoint,VariableMappingUsagePoint,VariableUsagePoint
public interface UsagePoint
-
Method Summary
Modifier and TypeMethodDescriptionSet<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> replaceVariable(Variable variable, VariableOrValue replacement)
-
Method Details
-
collectVariables
Map<String,VariableReference.VariableUsageType> collectVariables() -
replaceVariable
Set<com.xebialabs.deployit.plugin.api.udm.ConfigurationItem> replaceVariable(Variable variable, VariableOrValue replacement) -
getTargetProperty
CiProperty getTargetProperty()
-