Class LastExecutionBeforeStatusChangeCacheEntry
- java.lang.Object
-
- step.core.accessors.AbstractIdentifiableObject
-
- step.core.accessors.AbstractOrganizableObject
-
- step.plugins.dashboards.monitoring.statuschange.LastExecutionBeforeStatusChangeCacheEntry
-
public class LastExecutionBeforeStatusChangeCacheEntry extends step.core.accessors.AbstractOrganizableObject
-
-
Field Summary
Fields Modifier and Type Field Description protected step.core.execution.model.Execution
lastExecutionBeforeStatusChange
-
Constructor Summary
Constructors Constructor Description LastExecutionBeforeStatusChangeCacheEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description step.core.execution.model.Execution
getLastExecutionBeforeStatusChange()
void
setLastExecutionBeforeStatusChange(step.core.execution.model.Execution lastExecutionBeforeStatusChange)
-
Methods inherited from class step.core.accessors.AbstractOrganizableObject
addAttribute, getAttribute, getAttributes, hasAttribute, setAttributes
-
-