Uses of Interface
jenkins.plugins.openstack.compute.auth.OpenstackCredential
Package
Description
Code written in POJO style to facilitate unit testing
-
Uses of OpenstackCredential in jenkins.plugins.openstack.compute
Modifier and TypeMethodDescriptionprotected static boolean
OsAuthDescriptor.haveAuthDetails
(String endPointUrl, OpenstackCredential openstackCredential, String zone) -
Uses of OpenstackCredential in jenkins.plugins.openstack.compute.auth
Modifier and TypeClassDescriptionclass
class
class
Modifier and TypeMethodDescriptionstatic OpenstackCredential
OpenstackCredentials.getCredential
(String credentialsId) Modifier and TypeMethodDescriptionstatic void
OpenstackCredentials.add
(OpenstackCredential openstackCredential) -
Uses of OpenstackCredential 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)