Package | Description |
---|---|
org.apache.maven.lifecycle.internal |
Modifier and Type | Method and Description |
---|---|
ProjectSegment |
ProjectBuildList.findByMavenProject(MavenProject mavenProject)
Finds the first ProjectSegment matching the supplied project
|
Modifier and Type | Method and Description |
---|---|
Iterator<ProjectSegment> |
ProjectBuildList.iterator() |
Map<MavenProject,ProjectSegment> |
ProjectBuildList.selectSegment(TaskSegment taskSegment) |
Modifier and Type | Method and Description |
---|---|
void |
ThreadOutputMuxer.associateThreadWithProjectSegment(ProjectSegment projectBuild) |
void |
ThreadOutputMuxer.setThisModuleComplete(ProjectSegment projectBuild) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleThreadedBuilder.build(MavenSession session,
ReactorContext reactorContext,
ProjectBuildList projectBuilds,
List<TaskSegment> currentTaskSegment,
ConcurrencyDependencyGraph analyzer,
CompletionService<ProjectSegment> service) |
Constructor and Description |
---|
ProjectBuildList(List<ProjectSegment> items) |
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.