hudson.plugins.PerfPublisher
Class CategoryDetails

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

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


Constructor Summary
CategoryDetails(hudson.model.AbstractBuild<?,?> owner, Report 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

CategoryDetails

public CategoryDetails(hudson.model.AbstractBuild<?,?> owner,
                       Report 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.