Class GeneralCommandLineConstants
- java.lang.Object
-
- jetbrains.buildServer.agent.runner2.GeneralCommandLineConstants
-
public final class GeneralCommandLineConstants extends Object
Public constants related to forking new processes, creating custom scripts and parsing their output.
- Author:
- Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>
-
-
Field Summary
Fields Modifier and Type Field Description static String
KEY_STDSTREAMS_ENCODING
Overrides the charset used when: reading forked processes output, and writing custom shell scripts. If the corresponding configuration parameter is not set, or contains an invalid charset name or alias,file.encoding
system property is used.
-
-
-
Field Detail
-
KEY_STDSTREAMS_ENCODING
public static final String KEY_STDSTREAMS_ENCODING
Overrides the charset used when:
- reading forked processes output, and
- writing custom shell scripts.
file.encoding
system property is used. Iffile.encoding
itself has an incorrect value, the charset returned byCharset.defaultCharset()
is used.- See Also:
- TW-4177, Constant Field Values
-
-