Interface RevisionRenderer

All Superinterfaces:
BasicRenderer, Renderer<RevisionRenderer>

public interface RevisionRenderer extends Renderer<RevisionRenderer>
Since:
3.9.0
Author:
Jakub Stroleny, Polarion Software
  • Method Details

    • withDetails

      @NotNull RevisionRenderer withDetails(boolean value)
      Default is false when this method is not called.
      Returns:
      the same instance to allow method chaining
    • withDetails

      @NotNull RevisionRenderer withDetails()
      Shortcut for calling withDetails(boolean) with true.
    • withMessage

      @NotNull RevisionRenderer withMessage(boolean value)
      Renders with message.
      Default is false when this method is not called.
      Returns:
      the same instance to allow method chaining
      Since:
      3.10.0
    • withMessage

      @NotNull RevisionRenderer withMessage()
      Shortcut for calling withMessage(boolean) with true.
      Since:
      3.10.0