Uses of Class
zowe.client.sdk.zosjobs.input.JobMonitorInputData
-
Packages that use JobMonitorInputData Package Description zowe.client.sdk.zosjobs.input Request input object(s) for z/OS jobs processingzowe.client.sdk.zosjobs.methods z/OS jobs functionality provided by the SDK -
-
Uses of JobMonitorInputData in zowe.client.sdk.zosjobs.input
Methods in zowe.client.sdk.zosjobs.input that return JobMonitorInputData Modifier and Type Method Description JobMonitorInputDataJobMonitorInputData.Builder. build()Return JobMonitorInputData object based on Builder this object -
Uses of JobMonitorInputData in zowe.client.sdk.zosjobs.methods
Methods in zowe.client.sdk.zosjobs.methods with parameters of type JobMonitorInputData Modifier and Type Method Description booleanJobMonitor. isRunning(JobMonitorInputData params)Determines if a given job is in a running state or not.booleanJobMonitor. waitMessageCommon(JobMonitorInputData params, String message)Given jobname/jobid, check for the desired message continuously (based on the interval and attempts specified).JobJobMonitor. waitStatusCommon(JobMonitorInputData params)Given jobname/jobid, check for the desired "status" (default is "OUTPUT") continuously (based on the interval and attempts specified).
-