Class AllTagsPageCollection
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.PageCollection
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.ScenarioSummaryPageCollection
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.AllTagsPageCollection
-
- All Implemented Interfaces:
Cloneable
public class AllTagsPageCollection extends ScenarioSummaryPageCollection
-
-
Constructor Summary
Constructors Constructor Description AllTagsPageCollection(List<Report> reports, String pageTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Tag,ResultCount>getTagResultCounts()Get a map ofResultCountlists connected to tag names.Set<Tag>getTags()intgetTotalNumberOfTags()-
Methods inherited from class com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.ScenarioSummaryPageCollection
addScenarioIndexByStatus, getTotalNumberOfFailed, getTotalNumberOfPassed, getTotalNumberOfScenarios, getTotalNumberOfSkipped
-
Methods inherited from class com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.PageCollection
getCustomParameters, getDisplayMode, getNavigationLinks, getPageTitle, getReportDetails, hasCustomParameters, isExpandAttachments, isExpandBeforeAfterHooks, isExpandDocStrings, isExpandStepHooks, setCustomParameters, setDisplayMode, setExpandAttachments, setExpandBeforeAfterHooks, setExpandDocStrings, setExpandStepHooks, setNavigationLinks
-
-
-
-
Method Detail
-
getTagResultCounts
public Map<Tag,ResultCount> getTagResultCounts()
Get a map ofResultCountlists connected to tag names.- Returns:
- a map of
ResultCountlists with tags as keys.
-
getTotalNumberOfTags
public int getTotalNumberOfTags()
-
-