| Package | Description |
|---|---|
| io.jenkins.plugins.restlistparam | |
| io.jenkins.plugins.restlistparam.logic | |
| io.jenkins.plugins.restlistparam.model |
| Modifier and Type | Method and Description |
|---|---|
MimeType |
RestListParameterDefinition.getMimeType() |
| Modifier and Type | Method and Description |
|---|---|
FormValidation |
RestListParameterDefinition.DescriptorImpl.doCheckValueExpression(Item context,
String value,
MimeType mimeType) |
| Constructor and Description |
|---|
RestListParameterDefinition(String name,
String description,
String restEndpoint,
String credentialId,
MimeType mimeType,
String valueExpression) |
RestListParameterDefinition(String name,
String description,
String restEndpoint,
String credentialId,
MimeType mimeType,
String valueExpression,
String filter,
String defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
static ResultContainer<Collection<String>> |
RestValueService.get(String restEndpoint,
com.cloudbees.plugins.credentials.common.StandardCredentials credentials,
MimeType mimeType,
String expression,
String filter)
Returns a
ResultContainer capsuling a optional String error message and a collection of parsed string values. |
| Modifier and Type | Method and Description |
|---|---|
static MimeType |
MimeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MimeType[] |
MimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016–2020. All rights reserved.