java.lang.Object
io.jenkins.plugins.analysis.core.model.Widget

public class Widget extends Object
Helper class for displaying the Warnings widget.
  • Constructor Details

    • Widget

      public Widget(List<ResultAction> result)
      Constructs a widget.
      Parameters:
      result - the list of results to display in the widget.
  • Method Details