Uses of Class
jenkins.plugins.openstack.compute.internal.Openstack
Packages that use Openstack
Package
Description
Code written in POJO style to facilitate unit testing
-
Uses of Openstack in jenkins.plugins.openstack.compute
Methods in jenkins.plugins.openstack.compute that return OpenstackModifier and TypeMethodDescriptionJCloudsCloud.getOpenstack()
Get connected OpenStack client wrapper. -
Uses of Openstack in jenkins.plugins.openstack.compute.internal
Methods in jenkins.plugins.openstack.compute.internal that return OpenstackModifier and TypeMethodDescriptionstatic Openstack
Openstack.FactoryEP.get
(String endPointUrl, boolean ignoreSsl, OpenstackCredential auth, String region, long cleanfreq) Instantiate Openstack client.Openstack.Factory.getOpenstack
(String endPointUrl, boolean ignoreSsl, OpenstackCredential auth, String region, long cleanfreq) abstract Openstack
Openstack.FactoryEP.getOpenstack
(String endPointUrl, boolean ignoreSsl, OpenstackCredential openstackCredential, String region, long cleanfreq) Methods in jenkins.plugins.openstack.compute.internal that return types with arguments of type Openstack -
Uses of Openstack in jenkins.plugins.openstack.compute.slaveopts
Methods in jenkins.plugins.openstack.compute.slaveopts with parameters of type OpenstackModifier 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)