Class DashboardReport


  • @ExportedBean
    public class DashboardReport
    extends Object
    • Constructor Detail

      • DashboardReport

        public DashboardReport​(String testCaseName)
      • DashboardReport

        public DashboardReport()
    • Method Detail

      • getIncidents

        @Exported
        public List<Alert> getIncidents()
      • addIncident

        public void addIncident​(Alert incident)
      • getChartDashlets

        @Exported
        public List<ChartDashlet> getChartDashlets()
        Gets the value of the chartdashlet property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the chartdashlet property.

        For example, to add a new item, do as follows:

            getChartdashlet().add(newItem);
         

        Objects of the following type(s) are allowed in the list ChartDashlet

      • getName

        @Exported
        public String getName()
        Ruft den Wert der name-Eigenschaft ab.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Legt den Wert der name-Eigenschaft fest.
        Parameters:
        value - allowed object is String
      • addChartDashlet

        public void addChartDashlet​(ChartDashlet chartDashlet)
      • isUnitTest

        public boolean isUnitTest()
      • setUnitTest

        public void setUnitTest​(boolean unitTest)
      • getClientUrl

        public String getClientUrl()
      • setClientUrl

        public void setClientUrl​(String clientUrl)