| Package | Description |
|---|---|
| org.openstack4j.api.workflow | |
| org.openstack4j.model.workflow.builder | |
| org.openstack4j.openstack.workflow.domain | |
| org.openstack4j.openstack.workflow.internal |
| Modifier and Type | Method and Description |
|---|---|
TaskExecution |
TaskExecutionService.get(String id)
Get task execution by its ID.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends TaskExecution> |
TaskExecutionService.list()
List all task executions with details.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TaskExecutionBuilder<T extends TaskExecutionBuilder<T,M>,M extends TaskExecution>
Builder for a
TaskExecution model class |
| Modifier and Type | Class and Description |
|---|---|
class |
MistralTaskExecution
Mistral task execution.
|
| Modifier and Type | Method and Description |
|---|---|
TaskExecution |
TaskExecutionServiceImpl.get(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends TaskExecution> |
TaskExecutionServiceImpl.list() |
Copyright © 2020. All rights reserved.