Uses of Class
org.apache.maven.lifecycle.internal.ReactorContext
Packages that use ReactorContext
Package
Description
-
Uses of ReactorContext in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal with parameters of type ReactorContextModifier and TypeMethodDescriptionvoidLifecycleModuleBuilder.buildProject(MavenSession session, MavenSession rootSession, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment) voidLifecycleModuleBuilder.buildProject(MavenSession session, ReactorContext reactorContext, MavenProject currentProject, TaskSegment taskSegment) -
Uses of ReactorContext in org.apache.maven.lifecycle.internal.builder
Methods in org.apache.maven.lifecycle.internal.builder with parameters of type ReactorContextModifier and TypeMethodDescriptionvoidBuilder.build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) voidBuilderCommon.handleBuildError(ReactorContext buildContext, MavenSession rootSession, MavenSession currentSession, MavenProject mavenProject, Throwable t, Instant buildStartTime) -
Uses of ReactorContext in org.apache.maven.lifecycle.internal.builder.multithreaded
Methods in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type ReactorContextModifier and TypeMethodDescriptionvoidMultiThreadedBuilder.build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) private Callable<ProjectSegment> MultiThreadedBuilder.createBuildCallable(MavenSession rootSession, ProjectSegment projectBuild, ReactorContext reactorContext, TaskSegment taskSegment, Set<String> duplicateArtifactIds) private voidMultiThreadedBuilder.multiThreadedProjectTaskSegmentBuild(ConcurrencyDependencyGraph analyzer, ReactorContext reactorContext, MavenSession rootSession, CompletionService<ProjectSegment> service, TaskSegment taskSegment, Map<MavenProject, ProjectSegment> projectBuildList) -
Uses of ReactorContext in org.apache.maven.lifecycle.internal.builder.singlethreaded
Methods in org.apache.maven.lifecycle.internal.builder.singlethreaded with parameters of type ReactorContextModifier and TypeMethodDescriptionvoidSingleThreadedBuilder.build(MavenSession session, ReactorContext reactorContext, ProjectBuildList projectBuilds, List<TaskSegment> taskSegments, ReactorBuildStatus reactorBuildStatus) -
Uses of ReactorContext in org.apache.maven.lifecycle.internal.concurrent
Fields in org.apache.maven.lifecycle.internal.concurrent declared as ReactorContextModifier and TypeFieldDescription(package private) final ReactorContextBuildPlanExecutor.BuildContext.reactorContextMethods in org.apache.maven.lifecycle.internal.concurrent with parameters of type ReactorContextModifier and TypeMethodDescriptionvoidBuildPlanExecutor.execute(MavenSession session, ReactorContext reactorContext, List<TaskSegment> taskSegments) protected voidBuildPlanExecutor.BuildContext.handleBuildError(ReactorContext buildContext, MavenSession session, MavenProject mavenProject, Throwable t, BuildPlanExecutor.Clock clock) Constructors in org.apache.maven.lifecycle.internal.concurrent with parameters of type ReactorContextModifierConstructorDescription(package private)BuildContext(MavenSession session, ReactorContext reactorContext, List<TaskSegment> taskSegments)