|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
interface IAgentDescriptor
Provides access to agent information author: Riccardo Ferretti created: Aug 24, 2009
Method Summary | |
---|---|
java.lang.String
|
getHost()
The host of the agent |
java.util.Map
|
getInstallations()
Return the installations present on the agent |
void
|
withAgent(groovy.lang.Closure cl)
Executes the closure, providing an agent to it |
Method Detail |
---|
java.lang.String getHost()
java.util.Map getInstallations()
void withAgent(groovy.lang.Closure cl)
Groovy Documentation