Class SQLSpooledFilehandler
java.lang.Object
org.jenkinsci.plugins.ibmisteps.model.SQLSpooledFilehandler
- All Implemented Interfaces:
Serializable
,SpooledFileHandler
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionlistSpooledFiles
(IBMi ibmi, String jobNumber, String jobUser, String jobName) void
writeSpooledFile
(IBMi ibmi, SpooledFiles.SpooledFile spooledFile, FilePath toFile)
-
Method Details
-
writeSpooledFile
public void writeSpooledFile(IBMi ibmi, SpooledFiles.SpooledFile spooledFile, FilePath toFile) throws SQLException, com.ibm.as400.access.AS400SecurityException, com.ibm.as400.access.ObjectDoesNotExistException, IOException, InterruptedException, com.ibm.as400.access.ErrorCompletingRequestException - Specified by:
writeSpooledFile
in interfaceSpooledFileHandler
- Throws:
SQLException
com.ibm.as400.access.AS400SecurityException
com.ibm.as400.access.ObjectDoesNotExistException
IOException
InterruptedException
com.ibm.as400.access.ErrorCompletingRequestException
-
listSpooledFiles
public SpooledFiles listSpooledFiles(IBMi ibmi, String jobNumber, String jobUser, String jobName) throws SQLException, com.ibm.as400.access.AS400SecurityException, com.ibm.as400.access.ObjectDoesNotExistException, IOException, InterruptedException, com.ibm.as400.access.ErrorCompletingRequestException - Specified by:
listSpooledFiles
in interfaceSpooledFileHandler
- Throws:
SQLException
com.ibm.as400.access.AS400SecurityException
com.ibm.as400.access.ObjectDoesNotExistException
IOException
InterruptedException
com.ibm.as400.access.ErrorCompletingRequestException
-