| Package | Description |
|---|---|
| org.guvnor.ala.ui.events | |
| org.guvnor.ala.ui.model | |
| org.guvnor.ala.ui.service |
| Modifier and Type | Method and Description |
|---|---|
RuntimeKey |
RuntimeChangeEvent.getRuntimeKey() |
| Constructor and Description |
|---|
RuntimeChangeEvent(RuntimeChange change,
RuntimeKey runtimeKey) |
| Constructor and Description |
|---|
Runtime(RuntimeKey key) |
Runtime(RuntimeKey key,
String name,
PipelineExecutionTrace pipelineTrace,
String status,
String endpoint,
String createdDate) |
Runtime(RuntimeKey key,
String status,
String endpoint,
String createdDate) |
| Modifier and Type | Method and Description |
|---|---|
void |
RuntimeService.deleteRuntime(RuntimeKey runtimeKey,
boolean forced)
Deletes a runtime.
|
RuntimeListItem |
RuntimeService.getRuntimeItem(RuntimeKey runtimeKey)
Gets the runtime information for a given runtime.
|
void |
RuntimeService.startRuntime(RuntimeKey runtimeKey)
Starts a runtime.
|
void |
RuntimeService.stopRuntime(RuntimeKey runtimeKey)
Stops a runtime.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.