|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.view.dashboard.DashboardPortlet
hudson.plugins.jacoco.portlet.chart.JacocoBuilderTrendChart
public class JacocoBuilderTrendChart
A portlet for JaCoCo coverage results - Trend Chart.
| Nested Class Summary | |
|---|---|
static class |
JacocoBuilderTrendChart.DescriptorImpl
Descriptor that will be shown on Dashboard Portlets view. |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
|---|
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Constructor Summary | |
|---|---|
JacocoBuilderTrendChart(String name,
String width,
String height,
String daysNumber)
Constructor with chart attributes as parameters. |
|
| Method Summary | |
|---|---|
int |
getDaysNumber()
Getter of the number of days. |
int |
getHeight()
Getter of the height. |
hudson.util.Graph |
getSummaryGraph()
This method will be called by portlet.jelly to load data and create the chart. |
int |
getWidth()
Getter of the width. |
| 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 |
|---|
@DataBoundConstructor
public JacocoBuilderTrendChart(String name,
String width,
String height,
String daysNumber)
name - chart namewidth - the chart widthheight - the chart heightdaysNumber - the number of days| Method Detail |
|---|
public hudson.util.Graph getSummaryGraph()
public int getWidth()
public int getHeight()
public int getDaysNumber()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||