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) voidcollectVariablesInScope(Map<String, Variable> allUsedVariablesMap, Map<String, Variable> scope, String variableKeyToResolve) getUsedExternalPasswordVariables(Release release) getUsedStringVariables(Release release) getUsedVariables(Release release, boolean enablePassword) boolean
-
Method Details
-
collectVariables
-
collectVariablesFromValue
-
collectVariablesInScope
-
getUsedExternalPasswordVariables
-
getUsedStringVariables
-
getUsedVariables
-
getUsedVariables$default$2
boolean getUsedVariables$default$2()
-