| Package | Description |
|---|---|
| br.pucrio.tecgraf.soma.job.api.model |
| Modifier and Type | Method and Description |
|---|---|
static Job.ExitStatusEnum |
Job.ExitStatusEnum.fromValue(String text) |
Job.ExitStatusEnum |
Job.getExitStatus()
The status describing the end of the execution.
|
static Job.ExitStatusEnum |
Job.ExitStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.ExitStatusEnum[] |
Job.ExitStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Job |
Job.exitStatus(Job.ExitStatusEnum exitStatus) |
void |
Job.setExitStatus(Job.ExitStatusEnum exitStatus) |
Copyright © 2019. All rights reserved.