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
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
ConstructorsConstructorDescriptionIBMiGetSpooledFilesStep
(String jobName, String jobNumber, String jobUser, String to) -
Method Summary
Modifier and TypeMethodDescriptiongetTo()
boolean
protected SpooledFiles
runOnIBMi
(org.jenkinsci.plugins.workflow.steps.StepContext stepContext, LoggerWrapper logger, IBMi ibmi) void
setClearTo
(boolean clearTo) Methods inherited from class org.jenkinsci.plugins.workflow.steps.Step
getDescriptor
-
Constructor Details
-
IBMiGetSpooledFilesStep
-
-
Method Details
-
getJobName
-
getJobNumber
-
getJobUser
-
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 classIBMiStep<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
-