-
FieldDescriptionCode should use
SubversionSCM.ModuleLocation.getLocalDir()
. This field is only intended for form binding.Pre (non-inclusive) 2.5 the working copy format for 1.7 was 100, however that has been changed to the officialISVNWCDb.WC_FORMAT_17
.UseISVNWCDb.WC_FORMAT_17
-
MethodDescriptionas of 2.10 Use SubversionSCM.ModuleLocation.getSVNDepthFor* functions to correctly interpret module location depth options or SVNDepth.fromString directly if you've taken the depth from another source.as of 2.0 Use
SubversionSCM.createClientManager(AbstractProject)
as of 1.18 Now that Jenkins allows different credentials to be given in different jobs, The caller should useSubversionSCM.DescriptorImpl.createAuthenticationProvider(AbstractProject)
to indicate the project in which the subversion operation is performed.as of 2.0retained for API compatibility onlyLogging all goes to JDK java.util.loggingUseSubversionSCM.getLocations(EnvVars, Run)
for vars expansion to be performed on all env vars rather than just build parameters.as of 1.91. UseSubversionSCM.getLocations()
instead.useSubversionSCM.getRevisionFile(hudson.model.Run)
instead. Gets the file that stores the revision.UseSubversionSCM.ModuleLocation.getExpandedLocation(EnvVars)
for vars expansion to be performed on all env vars rather than just build parameters.1.34
-
ConstructorDescription1.34as of 1.286as of 1.311as of 1.315as of 1.xxxas of 1.23as of 1.315as of 1.324as of 1.328as of ...by quietOperation
WorkspaceUpdater.UpdateTask.clientManager