Package hudson.plugins.clover
Interface CoverageBarProvider
-
- All Known Implementing Classes:
Ratio
public interface CoverageBarProvider
An interface that exposes enough data for a coverage bar to be rendered. see /tags/coverage-bar.jelly
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getHasData()
String
getPcCovered()
String
getPcUncovered()
String
getPcWidth()
-