| Package | Description |
|---|---|
| com.atlassian.bamboo.build | |
| com.atlassian.bamboo.resultsummary | |
| com.atlassian.bamboo.resultsummary.tests | |
| com.atlassian.bamboo.utils |
| Modifier and Type | Method and Description |
|---|---|
TestClassResult |
ViewTestClassResultAction.getTestClassResult() |
| Modifier and Type | Method and Description |
|---|---|
List<TestClassResult> |
ViewTestCaseResultAction.getTestClassResults() |
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SetAttribute<AbstractResultsSummary,TestClassResult> |
AbstractResultsSummary_.testClassResults |
| Modifier and Type | Class and Description |
|---|---|
class |
TestClassResultImpl |
| Modifier and Type | Method and Description |
|---|---|
TestClassResult |
TestResultsHibernateDao.findById(long testClassId) |
TestClassResult |
TestResultsDao.findById(long testClassResultId)
Find a specific testClassResult by id
|
TestClassResult |
TestCaseResultImpl.getTestClassResult() |
TestClassResult |
TestCaseResult.getTestClassResult() |
TestClassResult |
TestsManagerImpl.getTestClassResultById(long testClassResultId) |
@Nullable TestClassResult |
TestsManager.getTestClassResultById(long testClassResultId)
Find a specific testClassResult by id
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestClassResultMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor,
@NotNull List<TestClassResult> list,
@NotNull TestClassResult object,
long objectIndex,
@NotNull org.hibernate.Session session) |
int |
TestClassResultImpl.compareTo(TestClassResult testClassResult) |
protected void |
TestClassResultMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement,
@NotNull TestClassResult object,
@NotNull org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
TestClassResultMapper.importProperties(@NotNull TestClassResult object,
@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor,
@NotNull org.hibernate.Session session) |
void |
TestCaseResultImpl.setTestClassResult(TestClassResult testClassResult) |
void |
TestCaseResult.setTestClassResult(TestClassResult testClassResult)
Set the TestClassResult this test result belongs to
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
BambooPredicates.hasTestCases(@NotNull TestClassResult testClassResult) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.