All Classes and Interfaces
Classes
Class
Description
Base class for JSON-backed build parameters.
A
JsonSource
implementation that loads JSON content from a Jenkins Config File.Descriptor for
ConfigFileSource
, 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.
A JSON-backed Jenkins parameter that can reference the value of another parameter.
Descriptor for
JsonParameterReferenceDefinition
.A generic result container used to wrap the outcome of loading JSON data.
Base class for all JSON data sources used in the
json-parameter-plugin
.Generated localization support class.
A
JsonSource
implementation that retrieves JSON content from a remote HTTP(S) endpoint.Descriptor for the
RemoteSource
, used to display this option in the Jenkins UI dropdown.