| Package | Description |
|---|---|
| hudson.maven |
Maven support.
|
| hudson.maven.reporters |
| Modifier and Type | Field and Description |
|---|---|
Map<ModuleName,MavenModule> |
ExecutedMojo.Cache.modules
All maven modules in this Hudson by their names.
|
| Modifier and Type | Method and Description |
|---|---|
MavenModule |
ExecutedMojo.Cache.get(ExecutedMojo mojo) |
MavenModule |
MavenModuleSet.getItem(String name) |
MavenModule |
MavenModuleSet.getModule(String name) |
MavenModule |
MavenBuild.getParent() |
MavenModule |
MavenModuleSet.getRootModule() |
| Modifier and Type | Method and Description |
|---|---|
hudson.Indenter<MavenModule> |
MavenModuleSet.createIndenter() |
protected Collection<MavenModule> |
MavenModule.getAllMavenModules()
Returns all Maven modules in this Jenkins instance.
|
List<MavenModule> |
MavenModule.getChildren()
Gets all the child modules (that are listed in the
<module> element in our POM). |
List<MavenModule> |
MavenModuleSet.getDisabledModules(boolean disabled)
Possibly empty list of all disabled modules (if disabled==true)
or all enabeld modules (if disabled==false)
|
Collection<MavenModule> |
MavenModuleSet.getItems() |
Map<MavenModule,List<MavenBuild>> |
MavenModuleSetBuild.getModuleBuilds()
Computes the module builds that correspond to this build.
|
Map<MavenModule,MavenBuild> |
MavenModuleSetBuild.getModuleLastBuilds()
Computes the latest module builds that correspond to this build.
|
Collection<MavenModule> |
MavenModuleSet.getModules() |
List<MavenModule> |
MavenModule.getSubsidiaries()
Computes the list of
MavenModules that are 'under' this POM filesystem-wise. |
| Modifier and Type | Method and Description |
|---|---|
hudson.model.Action |
MavenReporter.getProjectAction(MavenModule module)
Deprecated.
as of 1.341
Use
MavenReporter.getProjectActions(MavenModule) instead. |
Collection<? extends hudson.model.Action> |
MavenReporter.getProjectActions(MavenModule module)
Equivalent of
BuildStep.getProjectActions(AbstractProject)
for MavenReporter. |
Collection<? extends hudson.model.Action> |
MavenProjectActionBuilder.getProjectActions(MavenModule module)
Equivalent of
BuildStep.getProjectActions(AbstractProject). |
File |
MavenModuleSet.getRootDirFor(MavenModule child) |
MavenReporter |
MavenReporterDescriptor.newAutoInstance(MavenModule module)
Returns an instance used for automatic
MavenReporter activation. |
void |
MavenModuleSet.onDeleted(MavenModule item) |
void |
MavenModuleSet.onRenamed(MavenModule item,
String oldName,
String newName) |
| Modifier and Type | Method and Description |
|---|---|
MavenAggregatedReport |
AggregatableAction.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds)
Creates
Action to be contributed to MavenModuleSetBuild. |
void |
MavenAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds,
MavenBuild newBuild)
Called whenever a new module build is completed, to update the
aggregated report.
|
| Constructor and Description |
|---|
MavenBuild(MavenModule job) |
MavenBuild(MavenModule job,
Calendar timestamp) |
MavenBuild(MavenModule project,
File buildDir) |
| Constructor and Description |
|---|
AbstractMavenBuilder(hudson.model.BuildListener listener,
Collection<MavenModule> modules,
List<String> goals,
Map<String,String> systemProps) |
MavenBuilder(hudson.model.BuildListener listener,
Collection<MavenModule> modules,
List<String> goals,
Map<String,String> systemProps) |
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends hudson.model.Action> |
MavenTestJavadocArchiver.getProjectActions(MavenModule project) |
Collection<? extends hudson.model.Action> |
MavenSiteArchiver.getProjectActions(MavenModule project) |
Collection<? extends hudson.model.Action> |
MavenJavadocArchiver.getProjectActions(MavenModule project) |
abstract Collection<? extends hudson.model.Action> |
AbstractMavenJavadocArchiver.getProjectActions(MavenModule project) |
SurefireArchiver |
SurefireArchiver.DescriptorImpl.newAutoInstance(MavenModule module) |
ReportCollector |
ReportCollector.DescriptorImpl.newAutoInstance(MavenModule module) |
MavenTestJavadocArchiver |
MavenTestJavadocArchiver.DescriptorImpl.newAutoInstance(MavenModule module) |
MavenSiteArchiver |
MavenSiteArchiver.DescriptorImpl.newAutoInstance(MavenModule module) |
MavenJavadocArchiver |
MavenJavadocArchiver.DescriptorImpl.newAutoInstance(MavenModule module) |
MavenReporter |
MavenFingerprinter.DescriptorImpl.newAutoInstance(MavenModule module) |
MavenReporter |
MavenArtifactArchiver.DescriptorImpl.newAutoInstance(MavenModule module) |
BuildInfoRecorder |
BuildInfoRecorder.DescriptorImpl.newAutoInstance(MavenModule module) |
| Modifier and Type | Method and Description |
|---|---|
MavenAggregatedReport |
SurefireReport.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds) |
MavenAggregatedArtifactRecord |
MavenArtifactRecord.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds) |
void |
SurefireAggregatedReport.update(Map<MavenModule,List<MavenBuild>> moduleBuilds,
MavenBuild newBuild) |
void |
MavenAggregatedArtifactRecord.update(Map<MavenModule,List<MavenBuild>> moduleBuilds,
MavenBuild newBuild) |
Copyright © 2016–2017. All rights reserved.