public enum ExecTools.OutputType
Manage the output of external processes
| Enum constant | Description |
|---|---|
CAPTURE |
Capture output, but produce no output. |
FORWARD |
Forward output, but do not capture it. |
FORWARD_AND_CAPTURE |
Forward output and capture it. |
QUIET |
Produce no output and capture no output. |
USE_CONFIGURED_STREAM |
Use the configured stream to send output to. |
Capture output, but produce no output.
Forward output, but do not capture it.
Forward output and capture it.
Produce no output and capture no output.
Use the configured stream to send output to.
No additional capturing will be performed and no output will be forwarded.
Groovy Documentation