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 ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItems()
getPaths()
getStep()
void
setCommand
(String command) void
void
void
void
setOutputOptions
(OutputOptions outputOptions) void
void
void
setTimeout
(Integer timeout) org.jenkinsci.plugins.workflow.steps.StepExecution
start
(org.jenkinsci.plugins.workflow.steps.StepContext context) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
SaltAtRunStep
-
-
Method Details
-
getMaxout
-
setMaxout
-
getStep
-
setStep
-
getMaxerr
-
setMaxerr
-
getTimeout
-
setTimeout
-
getItems
-
setItems
-
getCommand
-
setCommand
-
setOutputOptions
-
setPaths
-
getPaths
-
getOutputOptions
-
start
public org.jenkinsci.plugins.workflow.steps.StepExecution start(org.jenkinsci.plugins.workflow.steps.StepContext context) throws Exception - Specified by:
start
in classorg.jenkinsci.plugins.workflow.steps.Step
- Throws:
Exception
-