Package io.qameta.allure.retry
Class RetryTrendPlugin
java.lang.Object
io.qameta.allure.CompositeAggregator2
- All Implemented Interfaces:
io.qameta.allure.Aggregator2,io.qameta.allure.Extension,io.qameta.allure.Reader
Plugin that generates data for Retry-Trend graph.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classGenerates retries trend data. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Optional<RetryTrendItem>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
-
RETRY_TREND_BLOCK_NAME
- See Also:
-
-
Constructor Details
-
RetryTrendPlugin
public RetryTrendPlugin()
-
-
Method Details
-
parseItem
protected Optional<RetryTrendItem> parseItem(com.fasterxml.jackson.databind.ObjectMapper mapper, com.fasterxml.jackson.databind.JsonNode child) throws com.fasterxml.jackson.core.JsonProcessingException - Specified by:
parseItemin classAbstractTrendPlugin<RetryTrendItem>- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-