Uses of Class
org.apache.maven.lifecycle.internal.TaskSegment
Packages that use TaskSegment
Package
Description
-
Uses of TaskSegment in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return TaskSegmentMethods in org.apache.maven.lifecycle.internal that return types with arguments of type TaskSegmentModifier and TypeMethodDescriptionDefaultLifecycleTaskSegmentCalculator.calculateTaskSegments
(MavenSession session) DefaultLifecycleTaskSegmentCalculator.calculateTaskSegments
(MavenSession session, List<String> tasks) LifecycleTaskSegmentCalculator.calculateTaskSegments
(MavenSession session) LifecycleTaskSegmentCalculator.calculateTaskSegments
(MavenSession session, List<String> tasks) Methods in org.apache.maven.lifecycle.internal with parameters of type TaskSegmentModifier and TypeMethodDescriptionvoid
LifecycleModuleBuilder.buildProject
(MavenSession session, MavenSession rootSession, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment) void
LifecycleModuleBuilder.buildProject
(MavenSession session, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment) ProjectBuildList.getByTaskSegment
(TaskSegment taskSegment) Returns aProjectBuildList that contains only items for the specified taskSegmentProjectBuildList.selectSegment
(TaskSegment taskSegment) Method parameters in org.apache.maven.lifecycle.internal with type arguments of type TaskSegmentModifier and TypeMethodDescriptionBuildListCalculator.calculateProjectBuilds
(MavenSession session, List<TaskSegment> taskSegments) Constructors in org.apache.maven.lifecycle.internal with parameters of type TaskSegmentModifierConstructorDescriptionProjectSegment
(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 TaskSegmentModifier and TypeMethodDescriptionBuilderCommon.resolveBuildPlan
(MavenSession session, MavenProject project, TaskSegment taskSegment, Set<Artifact> projectArtifacts) Method parameters in org.apache.maven.lifecycle.internal.builder with type arguments of type TaskSegmentModifier and TypeMethodDescriptionvoid
Builder.build
(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) -
Uses of TaskSegment in org.apache.maven.lifecycle.internal.builder.multithreaded
Method parameters in org.apache.maven.lifecycle.internal.builder.multithreaded with type arguments of type TaskSegmentModifier and TypeMethodDescriptionvoid
MultiThreadedBuilder.build
(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, 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 TaskSegmentModifier and TypeMethodDescriptionvoid
SingleThreadedBuilder.build
(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus)