Class StartPageCollection
- java.lang.Object
-
- com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections.StartPageCollection
-
public class StartPageCollection extends Object
-
-
Constructor Summary
Constructors Constructor Description StartPageCollection(PluginSettings.StartPage startPage, boolean redirectToFirstScenario)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PluginSettings.StartPagegetStartPage()booleanisRedirectToFirstScenario()
-
-
-
Constructor Detail
-
StartPageCollection
public StartPageCollection(PluginSettings.StartPage startPage, boolean redirectToFirstScenario)
-
-
Method Detail
-
getStartPage
public PluginSettings.StartPage getStartPage()
-
isRedirectToFirstScenario
public boolean isRedirectToFirstScenario()
-
-