Package | Description |
---|---|
org.apache.maven.execution | |
org.apache.maven.graph | |
org.apache.maven.lifecycle.internal | |
org.apache.maven.lifecycle.internal.builder.multithreaded |
Modifier and Type | Method and Description |
---|---|
ProjectDependencyGraph |
MavenSession.getProjectDependencyGraph() |
Modifier and Type | Method and Description |
---|---|
void |
MavenSession.setProjectDependencyGraph(ProjectDependencyGraph projectDependencyGraph) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultProjectDependencyGraph
Describes the inter-dependencies between projects in the reactor.
|
Modifier and Type | Method and Description |
---|---|
Result<ProjectDependencyGraph> |
DefaultGraphBuilder.build(MavenSession session) |
Result<? extends ProjectDependencyGraph> |
GraphBuilder.build(MavenSession session) |
Constructor and Description |
---|
ReactorBuildStatus(ProjectDependencyGraph projectDependencyGraph) |
Constructor and Description |
---|
ConcurrencyDependencyGraph(ProjectBuildList projectBuilds,
ProjectDependencyGraph projectDependencyGraph) |
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.