Class ShellCommandExecutor.ToStringOutputParser
- java.lang.Object
-
- org.datadog.jenkins.plugins.datadog.util.ShellCommandExecutor.ToStringOutputParser
-
- All Implemented Interfaces:
ShellCommandExecutor.OutputParser<String>
- Enclosing class:
- ShellCommandExecutor
public static final class ShellCommandExecutor.ToStringOutputParser extends Object implements ShellCommandExecutor.OutputParser<String>
-
-
Field Summary
-
Fields inherited from interface org.datadog.jenkins.plugins.datadog.util.ShellCommandExecutor.OutputParser
IGNORE
-
-
Constructor Summary
Constructors Constructor Description ToStringOutputParser()
-
-
-
Method Detail
-
parse
public String parse(InputStream inputStream) throws IOException
- Specified by:
parse
in interfaceShellCommandExecutor.OutputParser<String>
- Throws:
IOException
-
-