Uses of Class
com.hello2morrow.sonargraph.integration.jenkins.controller.ConfigParameters
-
Packages that use ConfigParameters Package Description com.hello2morrow.sonargraph.integration.jenkins.controller -
-
Uses of ConfigParameters in com.hello2morrow.sonargraph.integration.jenkins.controller
Methods in com.hello2morrow.sonargraph.integration.jenkins.controller that return ConfigParameters Modifier and Type Method Description static ConfigParameters
ConfigParameters. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigParameters[]
ConfigParameters. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-