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