Uses of Class
org.jenkinsci.plugins.scriptler.config.Parameter

Packages that use Parameter
org.jenkinsci.plugins.scriptler.builder   
org.jenkinsci.plugins.scriptler.config   
org.jenkinsci.plugins.scriptler.util   
 

Uses of Parameter in org.jenkinsci.plugins.scriptler.builder
 

Methods in org.jenkinsci.plugins.scriptler.builder that return Parameter
 Parameter[] ScriptlerBuilder.getParameters()
           
 

Constructors in org.jenkinsci.plugins.scriptler.builder with parameters of type Parameter
ScriptlerBuilder(String builderId, String scriptId, Parameter[] parameters)
           
 

Uses of Parameter in org.jenkinsci.plugins.scriptler.config
 

Methods in org.jenkinsci.plugins.scriptler.config that return Parameter
 Parameter[] Script.getParameters()
           
 

Methods in org.jenkinsci.plugins.scriptler.config with parameters of type Parameter
 void Script.setParameters(Parameter[] parameters)
           
 

Constructors in org.jenkinsci.plugins.scriptler.config with parameters of type Parameter
Script(String id, String name, String comment, boolean nonAdministerUsing, Parameter[] parameters)
          used to create/update a new script in the UI
Script(String id, String name, String comment, boolean available, String originCatalog, String originScript, String originDate, boolean nonAdministerUsing, Parameter[] parameters)
          used to merge scripts
Script(String id, String name, String comment, boolean available, String originCatalog, String originScript, String originDate, Parameter[] parameters)
          Constructor to create a script imported from a foreign catalog.
 

Uses of Parameter in org.jenkinsci.plugins.scriptler.util
 

Methods in org.jenkinsci.plugins.scriptler.util that return Parameter
static Parameter[] UIHelper.extractParameters(net.sf.json.JSONObject json)
          Extracts the parameters from the given request
 

Methods in org.jenkinsci.plugins.scriptler.util with parameters of type Parameter
static String ScriptHelper.runScript(String[] slaves, String scriptTxt, Parameter[] parameters)
           
static String ScriptHelper.runScript(String node, String scriptTxt, Parameter[] parameters)
          Runs the execution on a given slave.
 

Constructors in org.jenkinsci.plugins.scriptler.util with parameters of type Parameter
GroovyScript(String script, Parameter[] parameters, boolean failWithException)
           
 



Copyright © 2010-2012. All Rights Reserved.