Uses of Class
com.trivago.cluecumber.engine.constants.Settings.CustomParamDisplayMode
-
-
Uses of Settings.CustomParamDisplayMode in com.trivago.cluecumber.engine.constants
Methods in com.trivago.cluecumber.engine.constants that return Settings.CustomParamDisplayMode Modifier and Type Method Description static Settings.CustomParamDisplayModeSettings.CustomParamDisplayMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Settings.CustomParamDisplayMode[]Settings.CustomParamDisplayMode. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Settings.CustomParamDisplayMode in com.trivago.cluecumber.engine.properties
Methods in com.trivago.cluecumber.engine.properties that return Settings.CustomParamDisplayMode Modifier and Type Method Description Settings.CustomParamDisplayModePropertyManager. getCustomParametersDisplayMode()Get the display mode for custom parameters (on which page they should appear). -
Uses of Settings.CustomParamDisplayMode in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections
Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections that return Settings.CustomParamDisplayMode Modifier and Type Method Description Settings.CustomParamDisplayModePageCollection. getDisplayMode()Get the display mode for custom parameters.Methods in com.trivago.cluecumber.engine.rendering.pages.pojos.pagecollections with parameters of type Settings.CustomParamDisplayMode Modifier and Type Method Description voidPageCollection. setDisplayMode(Settings.CustomParamDisplayMode displayMode)Set the display mode for custom parameters.
-