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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetOpenstack(String endPointUrl, boolean ignoreSsl, OpenstackCredential auth, String region, long cleanfreq) 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, @Nonnull long cleanfreq) throws FormValidation - Specified by:
getOpenstackin classOpenstack.FactoryEP- Throws:
FormValidation
-