Uses of Class
zowe.client.sdk.zosjobs.types.JobStatus.Type
-
Packages that use JobStatus.Type Package Description zowe.client.sdk.zosjobs.input Request input objects for z/OS jobs processingzowe.client.sdk.zosjobs.methods z/OS jobs functionality provided by the SDKzowe.client.sdk.zosjobs.types Type definitions for z/OS jobs processing -
-
Uses of JobStatus.Type in zowe.client.sdk.zosjobs.input
Methods in zowe.client.sdk.zosjobs.input that return types with arguments of type JobStatus.Type Modifier and Type Method Description Optional<JobStatus.Type>MonitorJobWaitForParams. getJobStatus()Retrieve job statusMethods in zowe.client.sdk.zosjobs.input with parameters of type JobStatus.Type Modifier and Type Method Description MonitorJobWaitForParams.BuilderMonitorJobWaitForParams.Builder. jobStatus(JobStatus.Type jobStatus)voidMonitorJobWaitForParams. setJobStatus(JobStatus.Type jobStatus)Assign job status -
Uses of JobStatus.Type in zowe.client.sdk.zosjobs.methods
Fields in zowe.client.sdk.zosjobs.methods declared as JobStatus.Type Modifier and Type Field Description static JobStatus.TypeJobMonitor. DEFAULT_STATUSDefault expected job status ("OUTPUT")Methods in zowe.client.sdk.zosjobs.methods with parameters of type JobStatus.Type Modifier and Type Method Description JobJobMonitor. waitByStatus(String jobName, String jobId, JobStatus.Type statusType)Given the jobname/jobid, waits for the given status of the job.JobJobMonitor. waitByStatus(Job job, JobStatus.Type statusType)Given a Job document (has jobname/jobid), waits for the given status of the job. -
Uses of JobStatus.Type in zowe.client.sdk.zosjobs.types
Methods in zowe.client.sdk.zosjobs.types that return JobStatus.Type Modifier and Type Method Description static JobStatus.TypeJobStatus.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStatus.Type[]JobStatus.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-