Package jetbrains.buildServer.serverSide.problems

Interface Summary
BuildProblem Build problem representation
BuildProblemsProvider Extension point for providing custom build problems for the build
BuildProblemsVisitor Visitor interface for BuildProblem
 

Class Summary
BaseBuildProblem Base implementation of BuildProblem
CompilationError Represents compilation errors
ExecutionTimeout Represents execution timeout
FailedTests Represents failed tests
JVMCrash Represents "JVM crash" problem
OOMException Represents "Out of memory" problem
StatusTextBasedBuildProblemsProvider  
TestCountIsMuchLessThenInPreviousBuilds Represents "test count is much less then in previous builds" problem
TooFewPassedTests Represents "too few passed tests" problem
UnableToCollectChangesProblem  
UnknownFailureProblem