public class SaltAPIBuilder
extends hudson.tasks.Builder
| Modifier and Type | Class and Description |
|---|---|
static class |
SaltAPIBuilder.DescriptorImpl |
| Constructor and Description |
|---|
SaltAPIBuilder(String servername,
String authtype,
String target,
String targettype,
String function,
net.sf.json.JSONObject clientInterfaces,
String mods,
String pillarkey,
String pillarvalue,
String credentialsId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments() |
String |
getAuthtype() |
String |
getBatchSize() |
Boolean |
getBlockbuild() |
String |
getClientInterface() |
String |
getCredentialsId() |
SaltAPIBuilder.DescriptorImpl |
getDescriptor() |
String |
getFunction() |
Integer |
getJobPollTime() |
String |
getKwarguments() |
String |
getMods() |
String |
getPillarkey() |
String |
getPillarvalue() |
Boolean |
getSaveEnvVar() |
String |
getServername() |
String |
getTarget() |
String |
getTargettype() |
Boolean |
getUsePillar() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setArguments(String arguments) |
void |
setKwarguments(String kwarguments) |
void |
setSaveEnvVar(Boolean saveEnvVar) |
public String getServername()
public String getAuthtype()
public String getTarget()
public String getTargettype()
public String getFunction()
public String getArguments()
@DataBoundSetter public void setArguments(String arguments)
public String getKwarguments()
@DataBoundSetter public void setKwarguments(String kwarguments)
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 String getCredentialsId()
@DataBoundSetter public void setSaveEnvVar(Boolean saveEnvVar)
public Boolean getSaveEnvVar()
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.