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,
net.sf.json.JSONObject clientInterfaces,
Integer jobPollTime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments() |
String |
getAuthtype() |
String |
getBatchSize() |
Boolean |
getBlockbuild() |
String |
getClientInterface() |
SaltAPIBuilder.DescriptorImpl |
getDescriptor() |
String |
getFunction() |
Integer |
getJobPollTime() |
String |
getServername() |
String |
getTarget() |
String |
getTargettype() |
String |
getUsername() |
String |
getUserpass() |
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic 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 getClientInterface()
public Boolean getBlockbuild()
public String getBatchSize()
public Integer getJobPollTime()
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-2015. All Rights Reserved.