Package | Description |
---|---|
com.oracle.cloud.compute.jenkins | |
com.oracle.cloud.compute.jenkins.client |
Modifier and Type | Method and Description |
---|---|
ComputeCloudClient |
ComputeCloud.createClient() |
ComputeCloudClient |
ComputeCloudClientManager.createClient(ComputeCloud cloud) |
ComputeCloudClient |
ComputeCloud.DescriptorImpl.createClient(String apiEndpoint,
String identityDomainName,
String userName,
String password) |
ComputeCloudClient |
ComputeCloudClientManager.createClient(URI apiEndpoint,
ComputeCloudUser user,
String password) |
Modifier and Type | Method and Description |
---|---|
protected void |
ComputeCloud.stopAndDeleteOrchestration(ComputeCloudClient client,
long timeoutNanos,
String orchName) |
Modifier and Type | Class and Description |
---|---|
class |
AutoAuthComputeCloudClient
An implementation of ComputeCloudClient that automatically authenticates
when a method is called and automatically reauthenticates when the
authentication tokens expire.
|
class |
CachingComputeCloudClient
An implementation of ComputeCloudClient that caches infrequently changing
data from the server.
|
class |
JaxrsComputeCloudClient
An implementation of ComputeCloudClient using the JAX-RS client API.
|
class |
ProxyComputeCloudClient |
Modifier and Type | Field and Description |
---|---|
protected ComputeCloudClient |
ProxyComputeCloudClient.client |
Modifier and Type | Method and Description |
---|---|
ComputeCloudClient |
JaxrsComputeCloudClientFactory.createClient(URI endpoint,
ComputeCloudUser user,
String password) |
ComputeCloudClient |
ComputeCloudClientFactory.createClient(URI endpoint,
ComputeCloudUser user,
String password) |
ComputeCloudClient |
CachingComputeCloudClientFactory.createClient(URI endpoint,
ComputeCloudUser user,
String password) |
ComputeCloudClient |
AutoAuthComputeCloudClientFactory.createClient(URI endpoint,
ComputeCloudUser user,
String password) |
Constructor and Description |
---|
AutoAuthComputeCloudClient(ComputeCloudClient client) |
AutoAuthComputeCloudClient(ComputeCloudClient client,
Clock clock) |
CachingComputeCloudClient(ComputeCloudClient client) |
ProxyComputeCloudClient(ComputeCloudClient client) |
Copyright © 2016–2018. All rights reserved.