Class MonitoringDashboardServices.DashboardEntry
- java.lang.Object
-
- step.plugins.dashboards.monitoring.MonitoringDashboardServices.DashboardEntry
-
- Enclosing class:
- MonitoringDashboardServices
public static class MonitoringDashboardServices.DashboardEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DashboardEntry(step.core.scheduler.ExecutiontTaskParameters schedulerTask, step.core.execution.model.Execution lastExecution, step.core.execution.model.Execution lastExecutionBeforeResultChange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description step.core.execution.model.Execution
getLastExecution()
step.core.execution.model.Execution
getLastExecutionBeforeResultChange()
java.lang.Integer
getPosition()
step.core.scheduler.ExecutiontTaskParameters
getSchedulerTask()
step.core.artefacts.reports.ReportNodeStatus
getSimplifiedStatus()
void
setLastExecution(step.core.execution.model.Execution lastExecution)
void
setLastExecutionBeforeResultChange(step.core.execution.model.Execution lastExecutionBeforeResultChange)
void
setPosition(java.lang.Integer position)
void
setSchedulerTask(step.core.scheduler.ExecutiontTaskParameters schedulerTask)
void
setSimplifiedStatus(step.core.artefacts.reports.ReportNodeStatus simplifiedStatus)
-
-
-
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)
-
-