Skip navigation links
A B C D E F G H I M P R S T V _ 

A

ACCEPT - Static variable in class io.jenkins.plugins.restlistparam.util.HTTPHeaders
 
AUTHORIZATION - Static variable in class io.jenkins.plugins.restlistparam.util.HTTPHeaders
 

B

buildEnvironment(Run<?, ?>, EnvVars) - Method in class io.jenkins.plugins.restlistparam.RestListParameterValue
Exposes the name/value as an environment variable.

C

copyWithDefaultValue(ParameterValue) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
createValue(String) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
createValue(StaplerRequest, JSONObject) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
createVariableResolver(AbstractBuild<?, ?>) - Method in class io.jenkins.plugins.restlistparam.RestListParameterValue
 
CredentialsUtils - Class in io.jenkins.plugins.restlistparam.util
 

D

DescriptorImpl() - Constructor for class io.jenkins.plugins.restlistparam.RestListParameterDefinition.DescriptorImpl
 
doBasicValidation(String, StandardCredentials) - Static method in class io.jenkins.plugins.restlistparam.logic.RestValueService
A basic validation method usable for configuration validation
doCheckCredentialId(Item, String) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition.DescriptorImpl
 
doCheckCredentialsId(Item, String) - Static method in class io.jenkins.plugins.restlistparam.util.CredentialsUtils
 
doCheckJsonPathExpression(String) - Static method in class io.jenkins.plugins.restlistparam.util.PathExpressionValidationUtils
 
doCheckRestEndpoint(Item, String, String) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition.DescriptorImpl
 
doCheckValueExpression(Item, String, MimeType) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition.DescriptorImpl
 
doCheckXPathExpression(String) - Static method in class io.jenkins.plugins.restlistparam.util.PathExpressionValidationUtils
 
doFillCredentialIdItems(Item, String) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition.DescriptorImpl
 
doFillCredentialsIdItems(Item, String) - Static method in class io.jenkins.plugins.restlistparam.util.CredentialsUtils
 
doTestConfiguration(Item, String, String, MimeType, String, String) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition.DescriptorImpl
 

E

equals(Object) - Method in class io.jenkins.plugins.restlistparam.RestListParameterValue
 

F

findCredentials(String) - Static method in class io.jenkins.plugins.restlistparam.util.CredentialsUtils
 

G

get(String, StandardCredentials, MimeType, String, String) - Static method in class io.jenkins.plugins.restlistparam.logic.RestValueService
Returns a ResultContainer capsuling a optional String error message and a list of parsed string values.
getCredentialId() - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
getDefaultValue() - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
getDisplayName() - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition.DescriptorImpl
 
getErrorMsg() - Method in class io.jenkins.plugins.restlistparam.model.ResultContainer
 
getErrorMsg() - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
getFilter() - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
getMime() - Method in enum io.jenkins.plugins.restlistparam.model.MimeType
 
getMimeType() - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
getRestEndpoint() - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
getShortDescription() - Method in class io.jenkins.plugins.restlistparam.RestListParameterValue
 
getValue() - Method in class io.jenkins.plugins.restlistparam.model.ResultContainer
 
getValue() - Method in class io.jenkins.plugins.restlistparam.RestListParameterValue
 
getValueExpression() - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
getValues() - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 

H

hashCode() - Method in class io.jenkins.plugins.restlistparam.RestListParameterValue
 
HTTPHeaders - Class in io.jenkins.plugins.restlistparam.util
 

I

io.jenkins.plugins.restlistparam - package io.jenkins.plugins.restlistparam
 
io.jenkins.plugins.restlistparam.logic - package io.jenkins.plugins.restlistparam.logic
 
io.jenkins.plugins.restlistparam.model - package io.jenkins.plugins.restlistparam.model
 
io.jenkins.plugins.restlistparam.util - package io.jenkins.plugins.restlistparam.util
 
isValid(ParameterValue) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 

M

Messages - Class in io.jenkins.plugins.restlistparam
Generated localization support class.
Messages() - Constructor for class io.jenkins.plugins.restlistparam.Messages
 
MimeType - Enum in io.jenkins.plugins.restlistparam.model
 

P

PathExpressionValidationUtils - Class in io.jenkins.plugins.restlistparam.util
 

R

resolveJsonPath(String, String) - Static method in class io.jenkins.plugins.restlistparam.logic.ValueResolver
Parses a jsonStr, applies a Json-Path expression and returns a list 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 list 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_DescriptorImpl_ValidationOk_ConfigValid(Object, Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
Key RLP.DescriptorImpl.ValidationOk.ConfigValid: Test Successful! {0} Values, first: {1}.
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}.

S

setDefaultValue(String) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
setErrorMsg(String) - Method in class io.jenkins.plugins.restlistparam.model.ResultContainer
 
setFilter(String) - Method in class io.jenkins.plugins.restlistparam.RestListParameterDefinition
 
setValue(V) - Method in class io.jenkins.plugins.restlistparam.model.ResultContainer
 

T

toString() - Method in class io.jenkins.plugins.restlistparam.RestListParameterValue
 

V

value - Variable in class io.jenkins.plugins.restlistparam.RestListParameterValue
 
valueOf(String) - Static method in enum io.jenkins.plugins.restlistparam.model.MimeType
Returns the enum constant of this type with the specified name.
ValueResolver - Class in io.jenkins.plugins.restlistparam.logic
 
values() - Static method in enum io.jenkins.plugins.restlistparam.model.MimeType
Returns an array containing the constants of this enum type, in the order they are declared.

_

_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_DescriptorImpl_ValidationOk_ConfigValid(Object, Object) - Static method in class io.jenkins.plugins.restlistparam.Messages
Key RLP.DescriptorImpl.ValidationOk.ConfigValid: Test Successful! {0} Values, first: {1}.
_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}.
A B C D E F G H I M P R S T V _ 
Skip navigation links

Copyright © 2016–2020. All rights reserved.