| Package | Description |
|---|---|
| com.atlassian.bamboo.results.tests | |
| com.atlassian.bamboo.resultsummary.tests |
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseResultError> |
TestResults.getErrors()
How many errors does the test have.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TestResults.addError(TestCaseResultError error)
Add an error to the test
|
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseResultError> |
TestCaseResult.getErrors() |
| Modifier and Type | Method and Description |
|---|---|
long |
TestCaseResultDao.scrollTestCaseResultErrorsForExport(com.google.common.base.Function<TestCaseResultError,Void> function)
Scroll through and execute function for each of TestCaseResultErrors
Objects passed to function are not fully initialized.
|
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.