Uses of Class
org.jenkinsci.plugins.scriptler.config.Parameter
Packages that use Parameter
Package
Description
-
Uses of Parameter in org.jenkinsci.plugins.scriptler.builder
Methods in org.jenkinsci.plugins.scriptler.builder that return ParameterMethods in org.jenkinsci.plugins.scriptler.builder that return types with arguments of type ParameterConstructors in org.jenkinsci.plugins.scriptler.builder with parameters of type ParameterModifierConstructorDescriptionScriptlerBuilder(String builderId, String scriptId, boolean propagateParams, Parameter[] parameters) Deprecated.as of 3.5; useScriptlerBuilder(String, String, boolean, List)Constructor parameters in org.jenkinsci.plugins.scriptler.builder with type arguments of type ParameterModifierConstructorDescriptionScriptlerBuilder(String builderId, String scriptId, boolean propagateParams, List<Parameter> parameters) -
Uses of Parameter in org.jenkinsci.plugins.scriptler.config
Methods in org.jenkinsci.plugins.scriptler.config that return types with arguments of type ParameterMethod parameters in org.jenkinsci.plugins.scriptler.config with type arguments of type ParameterConstructor parameters in org.jenkinsci.plugins.scriptler.config with type arguments of type ParameterModifierConstructorDescriptionScript(String id, String name, String comment, boolean available, String originCatalog, String originScript, String originDate, boolean nonAdministerUsing, List<Parameter> parameters, boolean onlyBuiltIn) used to merge scriptsScript(String id, String name, String comment, boolean available, String originCatalog, String originScript, String originDate, List<Parameter> parameters) Constructor to create a script imported from a foreign catalog.Script(String id, String name, String comment, boolean nonAdministerUsing, List<Parameter> parameters, boolean onlyBuiltIn) used to create/update a new script in the UIScript(String id, String name, String comment, String originCatalog, String originScript, String originDate, boolean nonAdministerUsing, List<Parameter> parameters, boolean onlyBuiltIn) used to merge scripts -
Uses of Parameter in org.jenkinsci.plugins.scriptler.util
Methods in org.jenkinsci.plugins.scriptler.util that return types with arguments of type ParameterModifier and TypeMethodDescriptionUIHelper.extractParameters(net.sf.json.JSONObject json) Extracts the parameters from the given requestMethod parameters in org.jenkinsci.plugins.scriptler.util with type arguments of type ParameterModifier and TypeMethodDescriptionstatic StringScriptHelper.runScript(String[] computers, String scriptText, Collection<Parameter> parameters) Deprecated.UseScriptHelper.runScript(List, String, Collection)instead.static StringScriptHelper.runScript(String node, String scriptTxt, Collection<Parameter> parameters) Runs the execution on a given agent.static StringConstructor parameters in org.jenkinsci.plugins.scriptler.util with type arguments of type ParameterModifierConstructorDescriptionControllerGroovyScript(String script, Collection<Parameter> parameters, boolean failWithException, TaskListener listener, Launcher launcher, AbstractBuild<?, ?> build) This constructor can only be used when the script is executed on the built-in node, because launcher and build can not be transferred to an agent and therefore the execution will failGroovyScript(String script, Collection<Parameter> parameters, boolean failWithException, TaskListener listener) Constructor