Class SectionedHtmlReportBuilder
java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.report.SectionedHtmlReportBuilder
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddHtmlBody(HtmlDocumentBuilder builder) protected voidaddHtmlHead(HtmlDocumentBuilder builder) protected voidaddHtmlSection(HtmlDocumentBuilder builder, String title, Object section, int level) protected voidaddHtmlSections(HtmlDocumentBuilder builder, Map<String, Object> sections, int level) protected voidaddHtmlTable(HtmlDocumentBuilder builder, TabularResultSet resultSet) addSection(String title, Object section) execute()
-
Field Details
-
reportName
-
sections
-
-
Constructor Details
-
SectionedHtmlReportBuilder
-
-
Method Details
-
addSection
-
execute
-
addHtmlHead
-
addHtmlBody
-
addHtmlSections
-
addHtmlSection
-
addHtmlTable
-