Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCaseResultError
Package
Description
-
Uses of TestCaseResultError in com.atlassian.bamboo.plugins.testresultparser.testng
-
Uses of TestCaseResultError in com.atlassian.bamboo.results.tests
Modifier and TypeMethodDescriptionvoid
TestResults.addError
(TestCaseResultError error) Add an error to the test -
Uses of TestCaseResultError in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeMethodDescription@NotNull List<TestCaseResultError>
TestCaseResult.getErrors()
@NotNull List<TestCaseResultError>
TestCaseResultImpl.getErrors()
Modifier and TypeMethodDescriptionvoid
TestCaseResultErrorMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TestCaseResultError> list, @NotNull TestCaseResultError object, long objectIndex, @NotNull org.hibernate.Session session) protected void
TestCaseResultErrorMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TestCaseResultError object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
TestCaseResultErrorMapper.importProperties
(@NotNull TestCaseResultError object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Modifier and TypeMethodDescriptionvoid
TestCaseResultErrorMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TestCaseResultError> list, @NotNull TestCaseResultError object, long objectIndex, @NotNull org.hibernate.Session session) long
TestCaseResultDao.scrollTestCaseResultErrorsForExport
(@NotNull Consumer<TestCaseResultError> consumer) Scroll through and execute function for each of TestCaseResultErrors Objects passed to function are not fully initialized.long
TestCaseResultHibernateDao.scrollTestCaseResultErrorsForExport
(@NotNull Consumer<TestCaseResultError> consumer) ModifierConstructorDescriptionTestCaseResultImpl
(TestCase testCase, long duration, TestState state, @Nullable List<TestCaseResultError> testCaseResultErrors) TestCaseResultImpl
(TestCase testCase, long duration, TestState state, @Nullable List<TestCaseResultError> testCaseResultErrors, List<String> quarantinedTests) Deprecated.since 5.7TestCaseResultImpl
(TestCase testCase, long duration, TestState state, @Nullable List<TestCaseResultError> testCaseResultErrors, Set<String> quarantinedTests)