Uses of Class
jenkins.plugins.openstack.compute.internal.Openstack
Package
Description
Code written in POJO style to facilitate unit testing
-
Uses of Openstack in jenkins.plugins.openstack.compute
Modifier and TypeMethodDescriptionJCloudsCloud.getOpenstack()
Get connected OpenStack client wrapper. -
Uses of Openstack in jenkins.plugins.openstack.compute.internal
Modifier and TypeMethodDescriptionstatic Openstack
Openstack.FactoryEP.get
(String endPointUrl, boolean ignoreSsl, OpenstackCredential auth, String region) Instantiate Openstack client.Openstack.Factory.getOpenstack
(String endPointUrl, boolean ignoreSsl, OpenstackCredential auth, String region) abstract Openstack
Openstack.FactoryEP.getOpenstack
(String endPointUrl, boolean ignoreSsl, OpenstackCredential openstackCredential, String region) -
Uses of Openstack in jenkins.plugins.openstack.compute.slaveopts
Modifier and TypeMethodDescriptionvoid
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) BootSource.BootSourceDescriptor.findMatchingIds
(Openstack openstack, String nameOrId) Lists all the IDs (of this kind ofBootSource
) matching the given nameOrId.BootSource.Image.Desc.findMatchingIds
(Openstack openstack, String nameOrId) BootSource.VolumeSnapshot.Desc.findMatchingIds
(Openstack openstack, String nameOrId) BootSource.BootSourceDescriptor.listAllNames
(Openstack openstack) Lists all the names (of this kind ofBootSource
) that the user could choose between.BootSource.Image.Desc.listAllNames
(Openstack openstack) BootSource.VolumeSnapshot.Desc.listAllNames
(Openstack openstack) void
BootSource.Image.setServerBootSource
(org.openstack4j.model.compute.builder.ServerCreateBuilder builder, Openstack os) void
BootSource.setServerBootSource
(org.openstack4j.model.compute.builder.ServerCreateBuilder builder, Openstack os) Configures the givenServerCreateBuilder
to specify that the newly provisioned server should boot from the specified ID.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)