Class SaltVerifyStep

  • All Implemented Interfaces:
    ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>

    public class SaltVerifyStep
    extends org.jenkinsci.plugins.workflow.steps.Step
    Salt Verify Command Recorder Class.
    Author:
    Victor de la Rosa
    • Constructor Detail

      • SaltVerifyStep

        @DataBoundConstructor
        public SaltVerifyStep​(String output,
                              String publicKey,
                              String certificate,
                              String id,
                              String attestation)
    • Method Detail

      • setOutput

        @DataBoundSetter
        public void setOutput​(String output)
      • setPublicKey

        @DataBoundSetter
        public void setPublicKey​(String publicKey)
      • setCertificate

        @DataBoundSetter
        public void setCertificate​(String certificate)
      • setId

        @DataBoundSetter
        public void setId​(String id)
      • setAttestation

        @DataBoundSetter
        public void setAttestation​(String attestation)
      • setSubjects

        @DataBoundSetter
        public void setSubjects​(List<Subject> subjects)
      • setPaths

        @DataBoundSetter
        public void setPaths​(Paths paths)
      • getOutput

        public String getOutput()
      • getPublicKey

        public String getPublicKey()
      • getCertificate

        public String getCertificate()
      • getId

        public String getId()
      • getAttestation

        public String getAttestation()
      • getPaths

        public Paths getPaths()
      • 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