org.jvnet.hudson.maven3.listeners
Class HudsonMavenExecutionResult
java.lang.Object
org.jvnet.hudson.maven3.listeners.HudsonMavenExecutionResult
- All Implemented Interfaces:
- java.io.Serializable
public class HudsonMavenExecutionResult
- extends java.lang.Object
- implements java.io.Serializable
- Since:
- Author:
- Olivier Lamy
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HudsonMavenExecutionResult
public HudsonMavenExecutionResult(org.apache.maven.execution.MavenExecutionResult mavenExecutionResult)
getThrowables
public java.util.List<java.lang.Throwable> getThrowables()
setThrowables
public void setThrowables(java.util.List<java.lang.Throwable> throwables)
getMavenProjectInfos
public java.util.List<MavenProjectInfo> getMavenProjectInfos()
setMavenProjectInfos
public void setMavenProjectInfos(java.util.List<MavenProjectInfo> mavenProjectInfos)
Copyright © 2004-2011 Hudson. All Rights Reserved.