Deprecated API


Contents
Deprecated Fields
hudson.scm.SubversionSCM.ModuleLocation.local
          Code should use SubversionSCM.ModuleLocation.getLocalDir(). This field is only intended for form binding. 
 

Deprecated Methods
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)
          as of 1.18 Use SubversionSCM.DescriptorImpl.postCredential(AbstractProject, String, String, String, File, PrintWriter) 
 

Deprecated Constructors
hudson.scm.SubversionSCM(List, boolean, boolean, SubversionRepositoryBrowser, String, String, String, String)
          as of 1.xxx 
hudson.scm.SubversionSCM(List, boolean, boolean, SubversionRepositoryBrowser, String, String, String, String, String)
          as of 1.23 
hudson.scm.SubversionSCM(List, boolean, SubversionRepositoryBrowser, String)
          as of 1.315 
hudson.scm.SubversionSCM(List, boolean, SubversionRepositoryBrowser, String, String, String)
          as of 1.324 
hudson.scm.SubversionSCM(List, boolean, SubversionRepositoryBrowser, String, String, String, String)
          as of 1.328 
hudson.scm.SubversionSCM(String[], String[], boolean, SubversionRepositoryBrowser)
          as of 1.286 
hudson.scm.SubversionSCM(String[], String[], boolean, SubversionRepositoryBrowser, String)
          as of 1.311 
hudson.scm.SubversionSCM(String[], String[], boolean, SubversionRepositoryBrowser, String, String, String)
          as of 1.315 
hudson.scm.UserProvidedCredential(String, String, File)
          as of 1.18 Use UserProvidedCredential.UserProvidedCredential(String, String, File, AbstractProject) 
 



Copyright © 2011. All Rights Reserved.