org.jenkinsci.plugins.tcl.commandHandlers
Class TclGetVersion
java.lang.Object
org.jenkinsci.plugins.tcl.commandHandlers.TclGetVersion
- All Implemented Interfaces:
- ITclCommand
public class TclGetVersion
- extends Object
- implements ITclCommand
Command sample
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
TclGetVersion
public TclGetVersion()
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.