Class SaltVerifyStep
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
-
- org.jenkinsci.plugins.workflow.steps.Step
-
- io.jenkins.plugins.xygeni.saltbuildstep.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SaltVerifyStep.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAttestation()
String
getCertificate()
String
getId()
String
getOutput()
Paths
getPaths()
String
getPublicKey()
List<Subject>
getSubjects()
void
setAttestation(String attestation)
void
setCertificate(String certificate)
void
setId(String id)
void
setOutput(String output)
void
setPaths(Paths paths)
void
setPublicKey(String publicKey)
void
setSubjects(List<Subject> subjects)
org.jenkinsci.plugins.workflow.steps.StepExecution
start(org.jenkinsci.plugins.workflow.steps.StepContext context)
-
-
-
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)
-
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()
-
-