org.jvnet.hudson.maven3.listeners
Class HudsonMavenExecutionResult
java.lang.Object
org.jvnet.hudson.maven3.listeners.HudsonMavenExecutionResult
- All Implemented Interfaces:
- Serializable
public class HudsonMavenExecutionResult
- extends Object
- implements 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 List<Throwable> getThrowables()
setThrowables
public void setThrowables(List<Throwable> throwables)
getMavenProjectInfos
public List<MavenProjectInfo> getMavenProjectInfos()
setMavenProjectInfos
public void setMavenProjectInfos(List<MavenProjectInfo> mavenProjectInfos)
Copyright © 2004-2011. All Rights Reserved.