hudson.plugins.PerfPublisher
Class ValidDetails

java.lang.Object
  extended by hudson.plugins.PerfPublisher.ValidDetails
All Implemented Interfaces:
hudson.model.ModelObject

public class ValidDetails
extends java.lang.Object
implements hudson.model.ModelObject


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

Constructor Detail

ValidDetails

public ValidDetails(hudson.model.AbstractBuild<?,?> owner,
                    ReportContainer rep)
Method Detail

getOwner

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

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in interface hudson.model.ModelObject

getReport

public ReportContainer getReport()


Copyright © 2010. All Rights Reserved.