Uses of Class
dev.galasa.zosbatch.ZosBatchException
-
Uses of ZosBatchException in dev.galasa.zos.spi
Modifier and TypeMethodDescriptionIZosManagerSpi.newZosBatchJobname
(IZosImage image) Provides other managers aIZosBatchJobname
with a prefix defined by the zOS Batchzosbatch.jobname.[imageid].prefix
propertyIZosManagerSpi.newZosBatchJobname
(String name) Provides other managers aIZosBatchJobname
with a the supplied nameIZosManagerSpi.newZosBatchJobOutputSpoolFile
(IZosBatchJob batchJob, String jobname, String jobid, String stepname, String procstep, String ddname, String id, String records) Create a new zOS Batch job spool file object -
Uses of ZosBatchException in dev.galasa.zosbatch
Modifier and TypeMethodDescriptionvoid
IZosBatchJob.cancel()
Cancel the batch jobIZosBatchJobOutput.getJobid()
Returns the zOS batch jobidIZosBatchJobOutput.getJobname()
Returns the zOS batch jobnameReturn a list of zOS Batch jobs with the given jobname and/or the owner.long
IZosBatchJobOutputSpoolFile.getSize()
Return the size of this zOS batch job spool fileIZosBatchJob.getSpoolFile
(String ddname) Convenience method to retrieve the content of a spool file from the batch job given the ddname.IZosBatchJob.listSpoolFiles()
Provides a list of the batch job spool files as anIZosBatchJobOutput
object without retrieving spool file contentvoid
IZosBatchJob.purge()
Cancel the batch job and purge output from the queuelong
IZosBatchJobOutputSpoolFile.retrieve()
Retrieve current content of spool file from zOSIZosBatchJob.retrieveOutput()
Retrieve the batch job output as anIZosBatchJobOutput
objectIZosBatchJob.retrieveOutputAsString()
Retrieve the batch job output as anString
objectvoid
IZosBatchJob.saveOutputToResultsArchive
(String rasPath) Save the job output to the Results Archive Storevoid
IZosBatchJob.saveSpoolFileToResultsArchive
(IZosBatchJobOutputSpoolFile spoolFile, String rasPath) Save the supplied spool file to the Results Archive Storevoid
IZosBatchJobOutputSpoolFile.saveToResultsArchive
(String rasPath) Save this zOS batch job spool file to the Results Archive Store.@NotNull IZosBatchJob
IZosBatch.submitJob
(@NotNull String jcl, IZosBatchJobname jobname) Submit a job.@NotNull IZosBatchJob
IZosBatch.submitJob
(@NotNull String jcl, IZosBatchJobname jobname, ZosBatchJobcard jobCard) Submit a job.int
IZosBatchJob.waitForJob()
Wait for a job to complete.int
IZosBatchJob.waitForJob
(long timeout) Wait for a job to complete.