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,
Boolean blockbuild) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArguments() |
String |
getAuthtype() |
Boolean |
getBlockbuild() |
SaltAPIBuilder.DescriptorImpl |
getDescriptor() |
String |
getFunction() |
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 Boolean getBlockbuild()
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-2014. All Rights Reserved.