Package | Description |
---|---|
org.openstack4j.api.sahara | |
org.openstack4j.openstack.sahara.domain | |
org.openstack4j.openstack.sahara.internal |
Modifier and Type | Method and Description |
---|---|
JobExecution |
JobExecutionService.cancel(String jobExecutionId)
Cancel a job execution by ID
|
JobExecution |
JobExecutionService.create(JobExecution jobExecution)
Create a new job execution
|
JobExecution |
JobExecutionService.get(String jobExecutionId)
Get a job execution by ID
|
JobExecution |
JobExecutionService.refreshStatus(String jobExecutionId)
Refresh the status of a job execution by ID
|
Modifier and Type | Method and Description |
---|---|
List<? extends JobExecution> |
JobExecutionService.list()
List all job executions
|
Modifier and Type | Method and Description |
---|---|
JobExecution |
JobExecutionService.create(JobExecution jobExecution)
Create a new job execution
|
Modifier and Type | Class and Description |
---|---|
class |
SaharaJobExecution
For mapping JSON response to/from java objects
|
Modifier and Type | Method and Description |
---|---|
JobExecution |
SaharaJobExecution.concreteJobExecutionBuilder.build() |
JobExecution |
SaharaJobExecutionUnwrapped.getJobExecution() |
Modifier and Type | Method and Description |
---|---|
JobExecutionBuilder |
SaharaJobExecution.concreteJobExecutionBuilder.from(JobExecution in) |
Constructor and Description |
---|
SaharaJobExecutionUnwrapped(JobExecution jobExecution) |
Modifier and Type | Method and Description |
---|---|
JobExecution |
JobExecutionServiceImpl.cancel(String jobExecutionId) |
JobExecution |
JobExecutionServiceImpl.create(JobExecution jobExecution) |
JobExecution |
JobExecutionServiceImpl.get(String jobExecutionId) |
JobExecution |
JobExecutionServiceImpl.refreshStatus(String jobExecutionId) |
Modifier and Type | Method and Description |
---|---|
List<? extends JobExecution> |
JobExecutionServiceImpl.list() |
Modifier and Type | Method and Description |
---|---|
JobExecution |
JobExecutionServiceImpl.create(JobExecution jobExecution) |
Copyright © 2017. All rights reserved.