Uses of Class
hudson.scm.subversion.WorkspaceUpdater
Packages that use WorkspaceUpdater
-
Uses of WorkspaceUpdater in hudson.scm
Methods in hudson.scm that return WorkspaceUpdaterMethods in hudson.scm with parameters of type WorkspaceUpdaterModifier and TypeMethodDescriptionvoidSubversionSCM.setWorkspaceUpdater(WorkspaceUpdater workspaceUpdater) Constructors in hudson.scm with parameters of type WorkspaceUpdaterModifierConstructorDescriptionSubversionSCM(String svnUrl, String credentialId, String local, WorkspaceUpdater workspaceUpdater, SubversionRepositoryBrowser browser) Convenience constructor, especially during testing.SubversionSCM(List<SubversionSCM.ModuleLocation> locations, WorkspaceUpdater workspaceUpdater, SubversionRepositoryBrowser browser, String excludedRegions, String excludedUsers, String excludedRevprop, String excludedCommitMessages, String includedRegions) Deprecated.as of ...SubversionSCM(List<SubversionSCM.ModuleLocation> locations, WorkspaceUpdater workspaceUpdater, SubversionRepositoryBrowser browser, String excludedRegions, String excludedUsers, String excludedRevprop, String excludedCommitMessages, String includedRegions, boolean ignoreDirPropChanges) Deprecated.SubversionSCM(List<SubversionSCM.ModuleLocation> locations, WorkspaceUpdater workspaceUpdater, SubversionRepositoryBrowser browser, String excludedRegions, String excludedUsers, String excludedRevprop, String excludedCommitMessages, String includedRegions, boolean ignoreDirPropChanges, boolean filterChangelog, List<SubversionSCM.AdditionalCredentials> additionalCredentials) Deprecated.by quietOperationSubversionSCM(List<SubversionSCM.ModuleLocation> locations, WorkspaceUpdater workspaceUpdater, SubversionRepositoryBrowser browser, String excludedRegions, String excludedUsers, String excludedRevprop, String excludedCommitMessages, String includedRegions, boolean ignoreDirPropChanges, boolean filterChangelog, List<SubversionSCM.AdditionalCredentials> additionalCredentials, boolean quietOperation) -
Uses of WorkspaceUpdater in hudson.scm.subversion
Subclasses of WorkspaceUpdater in hudson.scm.subversionModifier and TypeClassDescriptionclassWorkspaceUpdaterthat does a fresh check out.classWorkspaceUpdaterthat doesn't touch working copy.classWorkspaceUpdaterthat uses "svn update" as much as possible.classWorkspaceUpdaterthat removes all the untracked files before "svn update"classWorkspaceUpdaterthat performs "svn revert" + "svn update"Methods in hudson.scm.subversion that return types with arguments of type WorkspaceUpdaterMethods in hudson.scm.subversion with parameters of type WorkspaceUpdaterModifier and TypeMethodDescriptionprotected final List<SubversionSCM.External> WorkspaceUpdater.UpdateTask.delegateTo(WorkspaceUpdater wu, int workspaceFormat) Delegates the execution to another updater. -
Uses of WorkspaceUpdater in jenkins.scm.impl.subversion
Methods in jenkins.scm.impl.subversion that return WorkspaceUpdaterModifier and TypeMethodDescriptionSubversionSCMSource.getWorkspaceUpdater()Gets the workspace updater strategy.Methods in jenkins.scm.impl.subversion with parameters of type WorkspaceUpdaterModifier and TypeMethodDescriptionvoidSubversionSCMSource.setWorkspaceUpdater(WorkspaceUpdater workspaceUpdater)