Uses of Class
hudson.maven.MavenModule
Packages that use MavenModule
-
Uses of MavenModule in hudson.maven
Fields in hudson.maven with type parameters of type MavenModuleModifier and TypeFieldDescriptionfinal Map
<ModuleName, MavenModule> ExecutedMojo.Cache.modules
All maven modules in this Hudson by their names.Methods in hudson.maven that return MavenModuleModifier and TypeMethodDescriptionExecutedMojo.Cache.get
(ExecutedMojo mojo) MavenBuild.getParent()
MavenModuleSet.getRootModule()
Methods in hudson.maven that return types with arguments of type MavenModuleModifier and TypeMethodDescriptionMavenModuleSet.createIndenter()
protected Collection
<MavenModule> MavenModule.getAllMavenModules()
Returns all Maven modules in this Jenkins instance.MavenModule.getChildren()
Gets all the child modules (that are listed in the<module>
element in our POM).MavenModuleSet.getDisabledModules
(boolean disabled) Possibly empty list of all disabled modules (if disabled==true) or all enabeld modules (if disabled==false)MavenModuleSet.getItems()
MavenModuleSetBuild.getModuleBuilds()
Computes the module builds that correspond to this build.MavenModuleSetBuild.getModuleLastBuilds()
Computes the latest module builds that correspond to this build.MavenModuleSet.getModules()
MavenModule.getSubsidiaries()
Computes the list ofMavenModule
s that are 'under' this POM filesystem-wise.Methods in hudson.maven with parameters of type MavenModuleModifier and TypeMethodDescriptionMavenReporter.getProjectAction
(MavenModule module) Deprecated.Collection
<? extends Action> MavenProjectActionBuilder.getProjectActions
(MavenModule module) Equivalent ofBuildStep.getProjectActions(AbstractProject)
.Collection
<? extends Action> MavenReporter.getProjectActions
(MavenModule module) Equivalent ofBuildStep.getProjectActions(AbstractProject)
forMavenReporter
.MavenModuleSet.getRootDirFor
(MavenModule child) MavenReporterDescriptor.newAutoInstance
(MavenModule module) Returns an instance used for automaticMavenReporter
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 MavenModuleModifier and TypeMethodDescriptionAggregatableAction.createAggregatedAction
(MavenModuleSetBuild build, Map<MavenModule, List<MavenBuild>> moduleBuilds) CreatesAction
to be contributed toMavenModuleSetBuild
.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 MavenModuleModifierConstructorDescriptionMavenBuild
(MavenModule job) MavenBuild
(MavenModule project, File buildDir) MavenBuild
(MavenModule job, Calendar timestamp) Constructor parameters in hudson.maven with type arguments of type MavenModuleModifierConstructorDescriptionprotected
AbstractMavenBuilder
(BuildListener listener, Collection<MavenModule> modules, List<String> goals, Map<String, String> systemProps) protected
MavenBuilder
(BuildListener listener, Collection<MavenModule> modules, List<String> goals, Map<String, String> systemProps) -
Uses of MavenModule in hudson.maven.reporters
Methods in hudson.maven.reporters with parameters of type MavenModuleModifier and TypeMethodDescriptionabstract Collection
<? extends Action> AbstractMavenJavadocArchiver.getProjectActions
(MavenModule project) Collection
<? extends Action> MavenJavadocArchiver.getProjectActions
(MavenModule project) Collection
<? extends Action> MavenSiteArchiver.getProjectActions
(MavenModule project) Collection
<? extends Action> MavenTestJavadocArchiver.getProjectActions
(MavenModule project) BuildInfoRecorder.DescriptorImpl.newAutoInstance
(MavenModule module) MavenArtifactArchiver.DescriptorImpl.newAutoInstance
(MavenModule module) MavenFingerprinter.DescriptorImpl.newAutoInstance
(MavenModule module) MavenJavadocArchiver.DescriptorImpl.newAutoInstance
(MavenModule module) MavenSiteArchiver.DescriptorImpl.newAutoInstance
(MavenModule module) MavenTestJavadocArchiver.DescriptorImpl.newAutoInstance
(MavenModule module) ReportCollector.DescriptorImpl.newAutoInstance
(MavenModule module) SurefireArchiver.DescriptorImpl.newAutoInstance
(MavenModule module) Method parameters in hudson.maven.reporters with type arguments of type MavenModuleModifier and TypeMethodDescriptionMavenArtifactRecord.createAggregatedAction
(MavenModuleSetBuild build, Map<MavenModule, List<MavenBuild>> moduleBuilds) SurefireReport.createAggregatedAction
(MavenModuleSetBuild build, Map<MavenModule, List<MavenBuild>> moduleBuilds) void
MavenAggregatedArtifactRecord.update
(Map<MavenModule, List<MavenBuild>> moduleBuilds, MavenBuild newBuild) void
SurefireAggregatedReport.update
(Map<MavenModule, List<MavenBuild>> moduleBuilds, MavenBuild newBuild)
MavenReporter.getProjectActions(MavenModule)
instead.