@Deprecated
public interface Console
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Console.SecureEnvVarSpecifier
Deprecated.
Used to specify which environment variables are secure and shouldn't be printed literally.
|
| Modifier and Type | Method and Description |
|---|---|
void |
printEnvironment(java.util.Map<java.lang.String,java.lang.String> environment,
Console.SecureEnvVarSpecifier secureEnvVarSpecifier)
Deprecated.
Print details about the environment specified in the argument into the build log.
|
void |
printLine(java.lang.String line)
Deprecated.
Print a line out to the build log.
|
void |
readErrorOf(java.io.InputStream in)
Deprecated.
Setup the console to read the input stream as standard error.
|
void |
readOutputOf(java.io.InputStream in)
Deprecated.
Setup the console to read the input stream as standard output.
|
void printLine(java.lang.String line)
line - Line to write.void readErrorOf(java.io.InputStream in)
Process.in - The input stream to read as standard error.void readOutputOf(java.io.InputStream in)
Process.in - The input stream to read as standard output.void printEnvironment(java.util.Map<java.lang.String,java.lang.String> environment,
Console.SecureEnvVarSpecifier secureEnvVarSpecifier)
environment - Environment to print details of.secureEnvVarSpecifier - Console.SecureEnvVarSpecifierCopyright © 2019 ThoughtWorks, Inc. GoCD Version: 19.2.0-8641