Class SaltAtRunStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- io.jenkins.plugins.xygeni.saltbuildstep.SaltAtRunStep
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<org.jenkinsci.plugins.workflow.steps.Step>
public class SaltAtRunStep extends org.jenkinsci.plugins.workflow.steps.Step
Salt Attestation Run Command Builder Class.- Author:
- Victor de la Rosa
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SaltAtRunStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Constructor Summary
Constructors Constructor Description SaltAtRunStep(OutputOptions outputOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommand()
List<Item>
getItems()
Integer
getMaxerr()
Integer
getMaxout()
OutputOptions
getOutputOptions()
Paths
getPaths()
String
getStep()
Integer
getTimeout()
void
setCommand(String command)
void
setItems(List<Item> items)
void
setMaxerr(Integer maxerr)
void
setMaxout(Integer maxout)
void
setOutputOptions(OutputOptions outputOptions)
void
setPaths(Paths paths)
void
setStep(String step)
void
setTimeout(Integer timeout)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
Constructor Detail
-
SaltAtRunStep
@DataBoundConstructor public SaltAtRunStep(OutputOptions outputOptions)
-
-
Method Detail
-
getMaxout
public Integer getMaxout()
-
setMaxout
@DataBoundSetter public void setMaxout(Integer maxout)
-
getStep
public String getStep()
-
setStep
@DataBoundSetter public void setStep(String step)
-
getMaxerr
public Integer getMaxerr()
-
setMaxerr
@DataBoundSetter public void setMaxerr(Integer maxerr)
-
getTimeout
public Integer getTimeout()
-
setTimeout
@DataBoundSetter public void setTimeout(Integer timeout)
-
getCommand
public String getCommand()
-
setCommand
@DataBoundSetter public void setCommand(String command)
-
setOutputOptions
@DataBoundSetter public void setOutputOptions(OutputOptions outputOptions)
-
setPaths
@DataBoundSetter public void setPaths(Paths paths)
-
getPaths
public Paths getPaths()
-
getOutputOptions
public OutputOptions getOutputOptions()
-
-