Class PageCollection
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.PageCollection
-
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
AllFeaturesPageCollection,AllScenariosPageCollection,ScenarioDetailsPageCollection,ScenarioSummaryPageCollection
public class PageCollection extends Object implements Cloneable
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CustomParameter>getCustomParameters()PluginSettings.CustomParamDisplayModegetDisplayMode()List<Link>getNavigationLinks()StringgetPageTitle()ReportDetailsgetReportDetails()booleanhasCustomParameters()booleanisExpandAttachments()booleanisExpandBeforeAfterHooks()booleanisExpandDocStrings()booleanisExpandStepHooks()voidsetCustomParameters(List<CustomParameter> customParameters)voidsetDisplayMode(PluginSettings.CustomParamDisplayMode displayMode)voidsetExpandAttachments(boolean expandAttachments)voidsetExpandBeforeAfterHooks(boolean expandBeforeAfterHooks)voidsetExpandDocStrings(boolean expandDocStrings)voidsetExpandStepHooks(boolean expandStepHooks)voidsetNavigationLinks(List<Link> links)
-
-
-
Method Detail
-
getReportDetails
public ReportDetails getReportDetails()
-
isExpandBeforeAfterHooks
public boolean isExpandBeforeAfterHooks()
-
setExpandBeforeAfterHooks
public void setExpandBeforeAfterHooks(boolean expandBeforeAfterHooks)
-
isExpandStepHooks
public boolean isExpandStepHooks()
-
setExpandStepHooks
public void setExpandStepHooks(boolean expandStepHooks)
-
isExpandDocStrings
public boolean isExpandDocStrings()
-
setExpandDocStrings
public void setExpandDocStrings(boolean expandDocStrings)
-
isExpandAttachments
public boolean isExpandAttachments()
-
setExpandAttachments
public void setExpandAttachments(boolean expandAttachments)
-
getPageTitle
public String getPageTitle()
-
getCustomParameters
public List<CustomParameter> getCustomParameters()
-
setCustomParameters
public void setCustomParameters(List<CustomParameter> customParameters)
-
hasCustomParameters
public boolean hasCustomParameters()
-
getDisplayMode
public PluginSettings.CustomParamDisplayMode getDisplayMode()
-
setDisplayMode
public void setDisplayMode(PluginSettings.CustomParamDisplayMode displayMode)
-
-