Uses of Class
org.apache.maven.lifecycle.internal.ProjectBuildList

Packages that use ProjectBuildList
org.apache.maven.lifecycle.internal   
 

Uses of ProjectBuildList in org.apache.maven.lifecycle.internal
 

Methods in org.apache.maven.lifecycle.internal that return ProjectBuildList
 ProjectBuildList BuildListCalculator.calculateProjectBuilds(MavenSession session, List<TaskSegment> taskSegments)
           
 ProjectBuildList ProjectBuildList.getByTaskSegment(TaskSegment taskSegment)
          Returns aProjectBuildList that contains only items for the specified taskSegment
 ProjectBuildList ConcurrencyDependencyGraph.getProjectBuilds()
           
 

Methods in org.apache.maven.lifecycle.internal with parameters of type ProjectBuildList
 void LifecycleThreadedBuilder.build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> currentTaskSegment, ConcurrencyDependencyGraph analyzer, CompletionService<ProjectSegment> service)
           
 void LifecycleWeaveBuilder.build(ProjectBuildList projectBuilds, ReactorContext buildContext, List<TaskSegment> taskSegments, MavenSession session, ExecutorService executor, ReactorBuildStatus reactorBuildStatus)
           
 void LifecycleDebugLogger.debugReactorPlan(ProjectBuildList projectBuilds)
           
 

Constructors in org.apache.maven.lifecycle.internal with parameters of type ProjectBuildList
ConcurrencyDependencyGraph(ProjectBuildList projectBuilds, ProjectDependencyGraph projectDependencyGraph)
           
ThreadOutputMuxer(ProjectBuildList segmentChunks, PrintStream originalSystemOut)
           
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.