org.jvnet.hudson.maven3.listeners
Class MavenProjectBuildResult

java.lang.Object
  extended by org.jvnet.hudson.maven3.listeners.MavenProjectBuildResult
All Implemented Interfaces:
Serializable

public class MavenProjectBuildResult
extends Object
implements Serializable

Since:
Author:
Olivier Lamy
See Also:
Serialized Form

Constructor Summary
MavenProjectBuildResult()
           
MavenProjectBuildResult(org.apache.maven.project.ProjectBuildingResult projectBuildingResult)
           
 
Method Summary
 MavenProjectInfo getMavenProjectInfo()
           
 void setMavenProjectInfo(MavenProjectInfo mavenProjectInfo)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MavenProjectBuildResult

public MavenProjectBuildResult()

MavenProjectBuildResult

public MavenProjectBuildResult(org.apache.maven.project.ProjectBuildingResult projectBuildingResult)
Method Detail

getMavenProjectInfo

public MavenProjectInfo getMavenProjectInfo()

setMavenProjectInfo

public void setMavenProjectInfo(MavenProjectInfo mavenProjectInfo)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2011. All Rights Reserved.