|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD | |||||||
java.lang.Objectorg.hidetake.gradle.ssh.internal.operation.ExecutionDelegate
@TupleConstructor class ExecutionDelegate
| Property Summary | |
|---|---|
ChannelExec |
channel
|
LineOutputStream |
standardError
|
java.io.OutputStream |
standardInput
|
LineOutputStream |
standardOutput
|
| Method Summary | |
|---|---|
static java.lang.Object
|
create(ChannelExec channel, java.lang.String charset)
Create an instance for the channel. |
void
|
enableLogging(LogLevel standardOutputLevel, LogLevel standardErrorLevel)
|
void
|
interaction(groovy.lang.Closure closure)
|
| Methods inherited from class java.lang.Object | |
|---|---|
| java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), 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 |
|---|
final ChannelExec channel
final LineOutputStream standardError
final java.io.OutputStream standardInput
final LineOutputStream standardOutput
| Method Detail |
|---|
static java.lang.Object create(ChannelExec channel, java.lang.String charset)
channel - the channelcharset - character set for streams
void enableLogging(LogLevel standardOutputLevel, LogLevel standardErrorLevel)
@Override void interaction(groovy.lang.Closure closure)
Groovy Documentation