Class Openstack.Factory
java.lang.Object
jenkins.plugins.openstack.compute.internal.Openstack.FactoryEP
jenkins.plugins.openstack.compute.internal.Openstack.Factory
- All Implemented Interfaces:
ExtensionPoint
- Enclosing class:
- Openstack
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetOpenstack
(String endPointUrl, boolean ignoreSsl, OpenstackCredential auth, String region) Methods inherited from class jenkins.plugins.openstack.compute.internal.Openstack.FactoryEP
get, getCache, replace
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
getOpenstack
@Nonnull public Openstack getOpenstack(@Nonnull String endPointUrl, boolean ignoreSsl, @Nonnull OpenstackCredential auth, @CheckForNull String region) throws FormValidation - Specified by:
getOpenstack
in classOpenstack.FactoryEP
- Throws:
FormValidation
-