| Modifier and Type | Method and Description |
|---|---|
ProjectBuildList |
BuildListCalculator.calculateProjectBuilds(MavenSession session,
java.util.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,
java.util.List<TaskSegment> taskSegments,
ReactorBuildStatus reactorBuildStatus) |
| Modifier and Type | Field and Description |
|---|---|
private ProjectBuildList |
ThreadOutputMuxer.ConsolePrinter.projectBuildList |
private ProjectBuildList |
ConcurrencyDependencyGraph.projectBuilds |
| 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,
java.util.List<TaskSegment> taskSegments,
ReactorBuildStatus reactorBuildStatus) |
| Constructor and Description |
|---|
ConcurrencyDependencyGraph(ProjectBuildList projectBuilds,
ProjectDependencyGraph projectDependencyGraph) |
ConsolePrinter(ProjectBuildList projectBuildList) |
ThreadOutputMuxer(ProjectBuildList segmentChunks,
java.io.PrintStream originalSystemOut) |
| Modifier and Type | Method and Description |
|---|---|
void |
SingleThreadedBuilder.build(MavenSession session,
ReactorContext reactorContext,
ProjectBuildList projectBuilds,
java.util.List<TaskSegment> taskSegments,
ReactorBuildStatus reactorBuildStatus) |