Class Utils
java.lang.Object
org.jenkinsci.plugins.codesonar.services.Utils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatParameter
(String parameter, boolean strictQueryParameters) How to format a query-string parameter values according to both parameter type and hub requirements
-
Constructor Details
-
Utils
public Utils()
-
-
Method Details
-
formatParameter
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
-