Uses of Class
hudson.maven.MavenBuild
Packages that use MavenBuild
-
Uses of MavenBuild in hudson.maven
Methods in hudson.maven that return MavenBuildModifier and TypeMethodDescriptionprotected MavenBuild
MavenModule.newBuild()
MavenBuild.ProxyImpl2.owner()
Gets the build for which this proxy is created.Methods in hudson.maven that return types with arguments of type MavenBuildModifier and TypeMethodDescriptionprotected Class
<MavenBuild> MavenModule.getBuildClass()
MavenModuleSetBuild.getModuleBuilds()
Computes the module builds that correspond to this build.MavenModuleSetBuild.getModuleLastBuilds()
Computes the latest module builds that correspond to this build.Methods in hudson.maven with parameters of type MavenBuildModifier and TypeMethodDescriptionprotected void
MavenModule.addTransientActionsFromBuild
(MavenBuild build, List<Action> collection, Set<Class> added) MavenBuildProxy.BuildCallable.call
(MavenBuild build) Performs computation and returns the result, or throws some exception.boolean
MavenReporter.end
(MavenBuild build, Launcher launcher, BuildListener listener) Called after the maven execution finished and the result is determined.void
MavenAggregatedReport.update
(Map<MavenModule, List<MavenBuild>> moduleBuilds, MavenBuild newBuild) Called whenever a new module build is completed, to update the aggregated report.Method parameters in hudson.maven with type arguments of type MavenBuildModifier 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. -
Uses of MavenBuild in hudson.maven.reporters
Fields in hudson.maven.reporters declared as MavenBuildModifier and TypeFieldDescriptionfinal MavenBuild
MavenArtifactRecord.parent
The build to which this record belongs.Methods in hudson.maven.reporters that return MavenBuildModifier and TypeMethodDescriptionMavenArtifactRecord.getBuild()
SurefireAggregatedReport.resolveChild
(hudson.tasks.test.AggregatedTestResultAction.Child child) Methods in hudson.maven.reporters with parameters of type MavenBuildModifier and TypeMethodDescriptionboolean
MavenMailer.end
(MavenBuild build, Launcher launcher, BuildListener listener) boolean
SurefireArchiver.end
(MavenBuild build, Launcher launcher, BuildListener listener) MavenArtifact.getFile
(MavenBuild build) Deprecated.MavenArtifact.getTemporaryFile
(MavenBuild build) Gets an archived artifact.org.apache.maven.artifact.Artifact
MavenArtifact.toArtifact
(org.apache.maven.artifact.handler.manager.ArtifactHandlerManager handlerManager, org.apache.maven.artifact.factory.ArtifactFactory factory, MavenBuild build) Deprecated.MavenArtifact.toCloseableArtifact
(org.apache.maven.artifact.handler.manager.ArtifactHandlerManager handlerManager, org.apache.maven.artifact.factory.ArtifactFactory factory, MavenBuild build) Creates a MavenArtifact
back from the persisted data.void
MavenAggregatedArtifactRecord.update
(Map<MavenModule, List<MavenBuild>> moduleBuilds, MavenBuild newBuild) void
SurefireAggregatedReport.update
(Map<MavenModule, List<MavenBuild>> moduleBuilds, MavenBuild newBuild) Method parameters in hudson.maven.reporters with type arguments of type MavenBuildModifier 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) Constructors in hudson.maven.reporters with parameters of type MavenBuildModifierConstructorDescriptionMavenArtifactRecord
(MavenBuild parent, MavenArtifact pomArtifact, MavenArtifact mainArtifact, List<MavenArtifact> attachedArtifacts) Deprecated.MavenArtifactRecord
(MavenBuild parent, MavenArtifact pomArtifact, MavenArtifact mainArtifact, List<MavenArtifact> attachedArtifacts, String repositoryUrl, String repositoryId)
StandardArtifactManager
and subclasses; useMavenArtifact.getTemporaryFile(hudson.maven.MavenBuild)
instead