Package com.xebialabs.xlrelease.variable
Interface VariableCollector
- All Known Implementing Classes:
VariableHelper$
public interface VariableCollector
-
Method Summary
Modifier and TypeMethodDescriptioncollectVariables
(Object input) scala.collection.immutable.Set<String>
collectVariablesFromValue
(Object value) void
collectVariablesInScope
(Map<String, Variable> allUsedVariablesMap, Map<String, Variable> scope, String variableKeyToResolve) getUsedExternalPasswordVariables
(Release release) getUsedStringVariables
(PlanItem planItem) getUsedVariables
(PlanItem planItem, boolean enablePassword) boolean
-
Method Details
-
collectVariables
-
collectVariablesFromValue
-
collectVariablesInScope
-
getUsedExternalPasswordVariables
-
getUsedStringVariables
-
getUsedVariables
-
getUsedVariables$default$2
boolean getUsedVariables$default$2()
-