|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Report | |
|---|---|
| hudson.plugins.PerfPublisher | |
| hudson.plugins.PerfPublisher.Report | |
| Uses of Report in hudson.plugins.PerfPublisher |
|---|
| Methods in hudson.plugins.PerfPublisher that return Report | |
|---|---|
Report |
ReportReader.getReport()
Get the reports |
Report |
PerfPublisherBuildAction.getReport()
|
Report |
ParserXml.result()
|
| Constructors in hudson.plugins.PerfPublisher with parameters of type Report | |
|---|---|
CategoryDetails(hudson.model.AbstractBuild<?,?> owner,
Report rep)
|
|
FilesDetails(hudson.model.AbstractBuild<?,?> owner,
Report rep)
|
|
| Uses of Report in hudson.plugins.PerfPublisher.Report |
|---|
| Fields in hudson.plugins.PerfPublisher.Report with type parameters of type Report | |
|---|---|
protected java.util.ArrayList<Report> |
ResultContainer.reports
|
| Methods in hudson.plugins.PerfPublisher.Report that return Report | |
|---|---|
Report |
ReportContainer.getReportOfThisCategorie(java.lang.String cat)
Return the report having the same category |
Report |
ReportContainer.getReportOfThisFile(java.lang.String cat)
Return the report having the same file |
| Methods in hudson.plugins.PerfPublisher.Report that return types with arguments of type Report | |
|---|---|
java.util.ArrayList<Report> |
ReportContainer.getReports()
|
java.util.ArrayList<Report> |
FileContainer.getReports()
|
| Methods in hudson.plugins.PerfPublisher.Report with parameters of type Report | |
|---|---|
void |
ReportContainer.addReport(Report report)
Adding a report into Container and compute Stats |
void |
FileContainer.addReport(Report report)
Adding a report into Container |
void |
ReportContainer.addReport(Report report,
boolean computeStats)
Add a report into Container |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||