Class IBMiShellExecStep
java.lang.Object
hudson.model.AbstractDescribableImpl<org.jenkinsci.plugins.workflow.steps.Step>
org.jenkinsci.plugins.workflow.steps.Step
org.jenkinsci.plugins.ibmisteps.steps.abstracts.IBMiStep<ShellExec>
org.jenkinsci.plugins.ibmisteps.steps.IBMiShellExecStep
- All Implemented Interfaces:
ExtensionPoint,Describable<org.jenkinsci.plugins.workflow.steps.Step>,Serializable
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected ShellExecrunOnIBMi(org.jenkinsci.plugins.workflow.steps.StepContext context, LoggerWrapper logger, IBMi ibmi) voidsetFailOnError(boolean failOnError) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
IBMiShellExecStep
-
-
Method Details
-
getCommand
-
isFailOnError
public boolean isFailOnError() -
setFailOnError
@DataBoundSetter public void setFailOnError(boolean failOnError) -
runOnIBMi
protected ShellExec runOnIBMi(org.jenkinsci.plugins.workflow.steps.StepContext context, LoggerWrapper logger, IBMi ibmi) throws com.ibm.as400.access.AS400SecurityException, IOException, InterruptedException, com.ibm.as400.access.ErrorCompletingRequestException - Specified by:
runOnIBMiin classIBMiStep<ShellExec>- Throws:
com.ibm.as400.access.AS400SecurityExceptionIOExceptionInterruptedExceptioncom.ibm.as400.access.ErrorCompletingRequestException
-