public class Builds extends Object
Constructor and Description |
---|
Builds() |
Modifier and Type | Method and Description |
---|---|
static void |
addArgumentsToSaltFunction(String myarguments,
net.sf.json.JSONObject saltFunc) |
static net.sf.json.JSONArray |
checkBlockingBuild(hudson.Launcher launcher,
String myservername,
String token,
net.sf.json.JSONObject saltFunc,
hudson.model.TaskListener listener,
int pollTime,
int minionTimeout,
String netapi,
String jid) |
static String |
getBlockingBuildJid(hudson.Launcher launcher,
String myservername,
String token,
net.sf.json.JSONObject saltFunc,
hudson.model.TaskListener listener) |
static net.sf.json.JSONArray |
returnData(net.sf.json.JSONObject saltReturn,
String netapi) |
static int |
returnedMinions(net.sf.json.JSONArray saltReturn) |
public static void addArgumentsToSaltFunction(String myarguments, net.sf.json.JSONObject saltFunc)
public static int returnedMinions(net.sf.json.JSONArray saltReturn)
public static net.sf.json.JSONArray returnData(net.sf.json.JSONObject saltReturn, String netapi)
public static String getBlockingBuildJid(hudson.Launcher launcher, String myservername, String token, net.sf.json.JSONObject saltFunc, hudson.model.TaskListener listener) throws IOException, InterruptedException, SaltException
public static net.sf.json.JSONArray checkBlockingBuild(hudson.Launcher launcher, String myservername, String token, net.sf.json.JSONObject saltFunc, hudson.model.TaskListener listener, int pollTime, int minionTimeout, String netapi, String jid) throws IOException, InterruptedException, SaltException
Copyright © 2016–2020. All rights reserved.