org.jvnet.hudson.maven3.listeners
Class HudsonMavenExecutionResult

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

Constructor Summary
HudsonMavenExecutionResult(org.apache.maven.execution.MavenExecutionResult mavenExecutionResult)
           
 
Method Summary
 List<MavenProjectInfo> getMavenProjectInfos()
           
 List<Throwable> getThrowables()
           
 void setMavenProjectInfos(List<MavenProjectInfo> mavenProjectInfos)
           
 void setThrowables(List<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 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.