public class SaltAPIBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
SaltAPIBuilder.DescriptorImpl |
| Constructor and Description |
|---|
SaltAPIBuilder(String servername,
String username,
String userpass,
String authtype,
String target,
String targettype,
String function,
String arguments,
String kwarguments,
net.sf.json.JSONObject clientInterfaces,
Integer jobPollTime,
String mods,
String pillarkey,
String pillarvalue) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments() |
String |
getAuthtype() |
String |
getBatchSize() |
Boolean |
getBlockbuild() |
String |
getClientInterface() |
SaltAPIBuilder.DescriptorImpl |
getDescriptor() |
String |
getFunction() |
Integer |
getJobPollTime() |
String |
getKwarguments() |
String |
getMods() |
String |
getPillarkey() |
String |
getPillarvalue() |
String |
getServername() |
String |
getTarget() |
String |
getTargettype() |
Boolean |
getUsePillar() |
String |
getUsername() |
String |
getUserpass() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuild@DataBoundConstructor public SaltAPIBuilder(String servername, String username, String userpass, String authtype, String target, String targettype, String function, String arguments, String kwarguments, net.sf.json.JSONObject clientInterfaces, Integer jobPollTime, String mods, String pillarkey, String pillarvalue)
public String getServername()
public String getUsername()
public String getUserpass()
public String getAuthtype()
public String getTarget()
public String getTargettype()
public String getFunction()
public String getArguments()
public String getKwarguments()
public String getClientInterface()
public Boolean getBlockbuild()
public String getBatchSize()
public Integer getJobPollTime()
public String getMods()
public Boolean getUsePillar()
public String getPillarkey()
public String getPillarvalue()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerpublic SaltAPIBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2004-2016. All Rights Reserved.