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
Page collection for the tag overview page.
-
-
Constructor Summary
Constructors Constructor Description AllTagsPageCollection(List<Report> reports, String pageTitle)Constructor.
-
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()Get all tags.intgetTotalNumberOfTags()Get the number of tags.-
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
clone, getCustomParameters, getDisplayMode, getNavigationLinks, getPageTitle, getReportDetails, hasCustomParameters, isExpandAttachments, isExpandBeforeAfterHooks, isExpandDocStrings, isExpandOutputs, isExpandPreviousScenarioRuns, isExpandStepHooks, isExpandSubSections, isGroupPreviousScenarioRuns, setCustomParameters, setDisplayMode, setExpandAttachments, setExpandBeforeAfterHooks, setExpandDocStrings, setExpandOutputs, setExpandPreviousScenarioRuns, setExpandStepHooks, setExpandSubSections, setGroupPreviousScenarioRuns, 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()
Get the number of tags.- Returns:
- The count.
-
-