| Package | Description |
|---|---|
| hudson.maven |
Maven support.
|
| hudson.maven.local_repo |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMavenBuild<P extends AbstractMavenProject<P,B>,B extends AbstractMavenBuild<P,B>> |
| Modifier and Type | Class and Description |
|---|---|
class |
MavenBuild
Run for MavenModule. |
class |
MavenModuleSetBuild
Build for MavenModuleSet. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Maven3ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel,
AbstractMavenBuild<?,?> context) |
protected void |
Maven35ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel,
AbstractMavenBuild<?,?> context) |
protected void |
Maven33ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel,
AbstractMavenBuild<?,?> context) |
protected void |
Maven32ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel,
AbstractMavenBuild<?,?> context) |
protected void |
Maven31ProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel,
AbstractMavenBuild<?,?> context) |
protected abstract void |
AbstractMavenProcessFactory.applyPlexusModuleContributor(hudson.remoting.Channel channel,
AbstractMavenBuild<?,?> context)
Apply extension plexus modules to the newly launched Maven process.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.FilePath |
PerJobLocalRepositoryLocator.locate(AbstractMavenBuild build) |
hudson.FilePath |
PerExecutorLocalRepositoryLocator.locate(AbstractMavenBuild build) |
abstract hudson.FilePath |
LocalRepositoryLocator.locate(AbstractMavenBuild build)
Called during the build on the master to determine the location of the local Maven repository.
|
hudson.FilePath |
DefaultLocalRepositoryLocator.locate(AbstractMavenBuild build) |
Copyright © 2016–2017. All rights reserved.