Package jetbrains.buildServer
Class SimpleCommandLineProcessRunner.NoOutputTimeoutRunCommandEventsAdapter
- java.lang.Object
-
- jetbrains.buildServer.SimpleCommandLineProcessRunner.RunCommandEventsAdapter
-
- jetbrains.buildServer.SimpleCommandLineProcessRunner.NoOutputTimeoutRunCommandEventsAdapter
-
- All Implemented Interfaces:
SimpleCommandLineProcessRunner.ProcessRunCallback,SimpleCommandLineProcessRunner.RunCommandEvents
- Direct Known Subclasses:
SimpleCommandLineProcessRunner.NoOutputTimeoutProcessRunCallbackAdapter
- Enclosing class:
- SimpleCommandLineProcessRunner
public static class SimpleCommandLineProcessRunner.NoOutputTimeoutRunCommandEventsAdapter extends SimpleCommandLineProcessRunner.RunCommandEventsAdapter
-
-
Constructor Summary
Constructors Constructor Description NoOutputTimeoutRunCommandEventsAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetOutputIdleSecondsTimeout()-
Methods inherited from class jetbrains.buildServer.SimpleCommandLineProcessRunner.RunCommandEventsAdapter
getMaxAcceptedOutputSize, onProcessFinished, onProcessStarted, terminateEntireProcessTree
-
-
-
-
Method Detail
-
getOutputIdleSecondsTimeout
@Nullable public Integer getOutputIdleSecondsTimeout()
- Specified by:
getOutputIdleSecondsTimeoutin interfaceSimpleCommandLineProcessRunner.RunCommandEvents- Overrides:
getOutputIdleSecondsTimeoutin classSimpleCommandLineProcessRunner.RunCommandEventsAdapter
-
-