|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.jacoco.portlet.JacocoLoadData
public final class JacocoLoadData
Load data of JaCoCo coverage results used by chart or grid.
| Method Summary | |
|---|---|
static JacocoCoverageResultSummary |
getResultSummary(Collection<hudson.model.Job> jobs)
Summarize the last coverage results of all jobs. |
static Map<org.joda.time.LocalDate,JacocoCoverageResultSummary> |
loadChartDataWithinRange(List<hudson.model.Job> jobs,
int daysNumber)
Get JaCoCo coverage results of all jobs and store into a sorted HashMap by date. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Map<org.joda.time.LocalDate,JacocoCoverageResultSummary> loadChartDataWithinRange(List<hudson.model.Job> jobs,
int daysNumber)
jobs - jobs of Dashboard viewdaysNumber - number of days
public static JacocoCoverageResultSummary getResultSummary(Collection<hudson.model.Job> jobs)
jobs - a final Collection of Job objects
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||