Package com.github.cyanbaz.jenkins.plugins.jsonparameter
package com.github.cyanbaz.jenkins.plugins.jsonparameter
-
ClassesClassDescriptionA
JsonSource
implementation that loads JSON content from a Jenkins Config File, either globally scoped or folder-scoped.Descriptor forConfigFileSource
, shown as an option in the dropdown selector.Represents a custom Jenkins parameter definition that extracts values from a JSON source (either from a local config file or a remote URL) using a JSONPath expression.Descriptor for this parameter type, defines how it is represented in Jenkins UI.JsonResult<T>A generic result container used to wrap the outcome of loading JSON data.Base class for all JSON data sources used in thejson-parameter-plugin
.Generated localization support class.AJsonSource
implementation that retrieves JSON content from a remote HTTP(S) endpoint.Descriptor for theRemoteSource
, used to display this option in the Jenkins UI dropdown.