| Package | Description |
|---|---|
| com.oracle.cloud.compute.jenkins.client | |
| com.oracle.cloud.compute.jenkins.model |
| Modifier and Type | Method and Description |
|---|---|
Collection<ImageListEntry> |
ProxyComputeCloudClient.getImageListEntries(String imageListName) |
Collection<ImageListEntry> |
JaxrsComputeCloudClient.getImageListEntries(String imageListName) |
Collection<ImageListEntry> |
ComputeCloudClient.getImageListEntries(String imageListName)
Retrieves imagelist entries for a specified imagelist
|
| Modifier and Type | Method and Description |
|---|---|
ImageListEntry |
ImageListEntry.addMachineimagesItem(String machineimagesItem) |
ImageListEntry |
ImageListEntry.attributes(Object attributes) |
ImageListEntry |
ImageListEntry.imagelist(String imagelist) |
ImageListEntry |
ImageListEntry.machineimages(List<String> machineimages) |
ImageListEntry |
ImageListEntry.uri(String uri) |
ImageListEntry |
ImageListEntry.version(Integer version) |
| Modifier and Type | Method and Description |
|---|---|
List<ImageListEntry> |
ImageList.getEntries()
Each machine image in an image list is identified by an image list entry.
|
| Modifier and Type | Method and Description |
|---|---|
ImageList |
ImageList.addEntriesItem(ImageListEntry entriesItem) |
| Modifier and Type | Method and Description |
|---|---|
ImageList |
ImageList.entries(List<ImageListEntry> entries) |
void |
ImageList.setEntries(List<ImageListEntry> entries) |
Copyright © 2016–2018. All rights reserved.