Class SectionedHtmlReportBuilder
- java.lang.Object
-
- org.camunda.bpm.qa.performance.engine.framework.report.SectionedHtmlReportBuilder
-
public class SectionedHtmlReportBuilder extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SectionedHtmlReportBuilder.TableCell
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
reportName
protected java.util.Map<java.lang.String,java.lang.Object>
sections
-
Constructor Summary
Constructors Constructor Description SectionedHtmlReportBuilder(java.lang.String reportName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addHtmlBody(HtmlDocumentBuilder builder)
protected void
addHtmlHead(HtmlDocumentBuilder builder)
protected void
addHtmlSection(HtmlDocumentBuilder builder, java.lang.String title, java.lang.Object section, int level)
protected void
addHtmlSections(HtmlDocumentBuilder builder, java.util.Map<java.lang.String,java.lang.Object> sections, int level)
protected void
addHtmlTable(HtmlDocumentBuilder builder, TabularResultSet resultSet)
SectionedHtmlReportBuilder
addSection(java.lang.String title, java.lang.Object section)
java.lang.String
execute()
-
-
-
Method Detail
-
addSection
public SectionedHtmlReportBuilder addSection(java.lang.String title, java.lang.Object section)
-
execute
public java.lang.String execute()
-
addHtmlHead
protected void addHtmlHead(HtmlDocumentBuilder builder)
-
addHtmlBody
protected void addHtmlBody(HtmlDocumentBuilder builder)
-
addHtmlSections
protected void addHtmlSections(HtmlDocumentBuilder builder, java.util.Map<java.lang.String,java.lang.Object> sections, int level)
-
addHtmlSection
protected void addHtmlSection(HtmlDocumentBuilder builder, java.lang.String title, java.lang.Object section, int level)
-
addHtmlTable
protected void addHtmlTable(HtmlDocumentBuilder builder, TabularResultSet resultSet)
-
-