org.jenkinsci.plugins.tcl.commandHandlers
Class TclGetVersion

java.lang.Object
  extended by org.jenkinsci.plugins.tcl.commandHandlers.TclGetVersion
All Implemented Interfaces:
ITclCommand

public class TclGetVersion
extends Object
implements ITclCommand

Command sample


Field Summary
static String COMMAND_NAME
           
static String PLUGIN_VERSION
           
 
Constructor Summary
TclGetVersion()
           
 
Method Summary
 String Execute(String argStr)
          Execute command and return result
 String Name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMMAND_NAME

public static final String COMMAND_NAME
See Also:
Constant Field Values

PLUGIN_VERSION

public static final String PLUGIN_VERSION
See Also:
Constant Field Values
Constructor Detail

TclGetVersion

public TclGetVersion()
Method Detail

Execute

public String Execute(String argStr)
Description copied from interface: ITclCommand
Execute command and return result

Specified by:
Execute in interface ITclCommand
Returns:

Name

public String Name()
Specified by:
Name in interface ITclCommand
Returns:
Command name


Copyright © 2004-2013. All Rights Reserved.