Package | Description |
---|---|
com.atlassian.bamboo.plan | |
com.atlassian.bamboo.resultsummary.tests |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SetAttribute<AbstractPlan,TestClass> |
AbstractPlan_.testClasses |
Modifier and Type | Class and Description |
---|---|
class |
TestClassImpl |
Modifier and Type | Method and Description |
---|---|
@NotNull TestClass |
TestClassImpl.copyTestClass(@NotNull Plan plan) |
@NotNull TestClass |
TestClass.copyTestClass(@NotNull Plan plan)
Creates a copy of the
TestClass . |
@Nullable TestClass |
TestsHibernateDao.findById(long testClassId) |
@Nullable TestClass |
TestsDao.findById(long testClassId)
Find a specific testClass by id
|
TestClass |
TestClassResultImpl.getTestClass() |
TestClass |
TestCaseImpl.getTestClass() |
TestClass |
TestCase.getTestClass() |
TestClass |
TestClassResult.getTestClass() |
@Nullable TestClass |
TestsManagerImpl.getTestClassById(long testClassId) |
@Nullable TestClass |
TestsManager.getTestClassById(long testClassId)
Find a specific testClass by id
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.Multimap<TestClass,TestCase> |
TestsHibernateDao.getTestClassesMapForPlan(Plan plan,
long masterJobId,
int cutoffBuildNumber) |
Modifier and Type | Method and 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 |
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
|
Constructor and Description |
---|
TestCaseImpl(String name,
TestClass testClass) |
TestClassIdentifier(TestClass testClass) |
TestClassResultImpl(TestClass testClass,
BuildResultsSummary summary) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.
View cookie preferences