Uses of Class
hudson.maven.MavenModuleSetBuild
Packages that use MavenModuleSetBuild
-
Uses of MavenModuleSetBuild in hudson.maven
Methods in hudson.maven that return MavenModuleSetBuildModifier and TypeMethodDescriptionprotected MavenModuleSetBuild
RedeployPublisher.getMavenBuild
(AbstractBuild<?, ?> build) Obtains theMavenModuleSetBuild
that we'll work on, or null.MavenBuild.getModuleSetBuild()
Gets the "governing"MavenModuleSet
that has set the workspace for this build.MavenBuild.getParentBuild()
Gets theMavenModuleSetBuild
that has the same build number.Methods in hudson.maven that return types with arguments of type MavenModuleSetBuildModifier and TypeMethodDescriptionprotected Class
<MavenModuleSetBuild> MavenModuleSet.getBuildClass()
protected List
<MavenModuleSetBuild> MavenModuleSet.getEstimatedDurationCandidates()
Methods in hudson.maven with parameters of type MavenModuleSetBuildModifier and TypeMethodDescriptionprotected void
MavenModuleSet.addTransientActionsFromBuild
(MavenModuleSetBuild build, List<Action> collection, Set<Class> added) AggregatableAction.createAggregatedAction
(MavenModuleSetBuild build, Map<MavenModule, List<MavenBuild>> moduleBuilds) CreatesAction
to be contributed toMavenModuleSetBuild
.MavenArgumentInterceptorAction.getGoalsAndOptions
(MavenModuleSetBuild build) Provides maven goals and options to start the build with.MavenArgumentInterceptorAction.intercept
(ArgumentListBuilder mavenargs, MavenModuleSetBuild build) Change/add arguments to any needs. -
Uses of MavenModuleSetBuild in hudson.maven.reporters
Fields in hudson.maven.reporters declared as MavenModuleSetBuildMethods in hudson.maven.reporters that return MavenModuleSetBuildMethods in hudson.maven.reporters with parameters of type MavenModuleSetBuildModifier and TypeMethodDescriptionstatic void
MavenFingerprinter.aggregate
(MavenModuleSetBuild mmsb) CreatesFingerprinter.FingerprintAction
forMavenModuleSetBuild
by aggregating all fingerprints from module builds.MavenArtifactRecord.createAggregatedAction
(MavenModuleSetBuild build, Map<MavenModule, List<MavenBuild>> moduleBuilds) SurefireReport.createAggregatedAction
(MavenModuleSetBuild build, Map<MavenModule, List<MavenBuild>> moduleBuilds) Constructors in hudson.maven.reporters with parameters of type MavenModuleSetBuild