@Model(adaptables=org.apache.sling.api.resource.Resource.class) public class HistoryDataItem extends Object
| Modifier and Type | Field and Description |
|---|---|
protected de.valtech.aecu.api.service.HistoryEntry |
history |
| Constructor and Description |
|---|
HistoryDataItem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDate()
Returns the date of the run.
|
String |
getDuration()
Returns the duration of the run.
|
String |
getPath()
Returns the path of the run.
|
int |
getScriptCount()
Returns the number of scripts that were executed.
|
String |
getStatusColor()
Returns the status color of the run.
|
String |
getStatusIcon()
Returns the status icon of the run.
|
void |
setup() |
@PostConstruct public void setup()
public String getDate()
public String getDuration()
public String getStatusIcon()
public String getStatusColor()
public String getPath()
public int getScriptCount()
Copyright © 2019. All rights reserved.