| Package | Description |
|---|---|
| org.gcube.portal.databook.shared |
| Modifier and Type | Method and Description |
|---|---|
JobStatusType |
RunningJob.getStatus() |
static JobStatusType |
JobStatusType.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RunningJob.setStatus(JobStatusType status) |
| Constructor and Description |
|---|
RunningJob(String jobId,
String jobName,
JobStatusType status,
String message,
String serviceName)
Buind a RunningJob object.
|
Copyright © 2017. All Rights Reserved.