Package com.atlassian.bamboo.build.tests
Class FailingTestCaseForDisplay
- java.lang.Object
-
- com.atlassian.bamboo.build.tests.TestCaseForDisplay
-
- com.atlassian.bamboo.build.tests.FailingTestCaseForDisplay
-
public class FailingTestCaseForDisplay extends TestCaseForDisplay
-
-
Constructor Summary
Constructors Constructor Description FailingTestCaseForDisplay(TestCase testCase, Long failuresCount, ImmutableJob job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getFailuresCount()
-
Methods inherited from class com.atlassian.bamboo.build.tests.TestCaseForDisplay
getJob, getTestCase
-
-
-
-
Constructor Detail
-
FailingTestCaseForDisplay
public FailingTestCaseForDisplay(TestCase testCase, Long failuresCount, ImmutableJob job)
-
-
Method Detail
-
getFailuresCount
public Long getFailuresCount()
-
-