Interface Block<T>
- 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
-
Method Details
-
getContent
T getContent()Returns the content of this block.- Returns:
- the content of this block
-