Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestClass
Packages that use TestClass
-
Uses of TestClass in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type TestClassModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SetAttribute<AbstractPlan, TestClass> AbstractPlan_.testClasses -
Uses of TestClass in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestClassMethods in com.atlassian.bamboo.resultsummary.tests that return TestClassModifier and TypeMethodDescription@NotNull TestClassTestClass.copyTestClass(@NotNull Plan plan) Creates a copy of theTestClass.@NotNull TestClassTestClassImpl.copyTestClass(@NotNull Plan plan) @Nullable TestClassTestsDao.findById(long testClassId) Find a specific testClass by id@Nullable TestClassTestsHibernateDao.findById(long testClassId) TestCase.getTestClass()TestCaseImpl.getTestClass()TestClassResult.getTestClass()TestClassResultImpl.getTestClass()@Nullable TestClassTestsManager.getTestClassById(long testClassId) Find a specific testClass by id@Nullable TestClassTestsManagerImpl.getTestClassById(long testClassId) Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestClassModifier and TypeMethodDescription@NotNull Collection<? extends TestClass> TestsDao.findAll()@NotNull Collection<? extends TestClass> TestsHibernateDao.findAll()TestsDao.getTestClassesMapForPlan(Plan plan, long masterJobId, int cutoffBuildNumber) Retrieve all test classes attached to a specific plan in a build later or equal to cutoffBuildNumber.TestsHibernateDao.getTestClassesMapForPlan(Plan plan, long masterJobId, int cutoffBuildNumber) Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestClassModifier and TypeMethodDescriptionvoidTestClassMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<TestClass> list, @NotNull TestClass object, long objectIndex, @NotNull org.hibernate.Session session) intprotected voidTestClassMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TestClass object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidTestClassMapper.importProperties(@NotNull TestClass object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) voidTestsManager.saveTestClass(TestClass testClass) Save a TestClass (and included TestCases) to the databasevoidTestsManagerImpl.saveTestClass(TestClass testClass) voidTestCase.setTestClass(TestClass testClass) Set the testClass this test case belongs tovoidTestCaseImpl.setTestClass(TestClass testClass) protected voidTestClassResultImpl.setTestClass(TestClass testClass) Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestClassModifier and TypeMethodDescriptionvoidTestClassMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<TestClass> list, @NotNull TestClass object, long objectIndex, @NotNull org.hibernate.Session session) longTestsDao.scrollTestClassesForExport(@NotNull Consumer<TestClass> consumer) Scroll through and execute function for each of TestClass records Objects passed to function are not fully initialized.longTestsHibernateDao.scrollTestClassesForExport(@NotNull Consumer<TestClass> consumer) Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestClassModifierConstructorDescriptionTestCaseImpl(String name, TestClass testClass) TestClassIdentifier(TestClass testClass) TestClassResultImpl(TestClass testClass, BuildResultsSummary summary)