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