@Model(adaptables=org.apache.sling.api.SlingHttpServletRequest.class) public class HistoryOverview extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HistoryOverview.DonutData
Data for the donut chart.
|
| Constructor and Description |
|---|
HistoryOverview() |
| Modifier and Type | Method and Description |
|---|---|
HistoryOverview.DonutData |
getDonutData()
Returns the percentages of successful and failed scripts.
|
String |
getDuration()
Returns the duration.
|
String |
getEnd()
Returns the end as formatted string.
|
de.valtech.aecu.api.service.HistoryEntry |
getHistory()
Returns the history entry.
|
String |
getStart()
Returns the start as formatted string.
|
void |
init()
Reads the history entry from CRX.
|
@PostConstruct public void init()
public de.valtech.aecu.api.service.HistoryEntry getHistory()
public String getStart()
public String getEnd()
public String getDuration()
public HistoryOverview.DonutData getDonutData()
Copyright © 2019. All rights reserved.