| Package | Description |
|---|---|
| org.hawkular.metrics.scheduler.api |
| Modifier and Type | Method and Description |
|---|---|
static JobStatus |
JobStatus.fromCode(byte code) |
JobStatus |
JobDetails.getStatus() |
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.
|
| Constructor and Description |
|---|
JobDetails(UUID jobId,
String jobType,
String jobName,
Map<String,String> parameters,
Trigger trigger,
JobStatus status) |
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.