|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TestCase | |
|---|---|
| com.atlassian.bamboo.build | |
| com.atlassian.bamboo.build.tests | |
| com.atlassian.bamboo.charts | |
| com.atlassian.bamboo.ww2.aware | |
| Uses of TestCase in com.atlassian.bamboo.build |
|---|
| Classes in com.atlassian.bamboo.build that implement TestCase | |
|---|---|
class |
TestCaseLuceneImpl
Basic implementation of a test case object to hold results grabbed from Lucene index. |
| Methods in com.atlassian.bamboo.build that return TestCase | |
|---|---|
TestCase |
TestManager.getTestCase(Build build,
java.lang.String key,
TestCaseFilter filter)
Get a TestCase object representing the test case |
TestCase |
DefaultTestManager.getTestCase(Build build,
java.lang.String key,
TestCaseFilter filter)
A Lucene based implementation of a TestCase |
| Methods in com.atlassian.bamboo.build with parameters of type TestCase | |
|---|---|
BuildResults |
TestResultManager.getBuildSuccessfulSince(TestCase testCase)
|
BuildResults |
DefaultTestResultManager.getBuildSuccessfulSince(TestCase testCase)
|
TestCaseResultWrapper |
TestResultManager.getLastTestCaseResult(TestCase testCase)
|
TestCaseResultWrapper |
DefaultTestResultManager.getLastTestCaseResult(TestCase testCase)
|
| Uses of TestCase in com.atlassian.bamboo.build.tests |
|---|
| Methods in com.atlassian.bamboo.build.tests that return TestCase | |
|---|---|
TestCase |
ViewTestCaseAction.getTestCase()
|
| Methods in com.atlassian.bamboo.build.tests with parameters of type TestCase | |
|---|---|
java.util.List |
ViewTestsSummary.getRecentFailures(TestCase testCase,
int number)
|
void |
ViewTestCaseAction.setTestCase(TestCase testCase)
|
| Uses of TestCase in com.atlassian.bamboo.charts |
|---|
| Constructors in com.atlassian.bamboo.charts with parameters of type TestCase | |
|---|---|
TestCaseBuildTimesChart(int height,
int width,
java.lang.String chartTitle,
java.lang.String xAxisLabel,
java.lang.String yAxisLabel,
TestCase testCase)
|
|
| Uses of TestCase in com.atlassian.bamboo.ww2.aware |
|---|
| Methods in com.atlassian.bamboo.ww2.aware that return TestCase | |
|---|---|
TestCase |
TestCaseAware.getTestCase()
|
| Methods in com.atlassian.bamboo.ww2.aware with parameters of type TestCase | |
|---|---|
void |
TestCaseAware.setTestCase(TestCase testCase)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||