Uses of Class
hudson.maven.MavenBuild
-
Uses of MavenBuild in hudson.maven
Modifier and TypeMethodDescriptionprotected MavenBuild
MavenModule.newBuild()
MavenBuild.ProxyImpl2.owner()
Gets the build for which this proxy is created.Modifier 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.Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionfinal MavenBuild
MavenArtifactRecord.parent
The build to which this record belongs.Modifier and TypeMethodDescriptionMavenArtifactRecord.getBuild()
SurefireAggregatedReport.resolveChild
(hudson.tasks.test.AggregatedTestResultAction.Child child) Modifier 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) Modifier 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) ModifierConstructorDescriptionMavenArtifactRecord
(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