Class ScenarioDetailsPageCollection
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.PageCollection
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.ScenarioDetailsPageCollection
-
- All Implemented Interfaces:
Cloneable
public class ScenarioDetailsPageCollection extends PageCollection
The page collection for the scenario details page.
-
-
Constructor Summary
Constructors Constructor Description ScenarioDetailsPageCollection(Element element, String pageTitle)The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElementgetElement()Get the scenario from this page collection.-
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
-
getElement
public Element getElement()
Get the scenario from this page collection.- Returns:
- The scenario.
-
-