Uses of Class
org.gcube.portal.databook.shared.JobStatusType
-
Packages that use JobStatusType Package Description org.gcube.portal.databook.shared -
-
Uses of JobStatusType in org.gcube.portal.databook.shared
Methods in org.gcube.portal.databook.shared that return JobStatusType Modifier and Type Method Description JobStatusTypeRunningJob. getStatus()static JobStatusTypeJobStatusType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobStatusType[]JobStatusType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.portal.databook.shared with parameters of type JobStatusType Modifier and Type Method Description voidRunningJob. setStatus(JobStatusType status)Constructors in org.gcube.portal.databook.shared with parameters of type JobStatusType Constructor Description RunningJob(String jobId, String jobName, JobStatusType status, String message, String serviceName)Buind a RunningJob object.
-