Uses of Interface
jenkins.plugins.openstack.compute.auth.OpenstackCredential
Packages that use OpenstackCredential
Package
Description
Code written in POJO style to facilitate unit testing
-
Uses of OpenstackCredential in jenkins.plugins.openstack.compute
Methods in jenkins.plugins.openstack.compute with parameters of type OpenstackCredentialModifier and TypeMethodDescriptionprotected static booleanOsAuthDescriptor.haveAuthDetails(String endPointUrl, OpenstackCredential openstackCredential, String zone) -
Uses of OpenstackCredential in jenkins.plugins.openstack.compute.auth
Classes in jenkins.plugins.openstack.compute.auth that implement OpenstackCredentialModifier and TypeClassDescriptionclassclassclassMethods in jenkins.plugins.openstack.compute.auth that return OpenstackCredentialModifier and TypeMethodDescriptionstatic OpenstackCredentialOpenstackCredentials.getCredential(String credentialsId) Methods in jenkins.plugins.openstack.compute.auth with parameters of type OpenstackCredentialModifier and TypeMethodDescriptionstatic voidOpenstackCredentials.add(OpenstackCredential openstackCredential) -
Uses of OpenstackCredential in jenkins.plugins.openstack.compute.internal
Methods in jenkins.plugins.openstack.compute.internal with parameters of type OpenstackCredentialModifier and TypeMethodDescriptionstatic OpenstackOpenstack.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 OpenstackOpenstack.FactoryEP.getOpenstack(String endPointUrl, boolean ignoreSsl, OpenstackCredential openstackCredential, String region, long cleanfreq)