Uses of Class
zowe.client.sdk.zosjobs.types.JobStatus.Type
-
Packages that use JobStatus.Type Package Description zowe.client.sdk.zosjobs Zos jobs related processing provided by the SDKzowe.client.sdk.zosjobs.input Request input objects for zos jobs processingzowe.client.sdk.zosjobs.types Type definitions for zos jobs processing -
-
Uses of JobStatus.Type in zowe.client.sdk.zosjobs
Fields in zowe.client.sdk.zosjobs declared as JobStatus.Type Modifier and Type Field Description static JobStatus.TypeMonitorJobs. DEFAULT_STATUSDefault expected job status ("OUTPUT")Methods in zowe.client.sdk.zosjobs with parameters of type JobStatus.Type Modifier and Type Method Description JobMonitorJobs. waitForJobStatus(String jobName, String jobId, JobStatus.Type statusType)Given the jobname/jobid, waits for the given status of the job.JobMonitorJobs. waitForJobStatus(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.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.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.
-