Uses of Class
com.trivago.cluecumber.engine.constants.Settings.StartPage
-
Packages that use Settings.StartPage Package Description com.trivago.cluecumber.engine.constants com.trivago.cluecumber.engine.properties com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections -
-
Uses of Settings.StartPage in com.trivago.cluecumber.engine.constants
Methods in com.trivago.cluecumber.engine.constants that return Settings.StartPage Modifier and Type Method Description static Settings.StartPageSettings.StartPage. valueOf(String name)Returns the enum constant of this type with the specified name.static Settings.StartPage[]Settings.StartPage. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Settings.StartPage in com.trivago.cluecumber.engine.properties
Methods in com.trivago.cluecumber.engine.properties that return Settings.StartPage Modifier and Type Method Description Settings.StartPagePropertyManager. getStartPage()Get the start page of the report. -
Uses of Settings.StartPage in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return Settings.StartPage Modifier and Type Method Description Settings.StartPageStartPageCollection. getStartPage()Return the start page.Constructors in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Settings.StartPage Constructor Description StartPageCollection(Settings.StartPage startPage, boolean redirectToFirstScenario)Default constructor.
-