Package | Description |
---|---|
com.oracle.cloud.compute.jenkins | |
com.oracle.cloud.compute.jenkins.client |
Modifier and Type | Method and Description |
---|---|
ComputeCloudUser |
ComputeCloud.getUser() |
Modifier and Type | Method and Description |
---|---|
ComputeCloudClient |
ComputeCloudClientManager.createClient(URI apiEndpoint,
ComputeCloudUser user,
String password) |
Modifier and Type | Field and Description |
---|---|
static ComputeCloudUser |
ComputeCloudUser.ORACLE_PUBLIC |
Modifier and Type | Method and Description |
---|---|
ComputeCloudUser |
ComputeCloudObjectName.getUser() |
static ComputeCloudUser |
ComputeCloudUser.parse(String user)
Parse a two-part string.
|
static ComputeCloudUser |
ComputeCloudUser.valueOf(String identityDomainName,
String username)
Creates a user from an identity domain name and a user name.
|
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) |
static ComputeCloudObjectName |
ComputeCloudObjectName.valueOf(ComputeCloudUser user,
String name)
Creates an object name from a user and name.
|
Constructor and Description |
---|
JaxrsComputeCloudClient(URI apiEndpoint,
ComputeCloudUser user,
String password,
javax.ws.rs.client.Client client) |
Copyright © 2016–2018. All rights reserved.