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
IOException
InterruptedException
public VariableResolver(String cloudName, String workspace, hudson.model.AbstractBuild build, hudson.model.TaskListener listener) throws IOException, InterruptedException
IOException
InterruptedException
public static net.sf.json.JSONArray parseVariables(String variables)
public net.sf.json.JSONObject resolve(net.sf.json.JSONObject variable) throws IOException
IOException
public net.sf.json.JSONArray resolveVariables(String jsonVariables) throws IOException
IOException
Copyright © 2016–2019. All rights reserved.