public class SaltAPIStep extends org.jenkinsci.plugins.workflow.steps.Step implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
SaltAPIStep.DescriptorImpl |
class |
SaltAPIStep.Execution |
Constructor and Description |
---|
SaltAPIStep(String servername,
String authtype,
BasicClient clientInterface,
String credentialsId) |
Modifier and Type | Method and Description |
---|---|
String |
getArguments() |
String |
getAuthtype() |
String |
getBatchSize() |
String |
getBatchWait() |
boolean |
getBlockbuild() |
BasicClient |
getClientInterface() |
String |
getCredentialsId() |
SaltAPIStep.DescriptorImpl |
getDescriptor() |
String |
getFunction() |
int |
getJobPollTime() |
int |
getMinionTimeout() |
String |
getMods() |
String |
getPillarvalue() |
String |
getPost() |
boolean |
getSaveEnvVar() |
boolean |
getSaveFile() |
String |
getServername() |
boolean |
getSkipValidation() |
String |
getSubset() |
String |
getTag() |
String |
getTarget() |
String |
getTargettype() |
void |
setSaveEnvVar(boolean saveEnvVar) |
void |
setSaveFile(boolean saveFile) |
void |
setSkipValidation(boolean skipValidation) |
org.jenkinsci.plugins.workflow.steps.StepExecution |
start(org.jenkinsci.plugins.workflow.steps.StepContext context) |
@DataBoundConstructor public SaltAPIStep(String servername, String authtype, BasicClient clientInterface, String credentialsId)
public String getServername()
public String getAuthtype()
public String getTarget()
public String getTargettype()
public String getFunction()
public String getArguments()
public boolean getBlockbuild()
public String getBatchSize()
public String getBatchWait()
public int getJobPollTime()
public int getMinionTimeout()
public String getMods()
public String getPillarvalue()
public String getSubset()
public String getCredentialsId()
@DataBoundSetter public void setSaveEnvVar(boolean saveEnvVar)
public boolean getSaveEnvVar()
@DataBoundSetter public void setSaveFile(boolean saveFile)
public boolean getSaveFile()
public BasicClient getClientInterface()
public String getPost()
public String getTag()
@DataBoundSetter public void setSkipValidation(boolean skipValidation)
public boolean getSkipValidation()
public SaltAPIStep.DescriptorImpl getDescriptor()
getDescriptor
in interface hudson.model.Describable<org.jenkinsci.plugins.workflow.steps.Step>
getDescriptor
in class org.jenkinsci.plugins.workflow.steps.Step
Copyright © 2016–2020. All rights reserved.