Deprecated API


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

Deprecated Methods
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) 
 

Deprecated Constructors
hudson.scm.UserProvidedCredential(String, String, File)
          as of 1.18 Use UserProvidedCredential.UserProvidedCredential(String, String, File, AbstractProject) 
 



Copyright © 2004-2012 Hudson. All Rights Reserved.