Class MonitoringDashboardServices.DashboardEntry

    • Constructor Summary

      Constructors 
      Constructor Description
      DashboardEntry​(step.core.scheduler.ExecutiontTaskParameters schedulerTask, step.core.execution.model.Execution lastExecution, step.core.execution.model.Execution lastExecutionBeforeResultChange)  
    • Constructor Detail

      • DashboardEntry

        public DashboardEntry​(step.core.scheduler.ExecutiontTaskParameters schedulerTask,
                              step.core.execution.model.Execution lastExecution,
                              step.core.execution.model.Execution lastExecutionBeforeResultChange)
    • Method Detail

      • getSchedulerTask

        public step.core.scheduler.ExecutiontTaskParameters getSchedulerTask()
      • setSchedulerTask

        public void setSchedulerTask​(step.core.scheduler.ExecutiontTaskParameters schedulerTask)
      • getLastExecution

        public step.core.execution.model.Execution getLastExecution()
      • setLastExecution

        public void setLastExecution​(step.core.execution.model.Execution lastExecution)
      • getLastExecutionBeforeResultChange

        public step.core.execution.model.Execution getLastExecutionBeforeResultChange()
      • setLastExecutionBeforeResultChange

        public void setLastExecutionBeforeResultChange​(step.core.execution.model.Execution lastExecutionBeforeResultChange)
      • getSimplifiedStatus

        public step.core.artefacts.reports.ReportNodeStatus getSimplifiedStatus()
      • setSimplifiedStatus

        public void setSimplifiedStatus​(step.core.artefacts.reports.ReportNodeStatus simplifiedStatus)
      • getPosition

        public java.lang.Integer getPosition()
      • setPosition

        public void setPosition​(java.lang.Integer position)