Package | Description |
---|---|
jenkins.plugins.openstack.compute | |
jenkins.plugins.openstack.compute.internal |
Code written in POJO style to facilitate unit testing
|
jenkins.plugins.openstack.compute.slaveopts |
Modifier and Type | Method and Description |
---|---|
Openstack |
JCloudsCloud.getOpenstack()
Get connected OpenStack client wrapper.
|
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) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.cache.Cache<String,Openstack> |
Openstack.FactoryEP.getCache() |
Modifier and Type | Method and Description |
---|---|
void |
BootSource.afterProvisioning(org.openstack4j.model.compute.Server server,
Openstack openstack)
Called after a server has been provisioned.
|
void |
BootSource.VolumeSnapshot.afterProvisioning(org.openstack4j.model.compute.Server server,
Openstack openstack) |
abstract List<String> |
BootSource.BootSourceDescriptor.findMatchingIds(Openstack openstack,
String nameOrId)
Lists all the IDs (of this kind of
BootSource ) matching the
given nameOrId. |
List<String> |
BootSource.Image.Desc.findMatchingIds(Openstack openstack,
String nameOrId) |
List<String> |
BootSource.VolumeSnapshot.Desc.findMatchingIds(Openstack openstack,
String nameOrId) |
abstract List<String> |
BootSource.BootSourceDescriptor.listAllNames(Openstack openstack)
Lists all the names (of this kind of
BootSource ) that the
user could choose between. |
List<String> |
BootSource.Image.Desc.listAllNames(Openstack openstack) |
List<String> |
BootSource.VolumeSnapshot.Desc.listAllNames(Openstack openstack) |
void |
BootSource.setServerBootSource(org.openstack4j.model.compute.builder.ServerCreateBuilder builder,
Openstack os)
Configures the given
ServerCreateBuilder to specify that the
newly provisioned server should boot from the specified ID. |
void |
BootSource.Image.setServerBootSource(org.openstack4j.model.compute.builder.ServerCreateBuilder builder,
Openstack os) |
void |
BootSource.VolumeFromImage.setServerBootSource(org.openstack4j.model.compute.builder.ServerCreateBuilder builder,
Openstack os) |
void |
BootSource.VolumeSnapshot.setServerBootSource(org.openstack4j.model.compute.builder.ServerCreateBuilder builder,
Openstack os) |
Copyright © 2016–2018. All rights reserved.