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
  • Constructor Details

    • SaltAtRunStep

      @DataBoundConstructor public SaltAtRunStep(OutputOptions outputOptions)
  • Method Details

    • 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)
    • getItems

      public List<Item> getItems()
    • setItems

      @DataBoundSetter public void setItems(List<Item> items)
    • 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()
    • start

      public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception
      Specified by:
      start in class org.jenkinsci.plugins.workflow.steps.Step
      Throws:
      Exception