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 private MavenExecutionResultDefaultMaven. addExceptionToResult(MavenExecutionResult result, java.lang.Throwable e)private MavenExecutionResultDefaultMaven. doExecute(MavenExecutionRequest request)private MavenExecutionResultDefaultMaven. doExecute(MavenExecutionRequest request, MavenSession session, MavenExecutionResult result, org.eclipse.aether.DefaultRepositorySystemSession repoSession)MavenExecutionResultDefaultMaven. execute(MavenExecutionRequest request)MavenExecutionResultMaven. execute(MavenExecutionRequest request)Methods in org.apache.maven with parameters of type MavenExecutionResult Modifier and Type Method Description private MavenExecutionResultDefaultMaven. addExceptionToResult(MavenExecutionResult result, java.lang.Throwable e)private Result<? extends ProjectDependencyGraph>DefaultMaven. buildGraph(MavenSession session, MavenExecutionResult result)private MavenExecutionResultDefaultMaven. doExecute(MavenExecutionRequest request, MavenSession session, MavenExecutionResult result, org.eclipse.aether.DefaultRepositorySystemSession repoSession) -
Uses of MavenExecutionResult in org.apache.maven.execution
Classes in org.apache.maven.execution that implement MavenExecutionResult Modifier and Type Class Description classDefaultMavenExecutionResultFields in org.apache.maven.execution declared as MavenExecutionResult Modifier and Type Field Description private MavenExecutionResultMavenSession. resultMethods 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
Fields in org.apache.maven.lifecycle.internal declared as MavenExecutionResult Modifier and Type Field Description private MavenExecutionResultReactorContext. resultMethods 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, SessionScope.Memento sessionScope)
-