Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestClass

Packages that use TestClass
com.atlassian.bamboo.plan   
com.atlassian.bamboo.resultsummary.tests   
 

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 TestClass.copyTestClass(Plan plan)
          Creates a copy of the TestClass.
 TestClass TestClassImpl.copyTestClass(Plan plan)
           
 TestClass TestsHibernateDao.findById(long testClassId)
           
 TestClass TestsDao.findById(long testClassId)
          Find a specific testClass by id
 TestClass TestClassResult.getTestClass()
           
 TestClass TestCase.getTestClass()
           
 TestClass TestClassResultImpl.getTestClass()
           
 TestClass TestCaseImpl.getTestClass()
           
 TestClass TestsManager.getTestClassById(long testClassId)
          Find a specific testClass by id
 TestClass TestsManagerImpl.getTestClassById(long testClassId)
           
 

Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestClass
 java.util.Collection<? extends TestClass> TestsHibernateDao.findAll()
           
 java.util.Collection<? extends TestClass> TestsDao.findAll()
           
 java.util.List<TestClass> TestsHibernateDao.getTestClassesForPlan(Plan plan)
          Retrieve all test classes attached to a specific plan
 java.util.List<TestClass> TestsDao.getTestClassesForPlan(Plan plan)
          Retrieve all test classes attached to a specific 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, ExportDetailsBean exportDetailsBean)
           
protected  void TestClassMapper.importProperties(TestClass object, org.codehaus.staxmate.in.SMInputCursor inputCursor, net.sf.hibernate.Session session)
           
 void TestsManager.saveTestClass(TestClass testClass)
          Save a TestClass (and included TestCases) to the database
 void TestsManagerImpl.saveTestClass(TestClass testClass)
           
 void TestCase.setTestClass(TestClass testClass)
          Set the testClass this test case belongs to
protected  void TestClassResultImpl.setTestClass(TestClass testClass)
           
 void TestCaseImpl.setTestClass(TestClass testClass)
           
 

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)
           
 



Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.