| 
||||||||||
| 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 | 
DefaultMavenExecutionResult.addException(Throwable t)
 | 
 MavenExecutionResult | 
MavenExecutionResult.addException(Throwable e)
 | 
 MavenExecutionResult | 
MavenSession.getResult()
 | 
 MavenExecutionResult | 
DefaultMavenExecutionResult.setDependencyResolutionResult(DependencyResolutionResult dependencyResolutionResult)
 | 
 MavenExecutionResult | 
MavenExecutionResult.setDependencyResolutionResult(DependencyResolutionResult result)
 | 
 MavenExecutionResult | 
DefaultMavenExecutionResult.setProject(MavenProject project)
 | 
 MavenExecutionResult | 
MavenExecutionResult.setProject(MavenProject project)
 | 
 MavenExecutionResult | 
DefaultMavenExecutionResult.setTopologicallySortedProjects(List<MavenProject> topologicallySortedProjects)
 | 
 MavenExecutionResult | 
MavenExecutionResult.setTopologicallySortedProjects(List<MavenProject> projects)
 | 
| Constructors in org.apache.maven.execution with parameters of type MavenExecutionResult | |
|---|---|
MavenSession(PlexusContainer container,
                         MavenExecutionRequest request,
                         MavenExecutionResult result,
                         List<MavenProject> projects)
Deprecated.  | 
|
MavenSession(PlexusContainer container,
                         MavenExecutionRequest request,
                         MavenExecutionResult result,
                         MavenProject project)
Deprecated.  | 
|
MavenSession(PlexusContainer container,
                         org.eclipse.aether.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 | |||||||||