com.seitenbau.jenkins.plugins.dynamicparameter
Class ParameterDefinitionBase.RemoteCall

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

public static final class ParameterDefinitionBase.RemoteCall
extends java.lang.Object
implements hudson.remoting.Callable<java.lang.Object,java.lang.Throwable>

Remote call implementation.

See Also:
Serialized Form

Constructor Summary
ParameterDefinitionBase.RemoteCall(java.lang.String script)
          Constructor.
 
Method Summary
 java.lang.Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParameterDefinitionBase.RemoteCall

public ParameterDefinitionBase.RemoteCall(java.lang.String script)
Constructor.

Parameters:
script - script to execute
Method Detail

call

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


Copyright © 2004-2012. All Rights Reserved.