Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCaseResultError
Packages that use TestCaseResultError
Package
Description
-
Uses of TestCaseResultError in com.atlassian.bamboo.plugins.testresultparser.testng
Methods in com.atlassian.bamboo.plugins.testresultparser.testng that return TestCaseResultError -
Uses of TestCaseResultError in com.atlassian.bamboo.results.tests
Methods in com.atlassian.bamboo.results.tests that return types with arguments of type TestCaseResultErrorMethods in com.atlassian.bamboo.results.tests with parameters of type TestCaseResultErrorModifier and TypeMethodDescriptionvoidTestResults.addError(TestCaseResultError error) Add an error to the test -
Uses of TestCaseResultError in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestCaseResultErrorMethods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestCaseResultErrorModifier and TypeMethodDescription@NotNull List<TestCaseResultError>TestCaseResult.getErrors()@NotNull List<TestCaseResultError>TestCaseResultImpl.getErrors()Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCaseResultErrorModifier and TypeMethodDescriptionvoidTestCaseResultErrorMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TestCaseResultError> list, @NotNull TestCaseResultError object, long objectIndex, @NotNull org.hibernate.Session session) protected voidTestCaseResultErrorMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TestCaseResultError object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidTestCaseResultErrorMapper.importProperties(@NotNull TestCaseResultError object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCaseResultErrorModifier and TypeMethodDescriptionvoidTestCaseResultErrorMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TestCaseResultError> list, @NotNull TestCaseResultError object, long objectIndex, @NotNull org.hibernate.Session session) longTestCaseResultDao.scrollTestCaseResultErrorsForExport(@NotNull Consumer<TestCaseResultError> consumer) Scroll through and execute function for each of TestCaseResultErrors Objects passed to function are not fully initialized.longTestCaseResultHibernateDao.scrollTestCaseResultErrorsForExport(@NotNull Consumer<TestCaseResultError> consumer) Constructor parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCaseResultErrorModifierConstructorDescriptionTestCaseResultImpl(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)