已过时的 API


目录
已过时的字段
hudson.scm.BlameSubversionSCM.ModuleLocation.local
          Code should use BlameSubversionSCM.ModuleLocation.getLocalDir(). This field is only intended for form binding. 
 

已过时的方法
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) 
 

已过时的构造方法
hudson.scm.UserProvidedCredential(String, String, File)
          as of 1.18 Use UserProvidedCredential.UserProvidedCredential(String, String, File, AbstractProject) 
 



Copyright © 2010. All Rights Reserved.