| 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
|
| Modifier and Type | Method and Description |
|---|---|
void |
LifecycleDebugLogger.debugReactorPlan(ProjectBuildList projectBuilds) |
| Modifier and Type | Method and Description |
|---|---|
void |
Builder.build(MavenSession session,
ReactorContext reactorContext,
ProjectBuildList projectBuilds,
List<TaskSegment> taskSegments,
ReactorBuildStatus reactorBuildStatus) |
| Modifier and Type | Method and Description |
|---|---|
protected ProjectBuildList |
ConcurrencyDependencyGraph.getProjectBuilds() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiThreadedBuilder.build(MavenSession session,
ReactorContext reactorContext,
ProjectBuildList projectBuilds,
List<TaskSegment> taskSegments,
ReactorBuildStatus reactorBuildStatus) |
| Constructor and Description |
|---|
ConcurrencyDependencyGraph(ProjectBuildList projectBuilds,
ProjectDependencyGraph projectDependencyGraph) |
ThreadOutputMuxer(ProjectBuildList segmentChunks,
PrintStream originalSystemOut) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleThreadedBuilder.build(MavenSession session,
ReactorContext reactorContext,
ProjectBuildList projectBuilds,
List<TaskSegment> taskSegments,
ReactorBuildStatus reactorBuildStatus) |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.