| Package | Description |
|---|---|
| com.atlassian.bamboo.resultsummary.tests |
| Modifier and Type | Method and Description |
|---|---|
TestClass |
TestClass.copyTestClass(Plan plan)
Creates a copy of the
TestClass. |
TestClass |
TestsDao.findById(long testClassId)
Find a specific testClass by id
|
TestClass |
TestCase.getTestClass() |
TestClass |
TestClassResult.getTestClass() |
TestClass |
TestsManager.getTestClassById(long testClassId)
Find a specific testClass by id
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends TestClass> |
TestsDao.findAll() |
List<TestClass> |
TestsDao.getTestClassesForPlan(Plan plan)
Retrieve all test classes attached to a specific plan
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestsManager.saveTestClass(TestClass testClass)
Save a TestClass (and included TestCases) to the database
|
void |
TestCase.setTestClass(TestClass testClass)
Set the testClass this test case belongs to
|
| Modifier and Type | Method and Description |
|---|---|
long |
TestsDao.scrollTestClassesForExport(com.google.common.base.Function<TestClass,Void> function)
Scroll through and execute function for each of TestClass records
Objects passed to function are not fully initialized.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.