Uses of Class
hudson.maven.local_repo.LocalRepositoryLocator

Packages that use LocalRepositoryLocator
hudson.maven Maven support. 
hudson.maven.local_repo   
 

Uses of LocalRepositoryLocator in hudson.maven
 

Methods in hudson.maven that return LocalRepositoryLocator
 LocalRepositoryLocator MavenModuleSet.getExplicitLocalRepository()
          Undefaulted locally configured value with taking inheritance from the global configuration into account.
 LocalRepositoryLocator MavenModuleSet.getLocalRepository()
           
 LocalRepositoryLocator MavenModuleSet.DescriptorImpl.getLocalRepository()
           
 

Methods in hudson.maven with parameters of type LocalRepositoryLocator
 void MavenModuleSet.setLocalRepository(LocalRepositoryLocator localRepository)
           
 void MavenModuleSet.DescriptorImpl.setLocalRepository(LocalRepositoryLocator localRepository)
           
 

Uses of LocalRepositoryLocator in hudson.maven.local_repo
 

Subclasses of LocalRepositoryLocator in hudson.maven.local_repo
 class DefaultLocalRepositoryLocator
          Uses Maven's default local repository, which is actually ~/.m2/repository
 class PerExecutorLocalRepositoryLocator
           
 class PerJobLocalRepositoryLocator
          Uses a local repository isolated per job.
 



Copyright © 2004-2013. All Rights Reserved.