|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.emma.portlet.EmmaLoadData
public final class EmmaLoadData
Load data of Emma coverage results used by chart or grid.
| Method Summary | |
|---|---|
static EmmaCoverageResultSummary |
getResultSummary(Collection<hudson.model.Job> jobs)
Summarize the last coverage results of all jobs, which have coverage. |
static Map<org.joda.time.LocalDate,EmmaCoverageResultSummary> |
loadChartDataWithinRange(List<hudson.model.Job> jobs,
int daysNumber)
Get Emma 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,EmmaCoverageResultSummary> loadChartDataWithinRange(List<hudson.model.Job> jobs,
int daysNumber)
jobs - jobs of Dashboard viewdaysNumber - number of days
public static EmmaCoverageResultSummary 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 | |||||||||