Package com.atlassian.bamboo.util
Class ActionParamsUtils
java.lang.Object
com.atlassian.bamboo.util.ActionParamsUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic @Nullable StringgetParameter(com.opensymphony.xwork2.ActionContext actionContext, String parameterName) static @Nullable StringgetParameter(String parameterName) static @Nullable StringgetStringFromObject(@Nullable Object o) Returns String representation of the Object.static booleanhasParameter(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
-