Uses of Interface
org.jenkinsci.plugins.tcl.commandHandlers.ITclCommand

Packages that use ITclCommand
org.jenkinsci.plugins.tcl.commandHandlers   
org.jenkinsci.plugins.tcl.interpreter   
 

Uses of ITclCommand in org.jenkinsci.plugins.tcl.commandHandlers
 

Classes in org.jenkinsci.plugins.tcl.commandHandlers that implement ITclCommand
 class TclGetVersion
          Command sample
 

Methods in org.jenkinsci.plugins.tcl.commandHandlers that return ITclCommand
 ITclCommand TclPluginHandler.getHandler()
           
 

Uses of ITclCommand in org.jenkinsci.plugins.tcl.interpreter
 

Methods in org.jenkinsci.plugins.tcl.interpreter with parameters of type ITclCommand
 void jTclCommandResolver.RegisterCommand(ITclCommand command)
           
 void jTclCommandResolver.UnregisterCommand(ITclCommand command)
           
 

Constructors in org.jenkinsci.plugins.tcl.interpreter with parameters of type ITclCommand
jTclCommandWrapper(ITclCommand commandHandler)
           
 



Copyright © 2004-2013. All Rights Reserved.