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 TaskSegment
ProjectSegment. taskSegment
Methods in org.apache.maven.lifecycle.internal that return TaskSegment Modifier and Type Method Description TaskSegment
ProjectSegment. 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 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 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 ProjectBuildList
BuildListCalculator. 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 MavenExecutionPlan
BuilderCommon. 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 void
Builder. 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, java.util.Set<java.lang.String> duplicateArtifactIds)
private void
MultiThreadedBuilder. 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 void
MultiThreadedBuilder. 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 void
SingleThreadedBuilder. build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, java.util.List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus)
-