Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestClass
-
Packages that use TestClass Package Description com.atlassian.bamboo.plan com.atlassian.bamboo.resultsummary.tests -
-
Uses of TestClass in com.atlassian.bamboo.plan
Fields in com.atlassian.bamboo.plan with type parameters of type TestClass Modifier and Type Field Description static javax.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 TestClass Modifier and Type Class Description class
TestClassImpl
Methods in com.atlassian.bamboo.resultsummary.tests that return TestClass Modifier and Type Method Description @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)
TestClass
TestCase. getTestClass()
TestClass
TestCaseImpl. getTestClass()
TestClass
TestClassResult. getTestClass()
TestClass
TestClassResultImpl. getTestClass()
@Nullable TestClass
TestsManager. getTestClassById(long testClassId)
Find a specific testClass by id@Nullable TestClass
TestsManagerImpl. getTestClassById(long testClassId)
Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestClass Modifier and Type Method Description @NotNull Collection<? extends TestClass>
TestsDao. findAll()
@NotNull Collection<? extends TestClass>
TestsHibernateDao. findAll()
@NotNull com.google.common.collect.Multimap<TestClass,TestCase>
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.com.google.common.collect.Multimap<TestClass,TestCase>
TestsHibernateDao. getTestClassesMapForPlan(Plan plan, long masterJobId, int cutoffBuildNumber)
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestClass Modifier and Type Method Description void
TestClassMapper. afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<TestClass> list, @NotNull TestClass object, long objectIndex, @NotNull org.hibernate.Session session)
int
TestClassImpl. compareTo(TestClass testClass)
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)
Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestClass Modifier and Type Method Description void
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)
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestClass Constructor Description TestCaseImpl(String name, TestClass testClass)
TestClassIdentifier(TestClass testClass)
TestClassResultImpl(TestClass testClass, BuildResultsSummary summary)
-