Uses of Class
com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.PageCollection
-
Packages that use PageCollection Package Description com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections com.trivago.cluecumber.engine.rendering.pages.renderering -
-
Uses of PageCollection in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Subclasses of PageCollection in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections Modifier and Type Class Description classAllFeaturesPageCollectionPage collection for the feature overview page.classAllScenariosPageCollectionPage collection for the scenario overview page.classAllStepsPageCollectionPage collection for the step overview page.classAllTagsPageCollectionPage collection for the tag overview page.classScenarioDetailsPageCollectionThe page collection for the scenario details page.classScenarioSummaryPageCollectionPage collection for the display of scenario results on the tag and step summary pages.classTreeViewPageCollectionPage collection for the tree view page.Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return PageCollection Modifier and Type Method Description PageCollectionPageCollection. clone()Clone this page collection for later filtering. -
Uses of PageCollection in com.trivago.cluecumber.engine.rendering.pages.renderering
Methods in com.trivago.cluecumber.engine.rendering.pages.renderering with parameters of type PageCollection Modifier and Type Method Description protected voidPageRenderer. addCustomParametersToReportDetails(PageCollection pageCollection, Map<String,String> customParameterMap)Add converted custom parameters to the page collection.
-