| Package | Description |
|---|---|
| com.abiquo.server.core.task |
| Modifier and Type | Method and Description |
|---|---|
JobState |
JobDto.getRollbackState()
Current rollback state of the job
|
JobState |
JobDto.getState()
Current state of the job
|
static JobState |
JobState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobState[] |
JobState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobDto.setRollbackState(JobState rollbackState) |
void |
JobDto.setState(JobState state) |
Copyright © 2008-2014 Abiquo Holdings S.L.. All Rights Reserved.