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

public class IBMiCommandStep extends IBMiStep<CallResult>
See Also:
  • Constructor Details

    • IBMiCommandStep

      @DataBoundConstructor public IBMiCommandStep(String command)
  • Method Details

    • getCommand

      public String 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 class IBMiStep<CallResult>
      Throws:
      com.ibm.as400.access.AS400SecurityException
      IOException
      InterruptedException
      com.ibm.as400.access.ErrorCompletingRequestException