Uses of Class
hudson.scm.SubversionSCM.ModuleLocation

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

Uses of SubversionSCM.ModuleLocation in hudson.scm
 

Methods in hudson.scm that return SubversionSCM.ModuleLocation
 SubversionSCM.ModuleLocation SubversionSCM.ModuleLocation.getExpandedLocation(hudson.model.AbstractBuild<?,?> build)
          Deprecated. Use getExpandedLocation(EnvVars) for vars expansion to be performed on all env vars rather than just build parameters.
 SubversionSCM.ModuleLocation SubversionSCM.ModuleLocation.getExpandedLocation(hudson.EnvVars env)
          Expand location value based on environment variables.
 SubversionSCM.ModuleLocation[] SubversionSCM.getLocations()
          list of all configured svn locations
 SubversionSCM.ModuleLocation[] SubversionSCM.getLocations(hudson.model.AbstractBuild<?,?> build)
          Deprecated. Use SubversionSCM.getLocations(EnvVars, AbstractBuild) for vars expansion to be performed on all env vars rather than just build parameters.
 SubversionSCM.ModuleLocation[] SubversionSCM.getLocations(hudson.EnvVars env, hudson.model.AbstractBuild<?,?> build)
          List of all configured svn locations, expanded according to all env vars or, if none defined, according to only build parameters values.
 SubversionSCM.ModuleLocation[] SubversionSCM.getProjectLocations(hudson.model.AbstractProject project)
          Get the list of every checked-out location.
 

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)
          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)
           
 

Uses of SubversionSCM.ModuleLocation in hudson.scm.subversion
 

Fields in hudson.scm.subversion declared as SubversionSCM.ModuleLocation
 SubversionSCM.ModuleLocation WorkspaceUpdater.UpdateTask.location
          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 l)
          Determines the revision to check out for the given location.
protected  void UpdateWithRevertUpdater.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 UpdateWithCleanUpdater.TaskImpl.preUpdate(SubversionSCM.ModuleLocation module, File local)
           
 



Copyright © 2004-2013. All Rights Reserved.