Class IBMiGetSpooledFilesStep

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<SpooledFiles>
org.jenkinsci.plugins.ibmisteps.steps.IBMiGetSpooledFilesStep
All Implemented Interfaces:
ExtensionPoint, Describable<org.jenkinsci.plugins.workflow.steps.Step>, Serializable

public class IBMiGetSpooledFilesStep extends IBMiStep<SpooledFiles>
See Also:
  • Constructor Details

    • IBMiGetSpooledFilesStep

      @DataBoundConstructor public IBMiGetSpooledFilesStep(String jobName, String jobNumber, String jobUser, String to)
  • Method Details

    • getJobName

      public String getJobName()
    • getJobNumber

      public String getJobNumber()
    • getJobUser

      public String getJobUser()
    • getTo

      public String getTo()
    • isClearTo

      public boolean isClearTo()
    • setClearTo

      @DataBoundSetter public void setClearTo(boolean clearTo)
    • runOnIBMi

      protected SpooledFiles runOnIBMi(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, LoggerWrapper logger, IBMi ibmi) throws com.ibm.as400.access.AS400SecurityException, SQLException, com.ibm.as400.access.list.OpenListException, com.ibm.as400.access.ObjectDoesNotExistException, IOException, InterruptedException, com.ibm.as400.access.ErrorCompletingRequestException
      Specified by:
      runOnIBMi in class IBMiStep<SpooledFiles>
      Throws:
      com.ibm.as400.access.AS400SecurityException
      SQLException
      com.ibm.as400.access.list.OpenListException
      com.ibm.as400.access.ObjectDoesNotExistException
      IOException
      InterruptedException
      com.ibm.as400.access.ErrorCompletingRequestException