Package io.qameta.allure.history
Class HistoryTrendPlugin
java.lang.Object
io.qameta.allure.CompositeAggregator2
io.qameta.allure.trend.AbstractTrendPlugin<HistoryTrendItem>
io.qameta.allure.history.HistoryTrendPlugin
- All Implemented Interfaces:
io.qameta.allure.Aggregator2,io.qameta.allure.Extension,io.qameta.allure.Reader
Plugin that adds history trend widget.
- Since:
- 2.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classGenerates history trend data. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Optional<HistoryTrendItem>parseItem(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode child) Methods inherited from class io.qameta.allure.trend.AbstractTrendPlugin
extractLatestExecutor, readResultsMethods inherited from class io.qameta.allure.CompositeAggregator2
aggregate
-
Field Details
-
JSON_FILE_NAME
- See Also:
-
HISTORY_TREND_BLOCK_NAME
- See Also:
-
-
Constructor Details
-
HistoryTrendPlugin
public HistoryTrendPlugin()
-
-
Method Details
-
parseItem
protected Optional<HistoryTrendItem> parseItem(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode child) throws com.fasterxml.jackson.core.JsonProcessingException - Specified by:
parseItemin classAbstractTrendPlugin<HistoryTrendItem>- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-