Class Utils
- java.lang.Object
-
- org.jenkinsci.plugins.codesonar.services.Utils
-
public class Utils extends Object
-
-
Constructor Summary
Constructors Constructor Description Utils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
formatParameter(String parameter, boolean strictQueryParameters)
How to format a query-string parameter values according to both parameter type and hub requirements
-
-
-
Method Detail
-
formatParameter
public static String formatParameter(String parameter, boolean strictQueryParameters)
How to format a query-string parameter values according to both parameter type and hub requirements- Parameters:
parameter
-strictQueryParameters
- Depends on hub requirements- Returns:
- The formatted parameter value
-
-