Uses of Class
hudson.scm.SubversionSCM.ModuleLocation

Packages that use SubversionSCM.ModuleLocation
hudson.scm   
hudson.scm.subversion   
hudson.scm.util   
 

Uses of SubversionSCM.ModuleLocation in hudson.scm
 

Methods in hudson.scm that return SubversionSCM.ModuleLocation
 SubversionSCM.ModuleLocation SubversionSCM.ModuleLocation.getExpandedLocation(hudson.model.AbstractBuild<?,?> build)
          Expand location value based on Build parametric execution.
 SubversionSCM.ModuleLocation[] SubversionSCM.getLocations()
          list of all configured svn locations
 SubversionSCM.ModuleLocation[] SubversionSCM.getLocations(hudson.model.AbstractBuild<?,?> build)
          list of all configured svn locations, expanded according to build parameters values;
 

Methods in hudson.scm that return types with arguments of type SubversionSCM.ModuleLocation
static List<SubversionSCM.ModuleLocation> SubversionSCM.ModuleLocation.parse(String[] remoteLocations, String[] localLocations, String[] depthOptions, boolean[] isIgnoreExternals)
           
 

Constructor parameters in hudson.scm with type arguments of type SubversionSCM.ModuleLocation
SubversionSCM(List<SubversionSCM.ModuleLocation> locations, boolean useUpdate, boolean doRevert, SubversionRepositoryBrowser browser, String excludedRegions, String excludedUsers, String excludedRevprop, String excludedCommitMessages)
          Deprecated. as of 1.xxx
SubversionSCM(List<SubversionSCM.ModuleLocation> locations, boolean useUpdate, boolean doRevert, SubversionRepositoryBrowser browser, String excludedRegions, String excludedUsers, String excludedRevprop, String excludedCommitMessages, String includedRegions)
          Deprecated. as of 1.23
SubversionSCM(List<SubversionSCM.ModuleLocation> locations, boolean useUpdate, SubversionRepositoryBrowser browser, String excludedRegions)
          Deprecated. as of 1.315
SubversionSCM(List<SubversionSCM.ModuleLocation> locations, boolean useUpdate, SubversionRepositoryBrowser browser, String excludedRegions, String excludedUsers, String excludedRevprop)
          Deprecated. as of 1.324
SubversionSCM(List<SubversionSCM.ModuleLocation> locations, boolean useUpdate, SubversionRepositoryBrowser browser, String excludedRegions, String excludedUsers, String excludedRevprop, String excludedCommitMessages)
          Deprecated. as of 1.328
SubversionSCM(List<SubversionSCM.ModuleLocation> locations, WorkspaceUpdater workspaceUpdater, SubversionRepositoryBrowser browser, String excludedRegions, String excludedUsers, String excludedRevprop, String excludedCommitMessages, String includedRegions)
           
 

Uses of SubversionSCM.ModuleLocation in hudson.scm.subversion
 

Fields in hudson.scm.subversion declared as SubversionSCM.ModuleLocation
protected  SubversionSCM.ModuleLocation[] WorkspaceUpdater.UpdateTask.locations
          Modules to check out.
 

Methods in hudson.scm.subversion with parameters of type SubversionSCM.ModuleLocation
protected  org.tmatesoft.svn.core.wc.SVNRevision WorkspaceUpdater.UpdateTask.getRevision(SubversionSCM.ModuleLocation location)
          Determines the revision to check out for the given location.
protected  void UpdateWithRevertUpdater.TaskImpl.preUpdate(SubversionSCM.ModuleLocation module, File local)
           
protected  void UpdateWithCleanUpdater.TaskImpl.preUpdate(SubversionSCM.ModuleLocation module, File local)
           
protected  void UpdateUpdater.TaskImpl.preUpdate(SubversionSCM.ModuleLocation module, File local)
          Hook for subtype to perform some cleanup activity before "svn update" takes place.
protected  void SwitchUpdater.TaskImpl.preUpdate(SubversionSCM.ModuleLocation module, File local)
          Hook for subtype to perform some cleanup activity before "svn switch" takes place.
 

Uses of SubversionSCM.ModuleLocation in hudson.scm.util
 

Methods in hudson.scm.util with parameters of type SubversionSCM.ModuleLocation
static org.tmatesoft.svn.core.wc.SVNRevision RevisionUtil.getRevision(SubversionSCM.ModuleLocation location, RevisionParameterAction revisionParameterAction, SubversionSCM.RevisionPolicy revisionPolicy, Date queueTime, Date buildTime)
          Returns SVNRevision based on the following logic: if repository URL is url@rev then this method returns specified revision.
 



Copyright © 2004-2013 Hudson. All Rights Reserved.