Uses of Class
hudson.scm.SubversionSCM.DescriptorImpl.Credential
-
Uses of SubversionSCM.DescriptorImpl.Credential in hudson.scm
Modifier and TypeClassDescriptionstatic final class
Username/password based authentication.static final class
Public key authentication for Subversion over SSH.static final class
SSL client certificate based authentication.Modifier and TypeMethodDescriptionSubversionCredentialProvider.getCredential
(org.tmatesoft.svn.core.SVNURL url, String realm) Called whenever Jenkins needs to connect to an authenticated subversion repository, to obtain a credential.Modifier and TypeMethodDescriptionprotected void
UserProvidedCredential.AuthenticationManagerImpl.onSuccess
(String realm, SubversionSCM.DescriptorImpl.Credential cred) Called upon a successful acceptance of the credential.