Type Parameters:
T - the type of content
All Known Subinterfaces:
Image, KeyValuePairs, Labels, Paragraph, PreFormattedOutput, Subsections

@API(status=EXPERIMENTAL, since="0.2.0") public interface Block<T>
A block to be rendered in the HTML report.
Since:
0.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the content of this block.
  • Method Details

    • getContent

      T getContent()
      Returns the content of this block.
      Returns:
      the content of this block