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 MavenExecutionResult
DefaultMaven. addExceptionToResult(MavenExecutionResult result, java.lang.Throwable e)
private MavenExecutionResult
DefaultMaven. doExecute(MavenExecutionRequest request)
private MavenExecutionResult
DefaultMaven. doExecute(MavenExecutionRequest request, MavenSession session, MavenExecutionResult result, org.eclipse.aether.DefaultRepositorySystemSession repoSession)
MavenExecutionResult
DefaultMaven. execute(MavenExecutionRequest request)
MavenExecutionResult
Maven. execute(MavenExecutionRequest request)
Methods in org.apache.maven with parameters of type MavenExecutionResult Modifier and Type Method Description private MavenExecutionResult
DefaultMaven. addExceptionToResult(MavenExecutionResult result, java.lang.Throwable e)
private Result<? extends ProjectDependencyGraph>
DefaultMaven. buildGraph(MavenSession session, MavenExecutionResult result)
private MavenExecutionResult
DefaultMaven. 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 class
DefaultMavenExecutionResult
Fields in org.apache.maven.execution declared as MavenExecutionResult Modifier and Type Field Description private MavenExecutionResult
MavenSession. result
Methods in org.apache.maven.execution that return MavenExecutionResult Modifier and Type Method Description MavenExecutionResult
DefaultMavenExecutionResult. addException(java.lang.Throwable t)
MavenExecutionResult
MavenExecutionResult. addException(java.lang.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(java.util.List<MavenProject> topologicallySortedProjects)
MavenExecutionResult
MavenExecutionResult. 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 MavenExecutionResult
ReactorContext. result
Methods in org.apache.maven.lifecycle.internal that return MavenExecutionResult Modifier and Type Method Description MavenExecutionResult
ReactorContext. 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)
-