Package jetbrains.buildServer.agent.impl
Class RunnerExceptionHandler
- java.lang.Object
-
- jetbrains.buildServer.agent.impl.BuildExceptionHandlerBase
-
- jetbrains.buildServer.agent.impl.RunnerExceptionHandler
-
public class RunnerExceptionHandler extends BuildExceptionHandlerBase
- Author:
- Eugene Petrenko (eugene.petrenko@jetbrains.com) 06.10.10 1:30
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.agent.impl.BuildExceptionHandlerBase
LOG, myBuild, myLogger
-
-
Constructor Summary
Constructors Constructor Description RunnerExceptionHandler(AgentRunningBuildEx build, BuildProgressLogger logger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BuildFinishedStatus
handleRunnerStageException(RunnerStageExecutionException e)
BuildFinishedStatus
handleRunnerStageException(RunBuildException e)
BuildFinishedStatus
handleThrowable(Throwable t)
-
Methods inherited from class jetbrains.buildServer.agent.impl.BuildExceptionHandlerBase
errorMessage, failBuildWithException, getStageName, getStageName, processBasicException
-
-
-
-
Constructor Detail
-
RunnerExceptionHandler
public RunnerExceptionHandler(@NotNull AgentRunningBuildEx build, @NotNull BuildProgressLogger logger)
-
-
Method Detail
-
handleRunnerStageException
@NotNull public BuildFinishedStatus handleRunnerStageException(RunnerStageExecutionException e)
-
handleRunnerStageException
@NotNull public BuildFinishedStatus handleRunnerStageException(RunBuildException e)
-
handleThrowable
@NotNull public BuildFinishedStatus handleThrowable(@NotNull Throwable t)
-
-