Groovy Documentation

org.linkedin.glu.agent.rest.resources
[Groovy] Class CommandStreamsResource

java.lang.Object
  org.restlet.resource.ServerResource
      org.linkedin.glu.agent.rest.resources.BaseResource
          org.linkedin.glu.agent.rest.resources.CommandBaseResource
              org.linkedin.glu.agent.rest.resources.CommandStreamsResource

class CommandStreamsResource
extends CommandBaseResource

Authors:
yan@pongasoft.com


Field Summary
 
Fields inherited from class CommandBaseResource
commandId
 
Fields inherited from class BaseResource
MODULE, log
 
Method Summary
Representation streamCommandResults()

return the stream(s) and information about the command

 
Methods inherited from class CommandBaseResource
doInit, getRequestArgs
 
Methods inherited from class BaseResource
addResponseHeader, doInit, getAgent, getPath, getRequestArgs, getResourceMountPoint, getResponseHeader, noException, toArgs, toArgs, toRepresentation
 

Method Detail

streamCommandResults

@Get
Representation streamCommandResults()
return the stream(s) and information about the command


 

Groovy Documentation