Package | Description |
---|---|
jenkins.plugins.openstack.compute | |
jenkins.plugins.openstack.compute.auth | |
jenkins.plugins.openstack.compute.internal |
Code written in POJO style to facilitate unit testing
|
Modifier and Type | Method and Description |
---|---|
protected static boolean |
OsAuthDescriptor.haveAuthDetails(String endPointUrl,
OpenstackCredential openstackCredential,
String zone) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOpenstackCredential |
class |
OpenstackCredentialv2 |
class |
OpenstackCredentialv3 |
Modifier and Type | Method and Description |
---|---|
static OpenstackCredential |
OpenstackCredentials.getCredential(String credentialId) |
Modifier and Type | Method and Description |
---|---|
static void |
OpenstackCredentials.add(OpenstackCredential openstackCredential) |
Modifier and Type | Method and Description |
---|---|
static Openstack |
Openstack.FactoryEP.get(String endPointUrl,
boolean ignoreSsl,
OpenstackCredential auth,
String region)
Instantiate Openstack client.
|
abstract Openstack |
Openstack.FactoryEP.getOpenstack(String endPointUrl,
boolean ignoreSsl,
OpenstackCredential openstackCredential,
String region) |
Openstack |
Openstack.Factory.getOpenstack(String endPointUrl,
boolean ignoreSsl,
OpenstackCredential auth,
String region) |
Copyright © 2016–2018. All rights reserved.