|
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.createSvnClientManager(AbstractProject)
as of 2.0
Use SubversionSCM.createClientManager(AbstractProject) |
hudson.scm.SubversionSCM.createSvnClientManager(ISVNAuthenticationProvider)
as of 1.40
Use SubversionSCM.createClientManager(ISVNAuthenticationProvider) |
hudson.scm.SubversionSCM.ModuleLocation.getExpandedLocation(AbstractBuild, ?>)
Use SubversionSCM.ModuleLocation.getExpandedLocation(EnvVars) for vars expansion
to be performed on all env vars rather than just build parameters. |
hudson.scm.SubversionSCM.getLocations(AbstractBuild, ?>)
Use SubversionSCM.getLocations(EnvVars, AbstractBuild) for vars
expansion to be performed on all env vars rather than just
build parameters. |
hudson.scm.SubversionSCM.getModuleRoot(FilePath)
|
hudson.scm.SubversionSCM.getModuleRoots(FilePath)
|
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) |
hudson.scm.SubversionSCM.repositoryLocationsNoLongerExist(AbstractBuild, ?>, TaskListener)
1.34 |