public static class MonitoringDashboardServices.DashboardEntry extends Object
| Constructor and Description | 
|---|
DashboardEntry(step.core.scheduler.ExecutiontTaskParameters schedulerTask,
              step.core.execution.model.Execution lastExecution,
              step.core.execution.model.Execution lastExecutionBeforeResultChange)  | 
| Modifier and Type | Method and Description | 
|---|---|
step.core.execution.model.Execution | 
getLastExecution()  | 
step.core.execution.model.Execution | 
getLastExecutionBeforeResultChange()  | 
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(Integer position)  | 
void | 
setSchedulerTask(step.core.scheduler.ExecutiontTaskParameters schedulerTask)  | 
void | 
setSimplifiedStatus(step.core.artefacts.reports.ReportNodeStatus simplifiedStatus)  | 
public DashboardEntry(step.core.scheduler.ExecutiontTaskParameters schedulerTask,
                      step.core.execution.model.Execution lastExecution,
                      step.core.execution.model.Execution lastExecutionBeforeResultChange)
public step.core.scheduler.ExecutiontTaskParameters getSchedulerTask()
public void setSchedulerTask(step.core.scheduler.ExecutiontTaskParameters schedulerTask)
public step.core.execution.model.Execution getLastExecution()
public void setLastExecution(step.core.execution.model.Execution lastExecution)
public step.core.execution.model.Execution getLastExecutionBeforeResultChange()
public void setLastExecutionBeforeResultChange(step.core.execution.model.Execution lastExecutionBeforeResultChange)
public step.core.artefacts.reports.ReportNodeStatus getSimplifiedStatus()
public void setSimplifiedStatus(step.core.artefacts.reports.ReportNodeStatus simplifiedStatus)
public Integer getPosition()
public void setPosition(Integer position)
Copyright © 2020. All rights reserved.