- resolveJsonPath(String, String) - Static method in class io.jenkins.plugins.restlistparam.logic.ValueResolver
-
Parses a jsonStr, applies a Json-Path expression and returns a collection of strings based on the result
- resolveXPath(String, String) - Static method in class io.jenkins.plugins.restlistparam.logic.ValueResolver
-
Parses a xmlStr, applies a xPath expression and returns a collection of strings based on the result
- RestListParameterDefinition - Class in io.jenkins.plugins.restlistparam
-
- RestListParameterDefinition(String, String, String, String, MimeType, String) - Constructor for class io.jenkins.plugins.restlistparam.RestListParameterDefinition
-
- RestListParameterDefinition(String, String, String, String, MimeType, String, String, String) - Constructor for class io.jenkins.plugins.restlistparam.RestListParameterDefinition
-
- RestListParameterDefinition.DescriptorImpl - Class in io.jenkins.plugins.restlistparam
-
- RestListParameterValue - Class in io.jenkins.plugins.restlistparam
-
- RestListParameterValue(String, String) - Constructor for class io.jenkins.plugins.restlistparam.RestListParameterValue
-
- RestListParameterValue(String, String, String) - Constructor for class io.jenkins.plugins.restlistparam.RestListParameterValue
-
- RestValueService - Class in io.jenkins.plugins.restlistparam.logic
-
- ResultContainer<V> - Class in io.jenkins.plugins.restlistparam.model
-
- ResultContainer(V) - Constructor for class io.jenkins.plugins.restlistparam.model.ResultContainer
-
- RLP_CredentialsUtils_info_NoPermission() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.CredentialsUtils.info.NoPermission: No
permission to list credential.
- RLP_CredentialsUtils_ValidationErr_CannotFind() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.CredentialsUtils.ValidationErr.CannotFind: Cannot find currently selected credentials.
- RLP_CredentialsUtils_ValidationWrn_ExpressionBased() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.CredentialsUtils.ValidationWrn.ExpressionBased: Cannot validate expression based credentials.
- RLP_Definition_ValueException(Object, Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.Definition.ValueException: Illegal value for
parameter {0}: {1}.
- RLP_DescriptorImpl_DisplayName() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.DisplayName: REST List
Parameter.
- RLP_DescriptorImpl_ValidationErr_EndpointEmpty() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.ValidationErr.EndpointEmpty: Rest Endpoint must not be empty.
- RLP_DescriptorImpl_ValidationErr_EndpointUrl() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.ValidationErr.EndpointUrl: Rest
Endpoint is no URL format (http:// or https://).
- RLP_DescriptorImpl_ValidationErr_ExpressionEmpty() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.ValidationErr.ExpressionEmpty: Value Expression must not be empty.
- RLP_DescriptorImpl_ValidationErr_UnknownMime() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.ValidationErr.UnknownMime: Unknown MimeType.
- RLP_PathExpressionValidationUtil_FormErr_jPath() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.PathExpressionValidationUtil.FormErr.jPath: The
provided Json-Path expression seems to be incorrect.
- RLP_PathExpressionValidationUtil_FormErr_xPath() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.PathExpressionValidationUtil.FormErr.xPath: The
provided xPath expression seems to be incorrect.
- RLP_RestValueService_fine_UsingBasicAuth() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.fine.UsingBasicAuth: Using
Basic auth type to request REST-Values.
- RLP_RestValueService_fine_UsingBearerAuth() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.fine.UsingBearerAuth: Using
Bearer auth type to request REST-Values.
- RLP_RestValueService_info_FilterReturnedNoValues(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.info.FilterReturnedNoValues: The filter `{0}` left no values to be displayed.
- RLP_RestValueService_warn_FilterErr() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.FilterErr: Filtering
value list threw a exception (see Jenkins log).
- RLP_RestValueService_warn_OkHttpErr(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.OkHttpErr: OKHttp request
threw {0}.
- RLP_RestValueService_warn_ReqClientErr(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.ReqClientErr: Encountered
Http Client Error: {0}.
- RLP_RestValueService_warn_ReqServerErr(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.ReqServerErr: Encountered
Http Server Error: {0}.
- RLP_RestValueService_warn_UnknownHost(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.UnknownHost: Unknown
Host: {0}.
- RLP_RestValueService_warn_UnsupportedCredential(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.UnsupportedCredential: Attempted to use unsupported Credential type: {0}.
- RLP_ValueResolver_warn_jPath_ExpressionErr() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.jPath.ExpressionErr: Error
in provided Json-Path expression.
- RLP_ValueResolver_warn_jPath_MalformedJson() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.jPath.MalformedJson: Tried
to pars malformed Json.
- RLP_ValueResolver_warn_jPath_NoValues() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.jPath.NoValues: Json-Path
expression yielded no results.
- RLP_ValueResolver_warn_xPath_ExpressionErr() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.xPath.ExpressionErr: Error
in provided xPath expression.
- RLP_ValueResolver_warn_xPath_MalformedXml() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.xPath.MalformedXml: Tried to
pars malformed XML.
- RLP_ValueResolver_warn_xPath_NoValues() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.xPath.NoValues: xPath
expression yielded no values.
- RLP_ValueResolver_warn_xPath_ParserInit(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.xPath.ParserInit: XML parser
initialization threw {0}.
- _RLP_CredentialsUtils_info_NoPermission() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.CredentialsUtils.info.NoPermission: No
permission to list credential.
- _RLP_CredentialsUtils_ValidationErr_CannotFind() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.CredentialsUtils.ValidationErr.CannotFind: Cannot find currently selected credentials.
- _RLP_CredentialsUtils_ValidationWrn_ExpressionBased() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.CredentialsUtils.ValidationWrn.ExpressionBased: Cannot validate expression based credentials.
- _RLP_Definition_ValueException(Object, Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.Definition.ValueException: Illegal value for
parameter {0}: {1}.
- _RLP_DescriptorImpl_DisplayName() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.DisplayName: REST List
Parameter.
- _RLP_DescriptorImpl_ValidationErr_EndpointEmpty() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.ValidationErr.EndpointEmpty: Rest Endpoint must not be empty.
- _RLP_DescriptorImpl_ValidationErr_EndpointUrl() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.ValidationErr.EndpointUrl: Rest
Endpoint is no URL format (http:// or https://).
- _RLP_DescriptorImpl_ValidationErr_ExpressionEmpty() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.ValidationErr.ExpressionEmpty: Value Expression must not be empty.
- _RLP_DescriptorImpl_ValidationErr_UnknownMime() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.DescriptorImpl.ValidationErr.UnknownMime: Unknown MimeType.
- _RLP_PathExpressionValidationUtil_FormErr_jPath() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.PathExpressionValidationUtil.FormErr.jPath: The
provided Json-Path expression seems to be incorrect.
- _RLP_PathExpressionValidationUtil_FormErr_xPath() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.PathExpressionValidationUtil.FormErr.xPath: The
provided xPath expression seems to be incorrect.
- _RLP_RestValueService_fine_UsingBasicAuth() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.fine.UsingBasicAuth: Using
Basic auth type to request REST-Values.
- _RLP_RestValueService_fine_UsingBearerAuth() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.fine.UsingBearerAuth: Using
Bearer auth type to request REST-Values.
- _RLP_RestValueService_info_FilterReturnedNoValues(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.info.FilterReturnedNoValues: The filter `{0}` left no values to be displayed.
- _RLP_RestValueService_warn_FilterErr() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.FilterErr: Filtering
value list threw a exception (see Jenkins log).
- _RLP_RestValueService_warn_OkHttpErr(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.OkHttpErr: OKHttp request
threw {0}.
- _RLP_RestValueService_warn_ReqClientErr(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.ReqClientErr: Encountered
Http Client Error: {0}.
- _RLP_RestValueService_warn_ReqServerErr(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.ReqServerErr: Encountered
Http Server Error: {0}.
- _RLP_RestValueService_warn_UnknownHost(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.UnknownHost: Unknown
Host: {0}.
- _RLP_RestValueService_warn_UnsupportedCredential(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.RestValueService.warn.UnsupportedCredential: Attempted to use unsupported Credential type: {0}.
- _RLP_ValueResolver_warn_jPath_ExpressionErr() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.jPath.ExpressionErr: Error
in provided Json-Path expression.
- _RLP_ValueResolver_warn_jPath_MalformedJson() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.jPath.MalformedJson: Tried
to pars malformed Json.
- _RLP_ValueResolver_warn_jPath_NoValues() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.jPath.NoValues: Json-Path
expression yielded no results.
- _RLP_ValueResolver_warn_xPath_ExpressionErr() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.xPath.ExpressionErr: Error
in provided xPath expression.
- _RLP_ValueResolver_warn_xPath_MalformedXml() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.xPath.MalformedXml: Tried to
pars malformed XML.
- _RLP_ValueResolver_warn_xPath_NoValues() - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.xPath.NoValues: xPath
expression yielded no values.
- _RLP_ValueResolver_warn_xPath_ParserInit(Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
-
Key RLP.ValueResolver.warn.xPath.ParserInit: XML parser
initialization threw {0}.