Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCaseResultError
-
Packages that use TestCaseResultError Package Description com.atlassian.bamboo.plugins.testresultparser.testng com.atlassian.bamboo.results.tests com.atlassian.bamboo.resultsummary.tests -
-
Uses of TestCaseResultError in com.atlassian.bamboo.plugins.testresultparser.testng
Methods in com.atlassian.bamboo.plugins.testresultparser.testng that return TestCaseResultError Modifier and Type Method Description TestCaseResultError
TestMethodExceptionEntity. toTestCaseResultError()
-
Uses of TestCaseResultError in com.atlassian.bamboo.results.tests
Methods in com.atlassian.bamboo.results.tests that return types with arguments of type TestCaseResultError Modifier and Type Method Description List<TestCaseResultError>
TestResults. getErrors()
How many errors does the test have.Methods in com.atlassian.bamboo.results.tests with parameters of type TestCaseResultError Modifier and Type Method Description void
TestResults. 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 TestCaseResultError Modifier and Type Class Description class
TestCaseResultErrorImpl
Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestCaseResultError Modifier and Type Method Description @NotNull List<TestCaseResultError>
TestCaseResult. getErrors()
@NotNull List<TestCaseResultError>
TestCaseResultImpl. getErrors()
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCaseResultError Modifier and Type Method Description void
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)
Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCaseResultError Modifier and Type Method Description void
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)
Constructor parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCaseResultError Constructor Description TestCaseResultImpl(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)
-