| Class and Description |
|---|
| hudson.scm.SubversionSCM.DescriptorImpl.PasswordCredential
left for backward compatibility.
|
| hudson.scm.SubversionSCM.DescriptorImpl.SshPublicKeyCredential
left for backward compatibility.
|
| hudson.scm.SubversionSCM.DescriptorImpl.SslClientCertificateCredential
left for backward compatibility.
|
| Field and Description |
|---|
| hudson.scm.SubversionSCM.ModuleLocation.local
Code should use
SubversionSCM.ModuleLocation.getLocalDir(). This field is only intended for form binding. |
| Method and Description |
|---|
| hudson.scm.UserProvidedCredential.AuthenticationManagerImpl.acknowledgeAuthentication(boolean, String, String, SVNErrorMessage, SVNAuthentication) |
| hudson.scm.SubversionSCM.DescriptorImpl.createAuthenticationProvider()
as of 1.18
Now that Hudson allows different credentials to be given in different jobs,
The caller should use
SubversionSCM.DescriptorImpl.createAuthenticationProvider(AbstractProject) to indicate
the project in which the subversion operation is performed. |
| hudson.scm.SubversionSCM.getModules()
as of 1.91. Use
SubversionSCM.getLocations() instead. |
| hudson.scm.SubversionSCM.DescriptorImpl.postCredential(String, String, String, File, PrintWriter) |
Copyright © 2004-2015 Hudson. All Rights Reserved.