Uses of Class
jetbrains.buildServer.agent.impl.RunnerExceptionHandler
-
Packages that use RunnerExceptionHandler Package Description jetbrains.buildServer.agent.impl.buildStages.runnerStages.start jetbrains.buildServer.agent.impl.buildStages.startStages.steps -
-
Uses of RunnerExceptionHandler in jetbrains.buildServer.agent.impl.buildStages.runnerStages.start
Constructors in jetbrains.buildServer.agent.impl.buildStages.runnerStages.start with parameters of type RunnerExceptionHandler Constructor Description CallBuildRunnerPrecondition(ExtensionHolder services, BuildRunnerContext runnerContext, RunnerExceptionHandler exceptionHandler)
-
Uses of RunnerExceptionHandler in jetbrains.buildServer.agent.impl.buildStages.startStages.steps
Constructors in jetbrains.buildServer.agent.impl.buildStages.startStages.steps with parameters of type RunnerExceptionHandler Constructor Description RunnerContextExecutor(List<RunnerStage> stages, List<RunnerFinishStage> finishStages, RunnerStagesExecutor executor, RunnerFinishStagesExecutor finishExecutor, RunnerExceptionHandler exceptionsHandler, RunnerStageInfo stageInfo, RunnerStageLogger logger)
-