Uses of Class
org.apache.maven.lifecycle.internal.ProjectBuildList
-
-
Uses of ProjectBuildList in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return ProjectBuildList Modifier and Type Method Description ProjectBuildListBuildListCalculator. calculateProjectBuilds(MavenSession session, java.util.List<TaskSegment> taskSegments)ProjectBuildListProjectBuildList. getByTaskSegment(TaskSegment taskSegment)Returns aProjectBuildList that contains only items for the specified taskSegmentMethods in org.apache.maven.lifecycle.internal with parameters of type ProjectBuildList Modifier and Type Method Description voidLifecycleDebugLogger. 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 ProjectBuildList Modifier and Type Method Description voidBuilder. build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, java.util.List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) -
Uses of ProjectBuildList in org.apache.maven.lifecycle.internal.builder.multithreaded
Fields in org.apache.maven.lifecycle.internal.builder.multithreaded declared as ProjectBuildList Modifier and Type Field Description private ProjectBuildListThreadOutputMuxer.ConsolePrinter. projectBuildListprivate ProjectBuildListConcurrencyDependencyGraph. projectBuildsMethods in org.apache.maven.lifecycle.internal.builder.multithreaded that return ProjectBuildList Modifier and Type Method Description protected ProjectBuildListConcurrencyDependencyGraph. getProjectBuilds()Methods in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type ProjectBuildList Modifier and Type Method Description voidMultiThreadedBuilder. build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, java.util.List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus)Constructors in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type ProjectBuildList Constructor Description ConcurrencyDependencyGraph(ProjectBuildList projectBuilds, ProjectDependencyGraph projectDependencyGraph)ConsolePrinter(ProjectBuildList projectBuildList)ThreadOutputMuxer(ProjectBuildList segmentChunks, java.io.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 ProjectBuildList Modifier and Type Method Description voidSingleThreadedBuilder. build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, java.util.List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus)
-