|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | METHOD | DETAIL: FIELD | PROPERTY | METHOD | |||||||
interface InteractionHandler
Represents stream interaction with the server.
| Property Summary | |
|---|---|
static java.lang.Object |
_
Wildcard for condition expression. |
static java.lang.Object |
standardError
|
static java.lang.Object |
standardOutput
|
| Method Summary | |
|---|---|
java.io.OutputStream
|
getStandardInput()
Get the standard input for the remote command. |
void
|
when(java.util.Map condition, groovy.lang.Closure action)
Declare an interaction rule. |
| Property Detail |
|---|
static final java.lang.Object _
static final java.lang.Object standardError
static final java.lang.Object standardOutput
| Method Detail |
|---|
java.io.OutputStream getStandardInput()
void when(java.util.Map condition, groovy.lang.Closure action)
condition - map of conditionaction - the action performed if condition satisfied
Groovy Documentation