Uses of Class
com.compuware.api.topaz.jes.JobStatus
-
Packages that use JobStatus Package Description com.compuware.api.topaz.jes Provides classes and exceptions related to JES. -
-
Uses of JobStatus in com.compuware.api.topaz.jes
Methods in com.compuware.api.topaz.jes that return JobStatus Modifier and Type Method Description JobStatus
IJESCommandProvider. getJobStatus(JobInfo jobInfo)
Retrieves the current status of the job with the specified job information.static JobStatus
JobStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobStatus[]
JobStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-