public final class VariableResolver extends Object
| Constructor and Description | 
|---|
| VariableResolver(hudson.model.AbstractBuild build,
                hudson.model.TaskListener listener) | 
| VariableResolver(String cloudName,
                String workspace,
                hudson.model.AbstractBuild build,
                hudson.model.TaskListener listener) | 
| Modifier and Type | Method and Description | 
|---|---|
| static net.sf.json.JSONArray | parseVariables(String variables) | 
| net.sf.json.JSONObject | resolve(net.sf.json.JSONObject variable) | 
| String | resolve(String value) | 
| Set<String> | resolveTags(String tags) | 
| net.sf.json.JSONArray | resolveVariables(String jsonVariables) | 
public VariableResolver(hudson.model.AbstractBuild build,
                        hudson.model.TaskListener listener)
                 throws IOException,
                        InterruptedException
IOExceptionInterruptedExceptionpublic VariableResolver(String cloudName, String workspace, hudson.model.AbstractBuild build, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static net.sf.json.JSONArray parseVariables(String variables)
public net.sf.json.JSONObject resolve(net.sf.json.JSONObject variable)
                               throws IOException
IOExceptionpublic net.sf.json.JSONArray resolveVariables(String jsonVariables) throws IOException
IOExceptionCopyright © 2016–2019. All rights reserved.