Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestClass
-
Uses of TestClass in com.atlassian.bamboo.plan
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<AbstractPlan,
TestClass> AbstractPlan_.testClasses
-
Uses of TestClass in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeMethodDescription@NotNull TestClass
TestClass.copyTestClass
(@NotNull Plan plan) Creates a copy of theTestClass
.@NotNull TestClass
TestClassImpl.copyTestClass
(@NotNull Plan plan) @Nullable TestClass
TestsDao.findById
(long testClassId) Find a specific testClass by id@Nullable TestClass
TestsHibernateDao.findById
(long testClassId) TestCase.getTestClass()
TestCaseImpl.getTestClass()
TestClassResult.getTestClass()
TestClassResultImpl.getTestClass()
@Nullable TestClass
TestsManager.getTestClassById
(long testClassId) Find a specific testClass by id@Nullable TestClass
TestsManagerImpl.getTestClassById
(long testClassId) Modifier 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) Modifier and TypeMethodDescriptionvoid
TestClassMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<TestClass> list, @NotNull TestClass object, long objectIndex, @NotNull org.hibernate.Session session) int
protected void
TestClassMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TestClass object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
TestClassMapper.importProperties
(@NotNull TestClass object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) void
TestsManager.saveTestClass
(TestClass testClass) Save a TestClass (and included TestCases) to the databasevoid
TestsManagerImpl.saveTestClass
(TestClass testClass) void
TestCase.setTestClass
(TestClass testClass) Set the testClass this test case belongs tovoid
TestCaseImpl.setTestClass
(TestClass testClass) protected void
TestClassResultImpl.setTestClass
(TestClass testClass) Modifier and TypeMethodDescriptionvoid
TestClassMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<TestClass> list, @NotNull TestClass object, long objectIndex, @NotNull org.hibernate.Session session) long
TestsDao.scrollTestClassesForExport
(@NotNull Consumer<TestClass> consumer) Scroll through and execute function for each of TestClass records Objects passed to function are not fully initialized.long
TestsHibernateDao.scrollTestClassesForExport
(@NotNull Consumer<TestClass> consumer) ModifierConstructorDescriptionTestCaseImpl
(String name, TestClass testClass) TestClassIdentifier
(TestClass testClass) TestClassResultImpl
(TestClass testClass, BuildResultsSummary summary)