Class UIHelper
java.lang.Object
org.jenkinsci.plugins.scriptler.util.UIHelper
-
Method Summary
Modifier and TypeMethodDescriptionextractParameters
(net.sf.json.JSONObject json) Extracts the parameters from the given request
-
Method Details
-
extractParameters
Extracts the parameters from the given request- Parameters:
json
- the request potentially containing parameters- Returns:
- parameters - might be an empty array, but never
null
.
-