hudson.plugins.cobertura.dashboard
Class CoverageTablePortlet

java.lang.Object
  extended by hudson.plugins.view.dashboard.DashboardPortlet
      extended by hudson.plugins.cobertura.dashboard.CoverageTablePortlet
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.plugins.view.dashboard.DashboardPortlet>, hudson.model.ModelObject

public class CoverageTablePortlet
extends hudson.plugins.view.dashboard.DashboardPortlet


Nested Class Summary
static class CoverageTablePortlet.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Constructor Summary
CoverageTablePortlet(java.lang.String name)
           
 
Method Summary
 CoverageResult getCoverageResult(hudson.model.Run run)
           
 java.util.Collection<hudson.model.Run> getCoverageRuns()
           
 java.util.HashMap<CoverageMetric,Ratio> getTotalCoverageRatio()
           
 
Methods inherited from class hudson.plugins.view.dashboard.DashboardPortlet
all, getComparator, getDashboard, getDescriptor, getDisplayName, getId, getJob, getName, getUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CoverageTablePortlet

@DataBoundConstructor
public CoverageTablePortlet(java.lang.String name)
Method Detail

getCoverageRuns

public java.util.Collection<hudson.model.Run> getCoverageRuns()

getCoverageResult

public CoverageResult getCoverageResult(hudson.model.Run run)

getTotalCoverageRatio

public java.util.HashMap<CoverageMetric,Ratio> getTotalCoverageRatio()


Copyright © 2004-2011. All Rights Reserved.