Uses of Class
com.github.cyanbaz.jenkins.plugins.jsonparameter.JsonSource
-
Uses of JsonSource in com.github.cyanbaz.jenkins.plugins.jsonparameter
Subclasses of JsonSource in com.github.cyanbaz.jenkins.plugins.jsonparameterModifier and TypeClassDescriptionclassAJsonSourceimplementation that loads JSON content from a Jenkins Config File.classAJsonSourceimplementation that retrieves JSON content from a remote HTTP(S) endpoint.Subclasses with type arguments of type JsonSource in com.github.cyanbaz.jenkins.plugins.jsonparameterModifier and TypeClassDescriptionstatic classDescriptor forConfigFileSource, shown as an option in the dropdown selector.static classDescriptor for theRemoteSource, used to display this option in the Jenkins UI dropdown.Classes in com.github.cyanbaz.jenkins.plugins.jsonparameter that implement interfaces with type arguments of type JsonSourceModifier and TypeClassDescriptionclassBase class for all JSON data sources used in thejson-parameter-plugin.Methods in com.github.cyanbaz.jenkins.plugins.jsonparameter that return JsonSourceConstructors in com.github.cyanbaz.jenkins.plugins.jsonparameter with parameters of type JsonSourceModifierConstructorDescriptionAbstractJsonParameterDefinition(String name, String defaultValue, JsonSource source, String query) Creates a new JSON-backed parameter definition.JsonParameterDefinition(String name, String defaultValue, JsonSource source, String query) Data-bound constructor called by Jenkins when binding UI input.JsonParameterReferenceDefinition(String name, String defaultValue, JsonSource source, String query, String ref) Data-bound constructor called by Jenkins when binding UI input.