Uses of Class
hudson.scm.SubversionSCM.DescriptorImpl.Credential
Packages that use SubversionSCM.DescriptorImpl.Credential
-
Uses of SubversionSCM.DescriptorImpl.Credential in hudson.scm
Subclasses of SubversionSCM.DescriptorImpl.Credential in hudson.scmModifier 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.Methods in hudson.scm that return SubversionSCM.DescriptorImpl.CredentialModifier 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.Methods in hudson.scm with parameters of type SubversionSCM.DescriptorImpl.CredentialModifier and TypeMethodDescriptionprotected void
UserProvidedCredential.AuthenticationManagerImpl.onSuccess
(String realm, SubversionSCM.DescriptorImpl.Credential cred) Called upon a successful acceptance of the credential.