com.seitenbau.jenkins.plugins.dynamicparameter.scriptler
Class ScriptlerParameterDefinition.ParameterizedScriptCall

java.lang.Object
  extended by com.seitenbau.jenkins.plugins.dynamicparameter.scriptler.ScriptlerParameterDefinition.ParameterizedScriptCall
All Implemented Interfaces:
hudson.remoting.Callable<Object,Throwable>, Serializable
Enclosing class:
ScriptlerParameterDefinition

public static final class ScriptlerParameterDefinition.ParameterizedScriptCall
extends Object
implements hudson.remoting.Callable<Object,Throwable>

Remote call implementation.

See Also:
Serialized Form

Constructor Summary
ScriptlerParameterDefinition.ParameterizedScriptCall(String script, Map<String,String> parameters)
          Constructor.
 
Method Summary
 Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScriptlerParameterDefinition.ParameterizedScriptCall

public ScriptlerParameterDefinition.ParameterizedScriptCall(String script,
                                                            Map<String,String> parameters)
Constructor.

Parameters:
script - script to execute
parameters - parameters
Method Detail

call

public Object call()
Specified by:
call in interface hudson.remoting.Callable<Object,Throwable>


Copyright © 2004-2012. All Rights Reserved.