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