|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MavenModule | |
|---|---|
| hudson.maven | Maven support. |
| hudson.maven.reporters | |
| Uses of MavenModule in hudson.maven |
|---|
| Fields in hudson.maven with type parameters of type MavenModule | |
|---|---|
Map<ModuleName,MavenModule> |
ExecutedMojo.Cache.modules
All maven modules in this Hudson by their names. |
| Methods in hudson.maven that return MavenModule | |
|---|---|
MavenModule |
ExecutedMojo.Cache.get(ExecutedMojo mojo)
|
MavenModule |
MavenModuleSet.getItem(String name)
|
MavenModule |
MavenModuleSet.getModule(String name)
|
MavenModule |
MavenBuild.getParent()
|
MavenModule |
MavenModuleSet.getRootModule()
|
| Methods in hudson.maven that return types with arguments of type MavenModule | |
|---|---|
Indenter<MavenModule> |
MavenModuleSet.createIndenter()
|
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. |
| Methods in hudson.maven with parameters of type MavenModule | |
|---|---|
Action |
MavenReporter.getProjectAction(MavenModule module)
Deprecated. as of 1.341 Use MavenReporter.getProjectActions(MavenModule) instead. |
Collection<? extends Action> |
MavenReporter.getProjectActions(MavenModule module)
Equivalent of BuildStep.getProjectActions(AbstractProject)
for MavenReporter. |
Collection<? extends 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)
|
| Method parameters in hudson.maven with type arguments of type MavenModule | |
|---|---|
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. |
| Constructors in hudson.maven with parameters of type MavenModule | |
|---|---|
MavenBuild(MavenModule job)
|
|
MavenBuild(MavenModule job,
Calendar timestamp)
|
|
MavenBuild(MavenModule project,
File buildDir)
|
|
| Uses of MavenModule in hudson.maven.reporters |
|---|
| Methods in hudson.maven.reporters with parameters of type MavenModule | |
|---|---|
Collection<? extends Action> |
MavenJavadocArchiver.getProjectActions(MavenModule project)
|
Collection<? extends Action> |
MavenSiteArchiver.getProjectActions(MavenModule project)
|
MavenJavadocArchiver |
MavenJavadocArchiver.DescriptorImpl.newAutoInstance(MavenModule module)
|
BuildInfoRecorder |
BuildInfoRecorder.DescriptorImpl.newAutoInstance(MavenModule module)
|
MavenReporter |
MavenFingerprinter.DescriptorImpl.newAutoInstance(MavenModule module)
|
SurefireArchiver |
SurefireArchiver.DescriptorImpl.newAutoInstance(MavenModule module)
|
MavenSiteArchiver |
MavenSiteArchiver.DescriptorImpl.newAutoInstance(MavenModule module)
|
MavenReporter |
MavenArtifactArchiver.DescriptorImpl.newAutoInstance(MavenModule module)
|
ReportCollector |
ReportCollector.DescriptorImpl.newAutoInstance(MavenModule module)
|
| Method parameters in hudson.maven.reporters with type arguments of type MavenModule | |
|---|---|
MavenAggregatedReport |
MavenArtifactRecord.createAggregatedAction(MavenModuleSetBuild build,
Map<MavenModule,List<MavenBuild>> moduleBuilds)
|
MavenAggregatedReport |
SurefireReport.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||