|
已过时的方法 |
hudson.scm.BlameSubversionSCM.DescriptorImpl.createAuthenticationProvider()
as of 1.18 Now that Hudson allows different credentials
to be given in different jobs, The caller should use
BlameSubversionSCM.DescriptorImpl.createAuthenticationProvider(AbstractProject) to
indicate the project in which the subversion operation is
performed. |
hudson.scm.BlameSubversionSCM.getModules()
as of 1.91. Use BlameSubversionSCM.getLocations() instead. |
hudson.scm.BlameSubversionSCM.DescriptorImpl.postCredential(String, String, String, File, PrintWriter)
as of 1.18 Use
BlameSubversionSCM.DescriptorImpl.postCredential(AbstractProject, String, String, String, File, PrintWriter) |