Uses of Class
hudson.scm.BlameSubversionSCM.ModuleLocation

Packages that use BlameSubversionSCM.ModuleLocation
hudson.scm   
 

Uses of BlameSubversionSCM.ModuleLocation in hudson.scm
 

Methods in hudson.scm that return BlameSubversionSCM.ModuleLocation
 BlameSubversionSCM.ModuleLocation BlameSubversionSCM.ModuleLocation.getExpandedLocation(hudson.model.AbstractBuild<?,?> build)
          Expand location value based on Build parametric execution.
 BlameSubversionSCM.ModuleLocation[] BlameSubversionSCM.getLocations()
          list of all configured svn locations
 BlameSubversionSCM.ModuleLocation[] BlameSubversionSCM.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 BlameSubversionSCM.ModuleLocation
static List<BlameSubversionSCM.ModuleLocation> BlameSubversionSCM.ModuleLocation.parse(String[] remoteLocations, String[] localLocations)
           
 



Copyright © 2004-2012 Hudson. All Rights Reserved.