Uses of Class
zosjobs.types.JobStatus.Type
-
Packages that use JobStatus.Type Package Description examples.zosjobs zos jobs java sampleszosjobs zos all things jobs related processing provided by the SDKzosjobs.input container objects of parameters used for request inputs for zos jobs processingzosjobs.types container objects of request types for zos jobs processing -
-
Uses of JobStatus.Type in examples.zosjobs
Methods in examples.zosjobs with parameters of type JobStatus.Type Modifier and Type Method Description static voidMonitorJobs. monitorJobsForStatusByJobNameAndId(JobStatus.Type statusType)Example on how to call MonitorJobs waitForJobStatus method.static voidMonitorJobs. monitorJobsForStatusByJobObject(JobStatus.Type statusType)Example on how to call MonitorJobs waitForJobStatus method. -
Uses of JobStatus.Type in zosjobs
Fields in zosjobs declared as JobStatus.Type Modifier and Type Field Description static JobStatus.TypeMonitorJobs. DEFAULT_STATUSDefault expected job status ("OUTPUT")Methods in 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 zosjobs.input
Methods in 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 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 zosjobs.types
Methods in 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.
-