Uses of Class
org.apache.maven.lifecycle.internal.TaskSegment
-
-
Uses of TaskSegment in org.apache.maven.lifecycle.internal
Fields in org.apache.maven.lifecycle.internal declared as TaskSegment Modifier and Type Field Description private TaskSegmentProjectSegment. taskSegmentMethods in org.apache.maven.lifecycle.internal that return TaskSegment Modifier and Type Method Description TaskSegmentProjectSegment. getTaskSegment()Methods in org.apache.maven.lifecycle.internal that return types with arguments of type TaskSegment Modifier and Type Method Description java.util.List<TaskSegment>DefaultLifecycleTaskSegmentCalculator. calculateTaskSegments(MavenSession session)java.util.List<TaskSegment>DefaultLifecycleTaskSegmentCalculator. calculateTaskSegments(MavenSession session, java.util.List<java.lang.String> tasks)java.util.List<TaskSegment>LifecycleTaskSegmentCalculator. calculateTaskSegments(MavenSession session)java.util.List<TaskSegment>LifecycleTaskSegmentCalculator. calculateTaskSegments(MavenSession session, java.util.List<java.lang.String> tasks)Methods in org.apache.maven.lifecycle.internal with parameters of type TaskSegment Modifier and Type Method Description voidLifecycleModuleBuilder. buildProject(MavenSession session, MavenSession rootSession, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment)voidLifecycleModuleBuilder. buildProject(MavenSession session, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment)ProjectBuildListProjectBuildList. getByTaskSegment(TaskSegment taskSegment)Returns aProjectBuildList that contains only items for the specified taskSegmentjava.util.Map<MavenProject,ProjectSegment>ProjectBuildList. selectSegment(TaskSegment taskSegment)Method parameters in org.apache.maven.lifecycle.internal with type arguments of type TaskSegment Modifier and Type Method Description ProjectBuildListBuildListCalculator. calculateProjectBuilds(MavenSession session, java.util.List<TaskSegment> taskSegments)Constructors in org.apache.maven.lifecycle.internal with parameters of type TaskSegment Constructor Description ProjectSegment(MavenProject project, TaskSegment taskSegment, MavenSession copiedSession) -
Uses of TaskSegment in org.apache.maven.lifecycle.internal.builder
Methods in org.apache.maven.lifecycle.internal.builder with parameters of type TaskSegment Modifier and Type Method Description MavenExecutionPlanBuilderCommon. resolveBuildPlan(MavenSession session, MavenProject project, TaskSegment taskSegment, java.util.Set<Artifact> projectArtifacts)Method parameters in org.apache.maven.lifecycle.internal.builder with type arguments of type TaskSegment Modifier and Type Method Description voidBuilder. build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, java.util.List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) -
Uses of TaskSegment in org.apache.maven.lifecycle.internal.builder.multithreaded
Methods in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type TaskSegment Modifier and Type Method Description private java.util.concurrent.Callable<ProjectSegment>MultiThreadedBuilder. createBuildCallable(MavenSession rootSession, ProjectSegment projectBuild, ReactorContext reactorContext, TaskSegment taskSegment, ThreadOutputMuxer muxer)private voidMultiThreadedBuilder. multiThreadedProjectTaskSegmentBuild(ConcurrencyDependencyGraph analyzer, ReactorContext reactorContext, MavenSession rootSession, java.util.concurrent.CompletionService<ProjectSegment> service, TaskSegment taskSegment, java.util.Map<MavenProject,ProjectSegment> projectBuildList, ThreadOutputMuxer muxer)Method parameters in org.apache.maven.lifecycle.internal.builder.multithreaded with type arguments of type TaskSegment Modifier and Type Method Description voidMultiThreadedBuilder. build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, java.util.List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) -
Uses of TaskSegment in org.apache.maven.lifecycle.internal.builder.singlethreaded
Method parameters in org.apache.maven.lifecycle.internal.builder.singlethreaded with type arguments of type TaskSegment Modifier and Type Method Description voidSingleThreadedBuilder. build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, java.util.List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus)
-