|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MavenExecutionResult | |
---|---|
org.apache.maven | |
org.apache.maven.execution | |
org.apache.maven.lifecycle.internal |
Uses of MavenExecutionResult in org.apache.maven |
---|
Methods in org.apache.maven that return MavenExecutionResult | |
---|---|
MavenExecutionResult |
Maven.execute(MavenExecutionRequest request)
|
MavenExecutionResult |
DefaultMaven.execute(MavenExecutionRequest request)
|
Uses of MavenExecutionResult in org.apache.maven.execution |
---|
Classes in org.apache.maven.execution that implement MavenExecutionResult | |
---|---|
class |
DefaultMavenExecutionResult
|
Methods in org.apache.maven.execution that return MavenExecutionResult | |
---|---|
MavenExecutionResult |
MavenExecutionResult.addException(Throwable e)
|
MavenExecutionResult |
DefaultMavenExecutionResult.addException(Throwable t)
|
MavenExecutionResult |
MavenSession.getResult()
|
MavenExecutionResult |
MavenExecutionResult.setDependencyResolutionResult(DependencyResolutionResult result)
|
MavenExecutionResult |
DefaultMavenExecutionResult.setDependencyResolutionResult(DependencyResolutionResult dependencyResolutionResult)
|
MavenExecutionResult |
MavenExecutionResult.setProject(MavenProject project)
|
MavenExecutionResult |
DefaultMavenExecutionResult.setProject(MavenProject project)
|
MavenExecutionResult |
MavenExecutionResult.setTopologicallySortedProjects(List<MavenProject> projects)
|
MavenExecutionResult |
DefaultMavenExecutionResult.setTopologicallySortedProjects(List<MavenProject> topologicallySortedProjects)
|
Constructors in org.apache.maven.execution with parameters of type MavenExecutionResult | |
---|---|
MavenSession(org.codehaus.plexus.PlexusContainer container,
MavenExecutionRequest request,
MavenExecutionResult result,
List<MavenProject> projects)
Deprecated. |
|
MavenSession(org.codehaus.plexus.PlexusContainer container,
MavenExecutionRequest request,
MavenExecutionResult result,
MavenProject project)
Deprecated. |
|
MavenSession(org.codehaus.plexus.PlexusContainer container,
RepositorySystemSession repositorySession,
MavenExecutionRequest request,
MavenExecutionResult result)
|
Uses of MavenExecutionResult in org.apache.maven.lifecycle.internal |
---|
Methods in org.apache.maven.lifecycle.internal that return MavenExecutionResult | |
---|---|
MavenExecutionResult |
ReactorContext.getResult()
|
Constructors in org.apache.maven.lifecycle.internal with parameters of type MavenExecutionResult | |
---|---|
ReactorContext(MavenExecutionResult result,
ProjectIndex projectIndex,
ClassLoader originalContextClassLoader,
ReactorBuildStatus reactorBuildStatus)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |