org.apache.maven.execution
Class DefaultMavenExecutionResult
java.lang.Object
   org.apache.maven.execution.DefaultMavenExecutionResult
org.apache.maven.execution.DefaultMavenExecutionResult
- All Implemented Interfaces: 
- MavenExecutionResult
- public class DefaultMavenExecutionResult 
- extends Object- implements MavenExecutionResult
- Author:
- Jason van Zyl
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DefaultMavenExecutionResult
public DefaultMavenExecutionResult()
setProject
public MavenExecutionResult setProject(MavenProject project)
- 
- Specified by:
- setProjectin interface- MavenExecutionResult
 
- 
 
getProject
public MavenProject getProject()
- 
- Specified by:
- getProjectin interface- MavenExecutionResult
 
- 
 
setTopologicallySortedProjects
public MavenExecutionResult setTopologicallySortedProjects(List<MavenProject> topologicallySortedProjects)
- 
- Specified by:
- setTopologicallySortedProjectsin interface- MavenExecutionResult
 
- 
 
getTopologicallySortedProjects
public List<MavenProject> getTopologicallySortedProjects()
- 
- Specified by:
- getTopologicallySortedProjectsin interface- MavenExecutionResult
 
- 
 
getDependencyResolutionResult
public DependencyResolutionResult getDependencyResolutionResult()
- 
- Specified by:
- getDependencyResolutionResultin interface- MavenExecutionResult
 
- 
 
setDependencyResolutionResult
public MavenExecutionResult setDependencyResolutionResult(DependencyResolutionResult dependencyResolutionResult)
- 
- Specified by:
- setDependencyResolutionResultin interface- MavenExecutionResult
 
- 
 
getExceptions
public List<Throwable> getExceptions()
- 
- Specified by:
- getExceptionsin interface- MavenExecutionResult
 
- 
 
addException
public MavenExecutionResult addException(Throwable t)
- 
- Specified by:
- addExceptionin interface- MavenExecutionResult
 
- 
 
hasExceptions
public boolean hasExceptions()
- 
- Specified by:
- hasExceptionsin interface- MavenExecutionResult
 
- 
 
getBuildSummary
public BuildSummary getBuildSummary(MavenProject project)
- Description copied from interface: MavenExecutionResult
- Gets the build summary for the specified project.
 
- 
- Specified by:
- getBuildSummaryin interface- MavenExecutionResult
 
- 
- Parameters:
- project- The project to get the build summary for, must not be- null.
- Returns:
- The build summary for the project or nullif the project has not been built (yet).
 
addBuildSummary
public void addBuildSummary(BuildSummary summary)
- Description copied from interface: MavenExecutionResult
- Add the specified build summary.
 
- 
- Specified by:
- addBuildSummaryin interface- MavenExecutionResult
 
- 
- Parameters:
- summary- The build summary to add, must not be- null.
 
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.