Uses of Class
org.jenkinsci.plugins.radargun.model.NodeScriptConfig.Options
-
Packages that use NodeScriptConfig.Options Package Description org.jenkinsci.plugins.radargun.model -
-
Uses of NodeScriptConfig.Options in org.jenkinsci.plugins.radargun.model
Methods in org.jenkinsci.plugins.radargun.model that return NodeScriptConfig.Options Modifier and Type Method Description static NodeScriptConfig.Options
NodeScriptConfig.Options. valueOf(String name)
Returns the enum constant of this type with the specified name.static NodeScriptConfig.Options[]
NodeScriptConfig.Options. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-