Uses of Class
org.apache.maven.lifecycle.internal.ProjectBuildList
Packages that use ProjectBuildList
Package
Description
-
Uses of ProjectBuildList in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return ProjectBuildListModifier and TypeMethodDescriptionBuildListCalculator.calculateProjectBuilds
(MavenSession session, List<TaskSegment> taskSegments) ProjectBuildList.getByTaskSegment
(TaskSegment taskSegment) Returns aProjectBuildList that contains only items for the specified taskSegmentMethods in org.apache.maven.lifecycle.internal with parameters of type ProjectBuildListModifier and TypeMethodDescriptionvoid
LifecycleDebugLogger.debugReactorPlan
(ProjectBuildList projectBuilds) -
Uses of ProjectBuildList in org.apache.maven.lifecycle.internal.builder
Methods in org.apache.maven.lifecycle.internal.builder with parameters of type ProjectBuildListModifier and TypeMethodDescriptionvoid
Builder.build
(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) -
Uses of ProjectBuildList in org.apache.maven.lifecycle.internal.builder.multithreaded
Methods in org.apache.maven.lifecycle.internal.builder.multithreaded that return ProjectBuildListModifier and TypeMethodDescriptionprotected ProjectBuildList
ConcurrencyDependencyGraph.getProjectBuilds()
Methods in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type ProjectBuildListModifier and TypeMethodDescriptionvoid
MultiThreadedBuilder.build
(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) Constructors in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type ProjectBuildListModifierConstructorDescriptionConcurrencyDependencyGraph
(ProjectBuildList projectBuilds, ProjectDependencyGraph projectDependencyGraph) ThreadOutputMuxer
(ProjectBuildList segmentChunks, PrintStream originalSystemOut) -
Uses of ProjectBuildList in org.apache.maven.lifecycle.internal.builder.singlethreaded
Methods in org.apache.maven.lifecycle.internal.builder.singlethreaded with parameters of type ProjectBuildListModifier and TypeMethodDescriptionvoid
SingleThreadedBuilder.build
(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus)