jetbrains.buildServer.serverSide.problems
Class TestCountIsMuchLessThenInPreviousBuilds

java.lang.Object
  extended by jetbrains.buildServer.serverSide.problems.BaseBuildProblem
      extended by jetbrains.buildServer.serverSide.problems.TestCountIsMuchLessThenInPreviousBuilds
All Implemented Interfaces:
BuildProblem

public class TestCountIsMuchLessThenInPreviousBuilds
extends BaseBuildProblem

Represents "test count is much less then in previous builds" problem


Field Summary
static java.lang.String TEST_COUNT_IS_MUCH_LESS_THEN_IN_PREVIOUS_BUILDS
           
 
Constructor Summary
TestCountIsMuchLessThenInPreviousBuilds(java.util.Date timestamp)
           
 
Method Summary
 void visit(BuildProblemsVisitor visitor)
           
 
Methods inherited from class jetbrains.buildServer.serverSide.problems.BaseBuildProblem
getStringRepresentation, getTimestamp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_COUNT_IS_MUCH_LESS_THEN_IN_PREVIOUS_BUILDS

public static final java.lang.String TEST_COUNT_IS_MUCH_LESS_THEN_IN_PREVIOUS_BUILDS
See Also:
Constant Field Values
Constructor Detail

TestCountIsMuchLessThenInPreviousBuilds

public TestCountIsMuchLessThenInPreviousBuilds(@Nullable
                                               java.util.Date timestamp)
Method Detail

visit

public void visit(@NotNull
                  BuildProblemsVisitor visitor)
Specified by:
visit in interface BuildProblem
Overrides:
visit in class BaseBuildProblem