org.jvnet.hudson.maven3.listeners
Class HudsonMavenExecutionResult

java.lang.Object
  extended by 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

Constructor Summary
HudsonMavenExecutionResult(org.apache.maven.execution.MavenExecutionResult mavenExecutionResult)
           
 
Method Summary
 java.util.List<MavenProjectInfo> getMavenProjectInfos()
           
 java.util.List<java.lang.Throwable> getThrowables()
           
 void setMavenProjectInfos(java.util.List<MavenProjectInfo> mavenProjectInfos)
           
 void setThrowables(java.util.List<java.lang.Throwable> throwables)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HudsonMavenExecutionResult

public HudsonMavenExecutionResult(org.apache.maven.execution.MavenExecutionResult mavenExecutionResult)
Method Detail

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.