Package com.atlassian.bamboo.util
Class ActionParamsUtils
java.lang.Object
com.atlassian.bamboo.util.ActionParamsUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable String
getParameter
(com.opensymphony.xwork2.ActionContext actionContext, String parameterName) static @Nullable String
getParameter
(String parameterName) static @Nullable String
getStringFromObject
(@Nullable Object o) Returns String representation of the Object.static boolean
hasParameter
(String parameterName) static @Nullable String[]
toStringArray
(Object value)
-
Method Details
-
getParameter
-
getParameter
-
getStringFromObject
Returns String representation of the Object. If it's a String array, then it will return the first item in the array- Parameters:
o
-- Returns:
-
hasParameter
-
toStringArray
-
getStringArrayMap
-