Uses of Enum Class
io.jenkins.plugins.restlistparam.model.ValueOrder
Packages that use ValueOrder
Package
Description
-
Uses of ValueOrder in io.jenkins.plugins.restlistparam
Methods in io.jenkins.plugins.restlistparam that return ValueOrderMethods in io.jenkins.plugins.restlistparam with parameters of type ValueOrderModifier and TypeMethodDescriptionRestListParameterDefinition.DescriptorImpl.doTestConfiguration
(Item context, String restEndpoint, String credentialId, MimeType mimeType, String valueExpression, String displayExpression, String filter, ValueOrder valueOrder) void
RestListParameterDefinition.setValueOrder
(ValueOrder valueOrder) Constructors in io.jenkins.plugins.restlistparam with parameters of type ValueOrder -
Uses of ValueOrder in io.jenkins.plugins.restlistparam.logic
Methods in io.jenkins.plugins.restlistparam.logic with parameters of type ValueOrderModifier 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. -
Uses of ValueOrder in io.jenkins.plugins.restlistparam.model
Methods in io.jenkins.plugins.restlistparam.model that return ValueOrderModifier and TypeMethodDescriptionstatic ValueOrder
Returns the enum constant of this class with the specified name.static ValueOrder[]
ValueOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.