Groovy Documentation

org.linkedin.glu.agent.impl.command
[Groovy] Class CommandGluScript

java.lang.Object
  org.linkedin.glu.agent.impl.command.CommandGluScript

class CommandGluScript

The glu script that wraps the execution of a glu command

Authors:
yan@pongasoft.com


Property Summary
CommandExecution commandExecution

java.lang.Object install

CommandExecutionIOStorage ioStorage

java.lang.Object start

Execute the command execution

java.lang.Object uninstall

 
Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

commandExecution

CommandExecution commandExecution


install

java.lang.Object install


ioStorage

@Initializable(required = true)
CommandExecutionIOStorage ioStorage


start

java.lang.Object start
Execute the command execution


uninstall

java.lang.Object uninstall


 

Groovy Documentation