public class TaskExecutionServiceImpl extends BaseOpenStackService implements TaskExecutionService
BaseOpenStackService.Invocation<R>| Constructor and Description |
|---|
TaskExecutionServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
TaskExecution |
get(String id)
Get task execution by its ID.
|
List<? extends TaskExecution> |
list()
List all task executions with details.
|
delete, deleteWithResponse, get, getProvider, getServiceVersion, getXOpenstackRequestId, head, patch, patchWithResponse, post, postWithResponse, put, request, toList, uripublic List<? extends TaskExecution> list()
TaskExecutionServicelist in interface TaskExecutionServicepublic TaskExecution get(String id)
TaskExecutionServiceget in interface TaskExecutionServiceid - Task execution ID.Copyright © 2020. All rights reserved.