| Modifier and Type | Method and Description | 
|---|---|
| TaskSegment | ProjectSegment. getTaskSegment() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<TaskSegment> | LifecycleTaskSegmentCalculator. calculateTaskSegments(MavenSession session) | 
| List<TaskSegment> | DefaultLifecycleTaskSegmentCalculator. calculateTaskSegments(MavenSession session) | 
| List<TaskSegment> | LifecycleTaskSegmentCalculator. calculateTaskSegments(MavenSession session,
                                          List<String> tasks) | 
| List<TaskSegment> | DefaultLifecycleTaskSegmentCalculator. calculateTaskSegments(MavenSession session,
                                          List<String> tasks) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LifecycleModuleBuilder. buildProject(MavenSession session,
                        MavenSession rootSession,
                        ReactorContext reactorContext,
                        MavenProject currentProject,
                        TaskSegment taskSegment) | 
| void | LifecycleModuleBuilder. buildProject(MavenSession session,
                        ReactorContext reactorContext,
                        MavenProject currentProject,
                        TaskSegment taskSegment) | 
| ProjectBuildList | ProjectBuildList. getByTaskSegment(TaskSegment taskSegment)Returns aProjectBuildList that contains only items for the specified taskSegment | 
| Map<MavenProject,ProjectSegment> | ProjectBuildList. selectSegment(TaskSegment taskSegment) | 
| Modifier and Type | Method and Description | 
|---|---|
| ProjectBuildList | BuildListCalculator. calculateProjectBuilds(MavenSession session,
                                            List<TaskSegment> taskSegments) | 
| Constructor and Description | 
|---|
| ProjectSegment(MavenProject project,
                            TaskSegment taskSegment,
                            MavenSession copiedSession) | 
| Modifier and Type | Method and Description | 
|---|---|
| MavenExecutionPlan | BuilderCommon. resolveBuildPlan(MavenSession session,
                                MavenProject project,
                                TaskSegment taskSegment,
                                Set<Artifact> projectArtifacts) | 
| 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 | 
|---|---|
| void | MultiThreadedBuilder. build(MavenSession session,
          ReactorContext reactorContext,
          ProjectBuildList projectBuilds,
          List<TaskSegment> taskSegments,
          ReactorBuildStatus reactorBuildStatus) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SingleThreadedBuilder. build(MavenSession session,
          ReactorContext reactorContext,
          ProjectBuildList projectBuilds,
          List<TaskSegment> taskSegments,
          ReactorBuildStatus reactorBuildStatus) | 
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.