Class IBMiCommandStep
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<CallResult>
org.jenkinsci.plugins.ibmisteps.steps.IBMiCommandStep
- 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 TypeMethodDescriptionboolean
protected CallResult
runOnIBMi
(org.jenkinsci.plugins.workflow.steps.StepContext context, LoggerWrapper logger, IBMi ibmi) void
setFailOnError
(boolean failOnError) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
IBMiCommandStep
-
-
Method Details
-
getCommand
-
isFailOnError
public boolean isFailOnError() -
setFailOnError
@DataBoundSetter public void setFailOnError(boolean failOnError) -
runOnIBMi
protected CallResult 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:
runOnIBMi
in classIBMiStep<CallResult>
- Throws:
com.ibm.as400.access.AS400SecurityException
IOException
InterruptedException
com.ibm.as400.access.ErrorCompletingRequestException
-