Uses of Enum Class
io.jenkins.plugins.restlistparam.model.MimeType
Packages that use MimeType
Package
Description
-
Uses of MimeType in io.jenkins.plugins.restlistparam
Methods in io.jenkins.plugins.restlistparam that return MimeTypeMethods in io.jenkins.plugins.restlistparam with parameters of type MimeTypeModifier and TypeMethodDescriptionRestListParameterDefinition.DescriptorImpl.doCheckValueExpression
(Item context, String value, MimeType mimeType) RestListParameterDefinition.DescriptorImpl.doTestConfiguration
(Item context, String restEndpoint, String credentialId, MimeType mimeType, String valueExpression, String displayExpression, String filter, ValueOrder valueOrder) Constructors in io.jenkins.plugins.restlistparam with parameters of type MimeTypeModifierConstructorDescriptionRestListParameterDefinition
(String name, String description, String restEndpoint, String credentialId, MimeType mimeType, String valueExpression, String displayExpression) RestListParameterDefinition
(String name, String description, String restEndpoint, String credentialId, MimeType mimeType, String valueExpression, String displayExpression, ValueOrder valueOrder, String filter, Integer cacheTime, String defaultValue) -
Uses of MimeType in io.jenkins.plugins.restlistparam.logic
Methods in io.jenkins.plugins.restlistparam.logic with parameters of type MimeTypeModifier and TypeMethodDescriptionstatic ResultContainer<List<ValueItem>>
RestValueService.get
(String restEndpoint, com.cloudbees.plugins.credentials.common.StandardCredentials credentials, MimeType mimeType, Integer cacheTime, String valueExpression, String displayExpression, String filter, ValueOrder order) Returns aResultContainer
capsuling a optional String error message and a list of parsed string values.static String
ValueResolver.parseDisplayValue
(MimeType mime, String valueStr, String displayExpression) Apply the display expression filter on a given value (only JSON supported). -
Uses of MimeType in io.jenkins.plugins.restlistparam.model
Methods in io.jenkins.plugins.restlistparam.model that return MimeType