Class SectionedHtmlReportBuilder.TableCell

java.lang.Object
org.camunda.bpm.qa.performance.engine.framework.report.SectionedHtmlReportBuilder.TableCell
Enclosing class:
SectionedHtmlReportBuilder

public static class SectionedHtmlReportBuilder.TableCell extends Object
  • Constructor Details

    • TableCell

      public TableCell(String text)
    • TableCell

      public TableCell(String text, boolean header)
    • TableCell

      public TableCell(String text, int colspan)
    • TableCell

      public TableCell(String text, int colspan, boolean header)
  • Method Details