| Package | Description |
|---|---|
| org.guvnor.ala.ui.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeStatus |
Runtime.getStatus() |
static RuntimeStatus |
RuntimeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuntimeStatus[] |
RuntimeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Runtime.setStatus(RuntimeStatus status) |
| Constructor and Description |
|---|
Runtime(RuntimeKey key,
RuntimeStatus status,
String endpoint,
String createdDate) |
Runtime(RuntimeKey key,
String name,
PipelineExecutionTrace pipelineTrace,
Source source,
RuntimeStatus status,
String endpoint,
String createdDate) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.