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 MavenBuildMavenModule.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 voidMavenModule.addTransientActionsFromBuild(MavenBuild build, List<Action> collection, Set<Class> added) MavenBuildProxy.BuildCallable.call(MavenBuild build) Performs computation and returns the result, or throws some exception.booleanMavenReporter.end(MavenBuild build, Launcher launcher, BuildListener listener) Called after the maven execution finished and the result is determined.voidMavenAggregatedReport.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) CreatesActionto be contributed toMavenModuleSetBuild.voidMavenAggregatedReport.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 MavenBuildMavenArtifactRecord.parentThe 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 TypeMethodDescriptionbooleanMavenMailer.end(MavenBuild build, Launcher launcher, BuildListener listener) booleanSurefireArchiver.end(MavenBuild build, Launcher launcher, BuildListener listener) MavenArtifact.getFile(MavenBuild build) Deprecated.MavenArtifact.getTemporaryFile(MavenBuild build) Gets an archived artifact.org.apache.maven.artifact.ArtifactMavenArtifact.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 MavenArtifactback from the persisted data.voidMavenAggregatedArtifactRecord.update(Map<MavenModule, List<MavenBuild>> moduleBuilds, MavenBuild newBuild) voidSurefireAggregatedReport.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) voidMavenAggregatedArtifactRecord.update(Map<MavenModule, List<MavenBuild>> moduleBuilds, MavenBuild newBuild) voidSurefireAggregatedReport.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)
StandardArtifactManagerand subclasses; useMavenArtifact.getTemporaryFile(hudson.maven.MavenBuild)instead