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