Package | Description |
---|---|
com.atlassian.bamboo.plan | |
com.atlassian.bamboo.resultsummary.tests |
Modifier and Type | Method and Description |
---|---|
List<TestClass> |
AbstractPlan.getTestClasses() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractPlan.setTestClasses(List<TestClass> testCases) |
Modifier and Type | Class and Description |
---|---|
class |
TestClassImpl |
Modifier and Type | Method and Description |
---|---|
TestClass |
TestClassImpl.copyTestClass(Plan plan) |
TestClass |
TestClass.copyTestClass(Plan plan)
Creates a copy of the
TestClass . |
TestClass |
TestsHibernateDao.findById(long testClassId) |
TestClass |
TestsDao.findById(long testClassId)
Find a specific testClass by id
|
TestClass |
TestClassResultImpl.getTestClass() |
TestClass |
TestCaseImpl.getTestClass() |
TestClass |
TestClassResult.getTestClass() |
TestClass |
TestCase.getTestClass() |
TestClass |
TestsManagerImpl.getTestClassById(long testClassId) |
TestClass |
TestsManager.getTestClassById(long testClassId)
Find a specific testClass by id
|
Modifier and Type | Method and Description |
---|---|
Collection<? extends TestClass> |
TestsHibernateDao.findAll() |
Collection<? extends TestClass> |
TestsDao.findAll() |
List<TestClass> |
TestsHibernateDao.getTestClassesForPlan(Plan plan)
Retrieve all test classes attached to a specific plan
|
List<TestClass> |
TestsDao.getTestClassesForPlan(Plan plan)
Retrieve all test classes attached to a specific plan
|
Modifier and Type | Method and Description |
---|---|
void |
TestClassMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<TestClass> list,
TestClass object,
long objectIndex,
org.hibernate.Session session) |
int |
TestClassImpl.compareTo(TestClass testClass) |
protected void |
TestClassMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
TestClass object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
TestClassMapper.importProperties(TestClass object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
void |
TestsManagerImpl.saveTestClass(TestClass testClass) |
void |
TestsManager.saveTestClass(TestClass testClass)
Save a TestClass (and included TestCases) to the database
|
protected void |
TestClassResultImpl.setTestClass(TestClass testClass) |
void |
TestCaseImpl.setTestClass(TestClass testClass) |
void |
TestCase.setTestClass(TestClass testClass)
Set the testClass this test case belongs to
|
Modifier and Type | Method and Description |
---|---|
void |
TestClassMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
List<TestClass> list,
TestClass object,
long objectIndex,
org.hibernate.Session session) |
long |
TestsHibernateDao.scrollTestClassesForExport(Consumer<TestClass> consumer) |
long |
TestsDao.scrollTestClassesForExport(Consumer<TestClass> consumer)
Scroll through and execute function for each of TestClass records
Objects passed to function are not fully initialized.
|
Constructor and Description |
---|
TestCaseImpl(String name,
TestClass testClass) |
TestClassResultImpl(TestClass testClass,
BuildResultsSummary summary) |
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.