jetbrains.buildServer.serverSide.problems
Interface BuildProblem
- All Known Implementing Classes:
- BaseBuildProblem, CompilationError, ExecutionTimeout, FailedTests, JVMCrash, OOMException, TestCountIsMuchLessThenInPreviousBuilds, TooFewPassedTests, UnableToCollectChangesProblem, UnknownFailureProblem
public interface BuildProblem
Build problem representation
getTimestamp
@Nullable
java.util.Date getTimestamp()
getStringRepresentation
@NotNull
java.lang.String getStringRepresentation()
visit
void visit(@NotNull
BuildProblemsVisitor visitor)