Package | Description |
---|---|
com.oracle.cloud.compute.jenkins | |
com.oracle.cloud.compute.jenkins.client |
Modifier and Type | Method and Description |
---|---|
static hudson.util.FormValidation |
ComputeCloud.DescriptorImpl.toFormValidation(ComputeCloudClientException e) |
Modifier and Type | Method and Description |
---|---|
protected void |
ComputeCloud.stopAndDeleteOrchestration(ComputeCloudClient client,
long timeoutNanos,
String orchName) |
Modifier and Type | Class and Description |
---|---|
class |
ComputeCloudClientUnauthorizedException
This exception is thrown when an authentication or authorization error occurs
while communicating with the API endpoint server.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxyComputeCloudClient.authenticate() |
void |
JaxrsComputeCloudClient.authenticate() |
void |
ComputeCloudClient.authenticate()
Authenticates the client and stores an authentication token to allow
other methods to be called.
|
void |
CachingComputeCloudClient.authenticate() |
void |
AutoAuthComputeCloudClient.authenticate()
Authenticates the client and stores an authentication token to allow
other methods to be called.
|
void |
ProxyComputeCloudClient.createInstanceOrchestration(String name,
ComputeCloudInstanceOrchestrationConfig params) |
void |
JaxrsComputeCloudClient.createInstanceOrchestration(String name,
ComputeCloudInstanceOrchestrationConfig params) |
void |
ComputeCloudClient.createInstanceOrchestration(String name,
ComputeCloudInstanceOrchestrationConfig params)
Creates an orchestration with the specified name that contains a
launchplan for an instance with the specified configuration.
|
void |
ProxyComputeCloudClient.deleteOrchestration(String name) |
void |
JaxrsComputeCloudClient.deleteOrchestration(String name) |
void |
ComputeCloudClient.deleteOrchestration(String name)
Deletes an orchestration with the specified name.
|
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
|
Collection<ImageList> |
ProxyComputeCloudClient.getImageLists(ImageListSourceType sourceType) |
Collection<ImageList> |
JaxrsComputeCloudClient.getImageLists(ImageListSourceType sourceType) |
Collection<ImageList> |
ComputeCloudClient.getImageLists(ImageListSourceType sourceType)
Retrieve the list of imagelist according to source type
|
Collection<ImageList> |
CachingComputeCloudClient.getImageLists(ImageListSourceType sourceType) |
InstanceOrchestration |
ProxyComputeCloudClient.getInstanceOrchestration(String name) |
InstanceOrchestration |
JaxrsComputeCloudClient.getInstanceOrchestration(String name) |
InstanceOrchestration |
ComputeCloudClient.getInstanceOrchestration(String name)
Gets a subset of properties from an instance orchestration created from
ComputeCloudClient.createInstanceOrchestration(java.lang.String, com.oracle.cloud.compute.jenkins.client.ComputeCloudInstanceOrchestrationConfig) |
Collection<SecurityList> |
ProxyComputeCloudClient.getSecurityLists() |
Collection<SecurityList> |
JaxrsComputeCloudClient.getSecurityLists() |
Collection<SecurityList> |
ComputeCloudClient.getSecurityLists()
Retrieves the security lists
|
Collection<Shape> |
ProxyComputeCloudClient.getShapes() |
Collection<Shape> |
JaxrsComputeCloudClient.getShapes() |
Collection<Shape> |
ComputeCloudClient.getShapes()
Retrieves the CPU and memory details of all the available shapes.
|
Collection<Shape> |
CachingComputeCloudClient.getShapes() |
SSHKey |
ProxyComputeCloudClient.getSSHKey(String name) |
SSHKey |
JaxrsComputeCloudClient.getSSHKey(String name) |
SSHKey |
ComputeCloudClient.getSSHKey(String name)
Retrieves an SSH key of the current user.
|
Collection<SSHKey> |
ProxyComputeCloudClient.getSSHKeys() |
Collection<SSHKey> |
JaxrsComputeCloudClient.getSSHKeys() |
Collection<SSHKey> |
ComputeCloudClient.getSSHKeys()
Retrieves the SSH keys of the current user.
|
protected void |
ProxyComputeCloudClient.preInvoke() |
protected void |
AutoAuthComputeCloudClient.preInvoke() |
void |
ProxyComputeCloudClient.startOrchestration(String name) |
void |
JaxrsComputeCloudClient.startOrchestration(String name) |
void |
ComputeCloudClient.startOrchestration(String name)
Starts an orchestration with the specified name.
|
void |
ProxyComputeCloudClient.stopOrchestration(String name) |
void |
JaxrsComputeCloudClient.stopOrchestration(String name) |
void |
ComputeCloudClient.stopOrchestration(String name)
Stops an orchestration with the specified name.
|
Copyright © 2016–2018. All rights reserved.