| Package | Description |
|---|---|
| io.jenkins.plugins.restlistparam | |
| io.jenkins.plugins.restlistparam.logic | |
| io.jenkins.plugins.restlistparam.model |
| Modifier and Type | Method and Description |
|---|---|
ValueOrder |
RestListParameterDefinition.getValueOrder() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
RestListParameterDefinition.DescriptorImpl.doTestConfiguration(Item context,
String restEndpoint,
String credentialId,
MimeType mimeType,
String valueExpression,
String filter,
ValueOrder valueOrder) |
void |
RestListParameterDefinition.setValueOrder(ValueOrder valueOrder) |
| Constructor and Description |
|---|
RestListParameterDefinition(String name,
String description,
String restEndpoint,
String credentialId,
MimeType mimeType,
String valueExpression,
ValueOrder valueOrder,
String filter,
Integer cacheTime,
String defaultValue) |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
static ValueOrder |
ValueOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ValueOrder[] |
ValueOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.