| Package | Description |
|---|---|
| io.jenkins.plugins.restlistparam.logic |
| Modifier and Type | Method and Description |
|---|---|
static ResultContainer<List<String>> |
RestValueService.get(String restEndpoint,
com.cloudbees.plugins.credentials.common.StandardCredentials credentials,
MimeType mimeType,
Integer cacheTime,
String expression,
String filter,
ValueOrder order)
Returns a
ResultContainer capsuling a optional String error message and a list of parsed string values. |
static ResultContainer<List<String>> |
ValueResolver.resolveJsonPath(String jsonStr,
String expression)
Parses a
jsonStr, applies a Json-Path expression and returns a list of strings based on the result |
static ResultContainer<List<String>> |
ValueResolver.resolveXPath(String xmlStr,
String expression)
Parses a
xmlStr, applies a xPath expression and returns a list of strings based on the result |
Copyright © 2020. All rights reserved.