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 |
returnData(net.sf.json.JSONObject saltReturn,
String netapi) |
static int |
returnedMinions(net.sf.json.JSONArray saltReturn) |
static net.sf.json.JSONArray |
runBlockingBuild(hudson.Launcher launcher,
hudson.model.Run build,
String myservername,
String token,
net.sf.json.JSONObject saltFunc,
hudson.model.TaskListener listener,
int pollTime,
int minionTimeout,
String netapi) |
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 net.sf.json.JSONArray runBlockingBuild(hudson.Launcher launcher,
hudson.model.Run build,
String myservername,
String token,
net.sf.json.JSONObject saltFunc,
hudson.model.TaskListener listener,
int pollTime,
int minionTimeout,
String netapi)
throws IOException,
InterruptedException,
SaltException
Copyright © 2016–2017. All rights reserved.