Package jetbrains.buildServer
Class SimpleCommandLineProcessRunner.NoOutputTimeoutProcessRunCallbackAdapter
- java.lang.Object
-
- jetbrains.buildServer.SimpleCommandLineProcessRunner.RunCommandEventsAdapter
-
- jetbrains.buildServer.SimpleCommandLineProcessRunner.NoOutputTimeoutRunCommandEventsAdapter
-
- jetbrains.buildServer.SimpleCommandLineProcessRunner.NoOutputTimeoutProcessRunCallbackAdapter
-
- All Implemented Interfaces:
SimpleCommandLineProcessRunner.ProcessRunCallback,SimpleCommandLineProcessRunner.RunCommandEvents
- Enclosing class:
- SimpleCommandLineProcessRunner
public static class SimpleCommandLineProcessRunner.NoOutputTimeoutProcessRunCallbackAdapter extends SimpleCommandLineProcessRunner.NoOutputTimeoutRunCommandEventsAdapter
-
-
Constructor Summary
Constructors Constructor Description NoOutputTimeoutProcessRunCallbackAdapter()
-
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.NoOutputTimeoutRunCommandEventsAdapter
-
-