| Package | Description |
|---|---|
| org.openstack4j.api.sahara | |
| org.openstack4j.openstack.sahara.domain | |
| org.openstack4j.openstack.sahara.internal |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobService.create(Job jobBinary)
Create a new job
|
Job |
JobService.get(String JobId)
Get a job by ID
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Job> |
JobService.list()
List all jobs
|
| Modifier and Type | Method and Description |
|---|---|
Job |
JobService.create(Job jobBinary)
Create a new job
|
| Modifier and Type | Class and Description |
|---|---|
class |
SaharaJob
For mapping JSON response to/from java objects
|
| Modifier and Type | Method and Description |
|---|---|
Job |
SaharaJob.ConcreteJobBuilder.build() |
Job |
SaharaJobUnwrapped.getJob() |
| Modifier and Type | Method and Description |
|---|---|
JobBuilder |
SaharaJob.ConcreteJobBuilder.from(Job in) |
| Constructor and Description |
|---|
SaharaJobUnwrapped(Job job) |
| Modifier and Type | Method and Description |
|---|---|
Job |
JobServiceImpl.create(Job job)
Create a new job
|
Job |
JobServiceImpl.get(String JobId)
Get a job by ID
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends Job> |
JobServiceImpl.list()
List all jobs
|
| Modifier and Type | Method and Description |
|---|---|
Job |
JobServiceImpl.create(Job job)
Create a new job
|
Copyright © 2017. All rights reserved.