Uses of Class
dev.galasa.zosbatch.ZosBatchException
Packages that use ZosBatchException
- 
Uses of ZosBatchException in dev.galasa.zos.spi
Methods in dev.galasa.zos.spi that throw ZosBatchExceptionModifier and TypeMethodDescriptionIZosManagerSpi.newZosBatchJobname(IZosImage image) Provides other managers aIZosBatchJobnamewith a prefix defined by the zOS Batchzosbatch.jobname.[imageid].prefixpropertyIZosManagerSpi.newZosBatchJobname(String name) Provides other managers aIZosBatchJobnamewith 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
Methods in dev.galasa.zosbatch that throw ZosBatchExceptionModifier and TypeMethodDescriptionvoidIZosBatchJob.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.longIZosBatchJobOutputSpoolFile.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 anIZosBatchJobOutputobject without retrieving spool file contentvoidIZosBatchJob.purge()Cancel the batch job and purge output from the queuelongIZosBatchJobOutputSpoolFile.retrieve()Retrieve current content of spool file from zOSIZosBatchJob.retrieveOutput()Retrieve the batch job output as anIZosBatchJobOutputobjectIZosBatchJob.retrieveOutputAsString()Retrieve the batch job output as anStringobjectvoidIZosBatchJob.saveOutputToResultsArchive(String rasPath) Save the job output to the Results Archive StorevoidIZosBatchJob.saveSpoolFileToResultsArchive(IZosBatchJobOutputSpoolFile spoolFile, String rasPath) Save the supplied spool file to the Results Archive StorevoidIZosBatchJobOutputSpoolFile.saveToResultsArchive(String rasPath) Save this zOS batch job spool file to the Results Archive Store.@NotNull IZosBatchJobIZosBatch.submitJob(@NotNull String jcl, IZosBatchJobname jobname) Submit a job.@NotNull IZosBatchJobIZosBatch.submitJob(@NotNull String jcl, IZosBatchJobname jobname, ZosBatchJobcard jobCard) Submit a job.intIZosBatchJob.waitForJob()Wait for a job to complete.intIZosBatchJob.waitForJob(long timeout) Wait for a job to complete.