Uses of Class
org.apache.maven.lifecycle.internal.ProjectSegment
Packages that use ProjectSegment
Package
Description
-
Uses of ProjectSegment in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return ProjectSegmentModifier and TypeMethodDescriptionProjectBuildList.findByMavenProject
(MavenProject mavenProject) Finds the first ProjectSegment matching the supplied projectProjectBuildList.get
(int index) Methods in org.apache.maven.lifecycle.internal that return types with arguments of type ProjectSegmentModifier and TypeMethodDescriptionProjectBuildList.iterator()
ProjectBuildList.selectSegment
(TaskSegment taskSegment) Constructor parameters in org.apache.maven.lifecycle.internal with type arguments of type ProjectSegment -
Uses of ProjectSegment in org.apache.maven.lifecycle.internal.builder.multithreaded
Methods in org.apache.maven.lifecycle.internal.builder.multithreaded with parameters of type ProjectSegmentModifier and TypeMethodDescriptionvoid
ThreadOutputMuxer.associateThreadWithProjectSegment
(ProjectSegment projectBuild) void
ThreadOutputMuxer.setThisModuleComplete
(ProjectSegment projectBuild)