| java.lang.Object | |
| ↳ | org.rundeck.api.util.ParametersUtil |
Utility class for API parameters that should be passed in URLs.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Generates a RunDeck "argString" representing the given options.
| |||||||||||
Generates an url-encoded string representing the given nodeFilters.
| |||||||||||
URL-encode the given string
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Generates a RunDeck "argString" representing the given options. Format of the argString is
"-key1 value1 -key2 'value 2 with spaces'". You might want to url-encode this string...
| options | to be converted |
|---|
Generates an url-encoded string representing the given nodeFilters. Format of the string is
"filter1=value1&filter2=value2".
| nodeFilters | to be converted |
|---|
URL-encode the given string
| input | string to be encoded |
|---|