Uses of Class
hudson.maven.local_repo.LocalRepositoryLocator
Packages that use LocalRepositoryLocator
-
Uses of LocalRepositoryLocator in hudson.maven
Methods in hudson.maven that return LocalRepositoryLocatorModifier and TypeMethodDescriptionMavenModuleSet.getExplicitLocalRepository()
Undefaulted locally configured value with taking inheritance from the global configuration into account.MavenModuleSet.DescriptorImpl.getLocalRepository()
MavenModuleSet.getLocalRepository()
Methods in hudson.maven with parameters of type LocalRepositoryLocatorModifier and TypeMethodDescriptionvoid
MavenModuleSet.DescriptorImpl.setLocalRepository
(LocalRepositoryLocator localRepository) void
MavenModuleSet.setLocalRepository
(LocalRepositoryLocator localRepository) -
Uses of LocalRepositoryLocator in hudson.maven.local_repo
Subclasses of LocalRepositoryLocator in hudson.maven.local_repoModifier and TypeClassDescriptionclass
Uses Maven's default local repository, which is usually~/.m2/repository
, or the value of 'localRepository' in Maven's settings file, if defined.class
class
Uses a local repository isolated per job.