| Package | Description |
|---|---|
| org.apache.maven.lifecycle.internal |
| Modifier and Type | Method and Description |
|---|---|
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() |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
ConcurrencyDependencyGraph(ProjectBuildList projectBuilds,
ProjectDependencyGraph projectDependencyGraph) |
ThreadOutputMuxer(ProjectBuildList segmentChunks,
PrintStream originalSystemOut) |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.