Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestClassResult
Packages that use TestClassResult
Package
Description
-
Uses of TestClassResult in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return TestClassResultMethods in com.atlassian.bamboo.build that return types with arguments of type TestClassResult -
Uses of TestClassResult in com.atlassian.bamboo.resultsummary
Fields in com.atlassian.bamboo.resultsummary with type parameters of type TestClassResultModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SetAttribute<AbstractResultsSummary,TestClassResult> AbstractResultsSummary_.testClassResultsMethods in com.atlassian.bamboo.resultsummary that return types with arguments of type TestClassResultModifier and TypeMethodDescription@Nullable FilteredTestResults<TestClassResult>BuildResultsSummary.getFilteredTestResults()Return a filtered view of all the tests that ran in this build.@NotNull Set<TestClassResult>AbstractResultsSummary.getTestClassResults()Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type TestClassResultModifier and TypeMethodDescriptionvoidAbstractResultsSummary.resetTestClassResults(@NotNull List<TestClassResult> testClassResults) voidResultsSummary.resetTestClassResults(@NotNull List<TestClassResult> testClassResults) Overrides all current testClassResults with the new ones -
Uses of TestClassResult in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestClassResultMethods in com.atlassian.bamboo.resultsummary.tests that return TestClassResultModifier and TypeMethodDescriptionTestResultsDao.findById(long testClassResultId) Find a specific testClassResult by idTestResultsHibernateDao.findById(long testClassId) TestCaseResult.getTestClassResult()TestCaseResultImpl.getTestClassResult()@Nullable TestClassResultTestsManager.getTestClassResultById(long testClassResultId) Find a specific testClassResult by idTestsManagerImpl.getTestClassResultById(long testClassResultId) Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestClassResultModifier and TypeMethodDescription@NotNull Collection<? extends TestClassResult>TestResultsDao.findAll()@NotNull Collection<? extends TestClassResult>TestResultsHibernateDao.findAll()@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getAllFailedTests()@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getExistingFailedTests()@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getFixedTests()@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getNewFailedTests()@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getQuarantinedTests()@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getSkippedTests()@NotNull List<TestClassResult>TestResultsDao.getTestClassResults(@NotNull PlanResultKey planResultKey) Retrieves a list of all testClassResults for a BuildResultSummary@NotNull List<TestClassResult>TestResultsHibernateDao.getTestClassResults(@NotNull PlanResultKey planResultKey) @NotNull List<TestClassResult>TestsManager.getTestClassResults(@NotNull PlanResultKey planResultKey) Retrieves a list of all testClassResults for a BuildResultSummary@NotNull List<TestClassResult>TestsManagerImpl.getTestClassResults(@NotNull PlanResultKey planResultKey) @NotNull TreeMultimap<TestClassResult,TestCaseResult> TestsManager.getTestOrderedMap(@NotNull List<TestCaseResult> tests) Generate a ListOrderedMap of TestClassResult to list ofTestCaseResultbased on a given list of TestCaseResults.@NotNull TreeMultimap<TestClassResult,TestCaseResult> TestsManagerImpl.getTestOrderedMap(@NotNull List<TestCaseResult> tests) Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestClassResultModifier and TypeMethodDescriptionvoidTestClassResultMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<TestClassResult> list, @NotNull TestClassResult object, long objectIndex, @NotNull org.hibernate.Session session) intTestClassResultImpl.compareTo(TestClassResult testClassResult) protected voidTestClassResultMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TestClassResult object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidTestClassResultMapper.importProperties(@NotNull TestClassResult object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) voidTestCaseResult.setTestClassResult(TestClassResult testClassResult) Set the TestClassResult this test result belongs tovoidTestCaseResultImpl.setTestClassResult(TestClassResult testClassResult) Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestClassResultModifier and TypeMethodDescriptionvoidTestClassResultMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor cursor, @NotNull List<TestClassResult> list, @NotNull TestClassResult object, long objectIndex, @NotNull org.hibernate.Session session) longTestResultsDao.scrollTestClassResultsForExport(@NotNull Consumer<TestClassResult> consumer) Scroll through and execute function for each of TestClassResults Objects passed to function are not fully initialized.longTestResultsHibernateDao.scrollTestClassResultsForExport(@NotNull Consumer<TestClassResult> consumer) -
Uses of TestClassResult in com.atlassian.bamboo.utils
Methods in com.atlassian.bamboo.utils with parameters of type TestClassResultModifier and TypeMethodDescriptionstatic booleanBambooPredicates.hasTestCases(@NotNull TestClassResult testClassResult)