hudson.plugins.ccm
Class CCMResult

java.lang.Object
  extended by hudson.plugins.ccm.CCMResult
All Implemented Interfaces:
java.io.Serializable

public class CCMResult
extends java.lang.Object
implements java.io.Serializable

Author:
Bruno P. Kinoshita
See Also:
Serialized Form

Constructor Summary
CCMResult(CCMReport report, hudson.model.AbstractBuild<?,?> owner)
           
 
Method Summary
 hudson.model.AbstractBuild<?,?> getOwner()
           
 CCMReport getReport()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCMResult

public CCMResult(CCMReport report,
                 hudson.model.AbstractBuild<?,?> owner)
Method Detail

getReport

public CCMReport getReport()

getOwner

public hudson.model.AbstractBuild<?,?> getOwner()


Copyright © 2010. All Rights Reserved.