Uses of Interface
org.apache.maven.execution.MavenExecutionResult
-
Packages that use MavenExecutionResult Package Description 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 Modifier and Type Method Description MavenExecutionResultDefaultMaven. execute(MavenExecutionRequest request)MavenExecutionResultMaven. execute(MavenExecutionRequest request) -
Uses of MavenExecutionResult in org.apache.maven.execution
Classes in org.apache.maven.execution that implement MavenExecutionResult Modifier and Type Class Description classDefaultMavenExecutionResultMethods in org.apache.maven.execution that return MavenExecutionResult Modifier and Type Method Description MavenExecutionResultDefaultMavenExecutionResult. addException(java.lang.Throwable t)MavenExecutionResultMavenExecutionResult. addException(java.lang.Throwable e)MavenExecutionResultMavenSession. getResult()MavenExecutionResultDefaultMavenExecutionResult. setDependencyResolutionResult(DependencyResolutionResult dependencyResolutionResult)MavenExecutionResultMavenExecutionResult. setDependencyResolutionResult(DependencyResolutionResult result)MavenExecutionResultDefaultMavenExecutionResult. setProject(MavenProject project)MavenExecutionResultMavenExecutionResult. setProject(MavenProject project)MavenExecutionResultDefaultMavenExecutionResult. setTopologicallySortedProjects(java.util.List<MavenProject> topologicallySortedProjects)MavenExecutionResultMavenExecutionResult. setTopologicallySortedProjects(java.util.List<MavenProject> projects)Constructors in org.apache.maven.execution with parameters of type MavenExecutionResult Constructor Description MavenSession(org.codehaus.plexus.PlexusContainer container, MavenExecutionRequest request, MavenExecutionResult result, java.util.List<MavenProject> projects)Deprecated.MavenSession(org.codehaus.plexus.PlexusContainer container, MavenExecutionRequest request, MavenExecutionResult result, MavenProject project)Deprecated.MavenSession(org.codehaus.plexus.PlexusContainer container, org.eclipse.aether.RepositorySystemSession repositorySession, MavenExecutionRequest request, MavenExecutionResult result)Deprecated. -
Uses of MavenExecutionResult in org.apache.maven.lifecycle.internal
Methods in org.apache.maven.lifecycle.internal that return MavenExecutionResult Modifier and Type Method Description MavenExecutionResultReactorContext. getResult()Constructors in org.apache.maven.lifecycle.internal with parameters of type MavenExecutionResult Constructor Description ReactorContext(MavenExecutionResult result, ProjectIndex projectIndex, java.lang.ClassLoader originalContextClassLoader, ReactorBuildStatus reactorBuildStatus)
-