| Package | Description |
|---|---|
| hudson.maven |
Maven support.
|
| hudson.maven.local_repo |
| Modifier and Type | Method and Description |
|---|---|
LocalRepositoryLocator |
MavenModuleSet.getExplicitLocalRepository()
Undefaulted locally configured value with taking inheritance from the global configuration into account.
|
LocalRepositoryLocator |
MavenModuleSet.getLocalRepository() |
LocalRepositoryLocator |
MavenModuleSet.DescriptorImpl.getLocalRepository() |
| Modifier and Type | Method and Description |
|---|---|
void |
MavenModuleSet.setLocalRepository(LocalRepositoryLocator localRepository) |
void |
MavenModuleSet.DescriptorImpl.setLocalRepository(LocalRepositoryLocator localRepository) |
| Modifier and Type | Class and Description |
|---|---|
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 © 2016–2017. All rights reserved.