|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestClass | |
---|---|
com.atlassian.bamboo.build | |
com.atlassian.bamboo.plan | |
com.atlassian.bamboo.resultsummary.tests |
Uses of TestClass in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that return types with arguments of type TestClass | |
---|---|
java.util.List<TestClass> |
BuildObjectForTests.getTestClasses()
|
Uses of TestClass in com.atlassian.bamboo.plan |
---|
Methods in com.atlassian.bamboo.plan that return types with arguments of type TestClass | |
---|---|
java.util.List<TestClass> |
AbstractPlan.getTestClasses()
|
Method parameters in com.atlassian.bamboo.plan with type arguments of type TestClass | |
---|---|
void |
AbstractPlan.setTestClasses(java.util.List<TestClass> testCases)
|
Uses of TestClass in com.atlassian.bamboo.resultsummary.tests |
---|
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestClass | |
---|---|
class |
TestClassImpl
|
Methods in com.atlassian.bamboo.resultsummary.tests that return TestClass | |
---|---|
TestClass |
TestClassImpl.copyTestClass(Plan plan)
|
TestClass |
TestClass.copyTestClass(Plan plan)
Creates a copy of the TestClass . |
TestClass |
TestClassResultImpl.getTestClass()
|
TestClass |
TestCaseImpl.getTestClass()
|
TestClass |
TestClassResult.getTestClass()
|
TestClass |
TestCase.getTestClass()
|
TestClass |
TestsHibernateDao.getTestClassById(long testClassId)
|
TestClass |
TestsManagerImpl.getTestClassById(long testClassId)
|
TestClass |
TestsManager.getTestClassById(long testClassId)
Find a specific testClass by id |
TestClass |
TestsDao.getTestClassById(long testClassId)
Find a specific testClass by id |
Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestClass | |
---|---|
java.util.List<TestClass> |
TestsHibernateDao.getTestClassesForPlan(Plan plan)
Retrieve all test classes attached to a specific plab |
java.util.List<TestClass> |
TestsDao.getTestClassesForPlan(Plan plan)
Retrieve all test classes attached to a specific plan |
java.util.List<TestClass> |
UpgradeTestsManager.retrieveTestClassesForPlan(Plan plan)
|
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestClass | |
---|---|
void |
TestClassMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<TestClass> list,
TestClass object,
long objectIndex,
net.sf.hibernate.Session session)
|
int |
TestClassImpl.compareTo(TestClass testClass)
|
protected void |
TestClassMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
TestClass object,
net.sf.hibernate.Session session)
|
protected void |
TestClassMapper.importProperties(TestClass object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.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 |
Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestClass | |
---|---|
void |
TestClassMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<TestClass> list,
TestClass object,
long objectIndex,
net.sf.hibernate.Session session)
|
long |
TestsHibernateDao.scrollTestClassesForExport(com.google.common.base.Function<TestClass,java.lang.Void> function)
|
long |
TestsDao.scrollTestClassesForExport(com.google.common.base.Function<TestClass,java.lang.Void> function)
Scroll through and execute function for each of TestClass records Objects passed to function are not fully initialized. |
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestClass | |
---|---|
TestCaseImpl(java.lang.String name,
TestClass testClass)
|
|
TestClassResultImpl(TestClass testClass,
BuildResultsSummary summary)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |