Class SaltAtCommitStep

java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
io.jenkins.plugins.xygeni.saltbuildstep.SaltAtCommitStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

public class SaltAtCommitStep extends org.jenkinsci.plugins.workflow.steps.Step
Salt Attestation Commit Command Builder Class.
Author:
Victor de la Rosa
  • Constructor Details Link icon

    • SaltAtCommitStep Link icon

      @DataBoundConstructor public SaltAtCommitStep(Certs certs, AttestationOptions attestationOptions, OutputOptions outputOptions, Paths paths)
      Instance a Salt Attestation Commit command. Required args will not be checked here, it should be reported by salt command. If not options are informed, a default configuration is provided.
      Parameters:
      certs - certificates option
      attestationOptions - attestation option
      outputOptions - output options
  • Method Details Link icon

    • setAttestationOptions Link icon

      @DataBoundSetter public void setAttestationOptions(AttestationOptions attestationOptions)
    • setCerts Link icon

      @DataBoundSetter public void setCerts(Certs certs)
    • setOutputOptions Link icon

      @DataBoundSetter public void setOutputOptions(OutputOptions outputOptions)
    • setPaths Link icon

      @DataBoundSetter public void setPaths(Paths paths)
    • getAttestationOptions Link icon

      public AttestationOptions getAttestationOptions()
    • getCerts Link icon

      public Certs getCerts()
    • getOutputOptions Link icon

      public OutputOptions getOutputOptions()
    • getPaths Link icon

      public Paths getPaths()
    • start Link icon

      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