Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCaseResult
Packages that use TestCaseResult
Package
Description
-
Uses of TestCaseResult in com.atlassian.bamboo.build
Methods in com.atlassian.bamboo.build that return TestCaseResultModifier and TypeMethodDescription@Nullable TestCaseResultPlanResultsAction.getTestCaseResultOnMasterBranch(@Nullable TestCaseResult testCaseResult) Methods in com.atlassian.bamboo.build that return types with arguments of type TestCaseResultMethods in com.atlassian.bamboo.build with parameters of type TestCaseResultModifier and TypeMethodDescription@Nullable BuildResultsSummaryBuildResultsAction.getFailingSinceForTest(@Nullable TestCaseResult testCaseResult) @Nullable ResultsSummaryChainResultsAction.getFailingSinceForTest(@Nullable TestCaseResult testCaseResult) @Nullable StringBuildResultsAction.getFailingSinceForTestString(@Nullable BuildResultsSummary buildResultsSummary, @Nullable TestCaseResult testCaseResult) @Nullable StringChainResultsAction.getFailingSinceForTestString(@Nullable ResultsSummary resultsSummary, @Nullable TestCaseResult testCaseResult) @Nullable TestCaseResultPlanResultsAction.getTestCaseResultOnMasterBranch(@Nullable TestCaseResult testCaseResult) -
Uses of TestCaseResult in com.atlassian.bamboo.build.tests
Methods in com.atlassian.bamboo.build.tests that return types with arguments of type TestCaseResultModifier and TypeMethodDescriptionViewTestsSummary.getRecentFailures(TestCase testCase, int number) ViewTestsSummaryForPlan.getRecentFailures(TestCase testCase, int number) -
Uses of TestCaseResult in com.atlassian.bamboo.chains
Methods in com.atlassian.bamboo.chains that return types with arguments of type TestCaseResultModifier and TypeMethodDescription@NotNull List<TestCaseResult>ChainFilteredTestResults.getAllFailedTestList()@NotNull Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getAllFailedTests()@NotNull Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getExistingFailedTests()@NotNull Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getFixedTests()@NotNull Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getNewFailedTests()@NotNull Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getQuarantinedTests()@NotNull List<TestCaseResult>ChainFilteredTestResults.getSkippedTestList()@NotNull Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getSkippedTests() -
Uses of TestCaseResult in com.atlassian.bamboo.plugins.rest.model.build.test
Constructors in com.atlassian.bamboo.plugins.rest.model.build.test with parameters of type TestCaseResult -
Uses of TestCaseResult in com.atlassian.bamboo.resultsummary.tests
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestCaseResultMethods in com.atlassian.bamboo.resultsummary.tests that return TestCaseResultModifier and TypeMethodDescriptionTestCaseResultDao.findById(long id) Find a specific testCaseResult by idTestCaseResultHibernateDao.findById(long id) @Nullable TestCaseResultTestCaseSummary.getLastTestCaseResult()@Nullable TestCaseResultTestCaseSummaryImpl.getLastTestCaseResult()TestCaseResultError.getTestCaseResult()TestCaseResultErrorImpl.getTestCaseResult()TestCaseResultStatisticsProvider.getTestCaseResult()TestCaseResultStatisticsProviderImpl.getTestCaseResult()@Nullable TestCaseResultTestsManager.getTestCaseResultById(long testCaseResultId) Find a specific testCaseResult by idTestsManagerImpl.getTestCaseResultById(long testCaseId) Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestCaseResultModifier and TypeMethodDescription@NotNull List<TestCaseResult>FilteredTestResults.getAllFailedTestList()@NotNull List<TestCaseResult>FilteredTestResultsAbstract.getAllFailedTestList()@NotNull Multimap<T,TestCaseResult> FilteredTestResults.getAllFailedTests()ReturnsMultimapof allTestCaseResultthat have failed in this build.@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getAllFailedTests()protected abstract @NotNull List<TestCaseResult>FilteredTestResultsAbstract.getBrokenTestList()protected @NotNull List<TestCaseResult>FilteredTestResultsImpl.getBrokenTestList()protected @NotNull List<TestCaseResult>FilteredTestResultsPaginableImpl.getBrokenTestList()@NotNull Multimap<T,TestCaseResult> FilteredTestResults.getExistingFailedTests()ReturnsMultimapofTestCaseResultthat were failing in the previous build and are still failing.@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getExistingFailedTests()protected abstract @NotNull List<TestCaseResult>FilteredTestResultsAbstract.getFailingTestList()protected @NotNull List<TestCaseResult>FilteredTestResultsImpl.getFailingTestList()protected @NotNull List<TestCaseResult>FilteredTestResultsPaginableImpl.getFailingTestList()protected abstract @NotNull List<TestCaseResult>FilteredTestResultsAbstract.getFixedTestList()protected @NotNull List<TestCaseResult>FilteredTestResultsImpl.getFixedTestList()protected @NotNull List<TestCaseResult>FilteredTestResultsPaginableImpl.getFixedTestList()@NotNull Multimap<T,TestCaseResult> FilteredTestResults.getFixedTests()ReturnsMultimapofTestCaseResultthat have been fixed in this build.@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getFixedTests()@NotNull List<Pair<TestCaseResult,Integer>> TestsManager.getLastNFailingResults(@NotNull TestCase testCase, int number) Retrieve the last n failing testResults for this given test case, latest first.@NotNull List<Pair<TestCaseResult,Integer>> TestsManager.getLastNFailingResults(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults, int number) Retrieve the last n failing testResults for this given test case, but only those that occurred within the provided build results.@NotNull List<Pair<TestCaseResult,Integer>> TestsManagerImpl.getLastNFailingResults(@NotNull TestCase testCase, int number) @NotNull List<Pair<TestCaseResult,Integer>> TestsManagerImpl.getLastNFailingResults(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults, int number) @NotNull List<Pair<TestCaseResult,Integer>> TestCaseResultDao.getLastNFailingResultsForTestCase(@NotNull TestCase testCase, int number) Retrieve the last n failing testResults for this given test case, latest first.@NotNull List<Pair<TestCaseResult,Integer>> TestCaseResultHibernateDao.getLastNFailingResultsForTestCase(@NotNull TestCase testCase, int number) @NotNull List<Pair<TestCaseResult,Integer>> TestCaseResultDao.getLastNFailingResultsForTestCaseAndBuildResults(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults, int number) Retrieve the last n failing testResults for this given test case, but only those that occurred within the provided build results.@NotNull List<Pair<TestCaseResult,Integer>> TestCaseResultHibernateDao.getLastNFailingResultsForTestCaseAndBuildResults(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults, int number) @NotNull Multimap<T,TestCaseResult> FilteredTestResults.getNewFailedTests()ReturnsMultimapofTestCaseResultthat have failed, but were not failing in the last build.@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getNewFailedTests()@NotNull List<TestCaseResult>TestCaseResultDao.getQuarantinedTestCasesForBuildResult(@NotNull BuildResultsSummary buildResultsSummary) Provide a list of the quarantined tests for a build result@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getQuarantinedTestCasesForBuildResult(@NotNull BuildResultsSummary buildResultsSummary) @NotNull List<TestCaseResult>TestCaseResultDao.getQuarantinedTestCasesForChainResult(@NotNull ChainResultsSummary chainResultsSummary) Provide a list of the quarantined tests for a chain result@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getQuarantinedTestCasesForChainResult(@NotNull ChainResultsSummary chainResultsSummary) @NotNull Multimap<T,TestCaseResult> FilteredTestResults.getQuarantinedTests()ReturnsMultimapofTestCaseResultthat were Quarantined in this build, whether failed, successful or skipped.@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getQuarantinedTests()@NotNull List<TestCaseResult>TestQuarantineManager.getQuarantinedTestsListForBuildResult(@NotNull BuildResultsSummary buildResultsSummary) ReturnsListofTestCaseResultthat are quarantined for a given build result.@NotNull List<TestCaseResult>TestQuarantineManagerImpl.getQuarantinedTestsListForBuildResult(@NotNull BuildResultsSummary buildResultsSummary) @Nullable List<TestCaseResult>TestQuarantineManager.getQuarantinedTestsListForChainResult(@NotNull ChainResultsSummary chainResultsSummary) Get a list ofTestCaseof all the tests quarantined for a given chain result@Nullable List<TestCaseResult>TestQuarantineManagerImpl.getQuarantinedTestsListForChainResult(@NotNull ChainResultsSummary chainResultsSummary) @NotNull List<TestCaseResult>FilteredTestResults.getSkippedTestList()@NotNull List<TestCaseResult>FilteredTestResultsAbstract.getSkippedTestList()@NotNull Multimap<T,TestCaseResult> FilteredTestResults.getSkippedTests()ReturnsMultimapofTestCaseResultthat were Skipped in this build.@NotNull Multimap<TestClassResult,TestCaseResult> FilteredTestResultsAbstract.getSkippedTests()@NotNull List<TestCaseResult>TestCaseResultDao.getTestCaseResults(TestCase testCase, long buildNumber) Find a specific run of a testCase@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getTestCaseResults(TestCase testCase, long buildNumber) @NotNull List<TestCaseResult>TestClassResult.getTestCaseResults()Deprecated.@NotNull List<TestCaseResult>TestClassResultImpl.getTestCaseResults()@NotNull List<TestCaseResult>TestsManager.getTestCaseResults(TestCase testCase, long buildNumber) Find a specific run of a testCase@NotNull List<TestCaseResult>TestsManagerImpl.getTestCaseResults(TestCase testCase, long buildNumber) @NotNull List<TestCaseResult>TestCaseResultDao.getTestCaseResultsForTestCase(@NotNull TestCase testCase) Return a list of TestCaseResults for a given TestCase@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getTestCaseResultsForTestCase(@NotNull TestCase testCase) @NotNull List<TestCaseResult>TestCaseResultDao.getTestCaseResultsForTestCaseAndBuilds(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults) Return a list of TestCaseResults for a given TestCase constrained to a specific set of Build Result Summaries@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getTestCaseResultsForTestCaseAndBuilds(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults) @NotNull Set<TestCaseResult>TestClassResult.getTestCaseResultsSet()Retrieve the TestCaseResults contained within this TestClassResult@NotNull Set<TestCaseResult>TestClassResultImpl.getTestCaseResultsSet()@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) @NotNull List<TestCaseResult>TestCaseResultDao.getTestsForBuildResultByDeltaState(ResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxCount) Retrieves a list of testCaseResults for a BuildResultSummary based on their delta state (e.g BROKEN, FIXED)@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getTestsForBuildResultByDeltaState(ResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxResults) @NotNull List<TestCaseResult>TestsManager.getTestsForBuildResultByDeltaState(BuildResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxCount) Retrieves a list of testCaseResults for a BuildResultSummary based on their delta state (e.g BROKEN, FIXED)@NotNull List<TestCaseResult>TestsManagerImpl.getTestsForBuildResultByDeltaState(BuildResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxCount) @NotNull List<TestCaseResult>TestCaseResultDao.getTestsForBuildResultByState(ResultsSummary summary, TestState state, int firstResult, int maxCount) Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS).@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getTestsForBuildResultByState(ResultsSummary summary, TestState state, int firstResult, int maxResults) @NotNull List<TestCaseResult>TestsManager.getTestsForBuildResultByState(BuildResultsSummary summary, TestState state) Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS)@NotNull List<TestCaseResult>TestsManager.getTestsForBuildResultByState(BuildResultsSummary summary, TestState state, int firstResult, int maxCount) Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS).@NotNull List<TestCaseResult>TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary, TestState state) @NotNull List<TestCaseResult>TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary, TestState state, int firstResult, int maxCount) @NotNull List<TestCaseResult>TestCaseResultDao.getTestsForBuildResultSummary(BuildResultsSummary summary) Retrieves a list of all testCaseResults for a BuildResultSummary@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getTestsForBuildResultSummary(BuildResultsSummary summary) TestsManager.getTestsForChainResultByDeltaState(ChainResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxCount) Retrieves a list of testCaseResults for a ChainResultSummary based on their delta state (e.g BROKEN, FIXED)TestsManagerImpl.getTestsForChainResultByDeltaState(ChainResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxCount) @NotNull List<TestCaseResult>TestCaseResultDao.getTestsForChainResultByDeltaStates(ChainResultsSummary summary, TestDeltaState[] deltaStates, int firstResult, int maxCount) Retrieves a list of testCaseResults for a ChainResultSummary based on their delta state (e.g BROKEN, FIXED)@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getTestsForChainResultByDeltaStates(ChainResultsSummary summary, TestDeltaState[] deltaStates, int firstResult, int maxResults) @NotNull List<TestCaseResult>TestsManager.getTestsForChainResultByDeltaStates(@NotNull ChainResultsSummary summary, @NotNull TestDeltaState[] deltaStates, int firstResult, int maxCount) Retrieves a list of testCaseResults for a ChainResultSummary based on their delta state (e.g BROKEN, FIXED)@NotNull List<TestCaseResult>TestsManagerImpl.getTestsForChainResultByDeltaStates(@NotNull ChainResultsSummary summary, @NotNull TestDeltaState[] deltaStates, int firstResult, int maxCount) @NotNull List<TestCaseResult>TestCaseResultDao.getTestsForChainResultByState(@NotNull ChainResultsSummary summary, @NotNull TestState testState, int firstResult, int maxCount) Retrieves a list of testCaseResults for a ChainResultSummary based on theirTestState@NotNull List<TestCaseResult>TestCaseResultHibernateDao.getTestsForChainResultByState(@NotNull ChainResultsSummary summary, @NotNull TestState testState, int firstResult, int maxResults) @NotNull List<TestCaseResult>TestsManager.getTestsForChainResultByState(@NotNull ChainResultsSummary summary, @NotNull TestState testState, int firstResult, int maxCount) Retrieves a list of testCaseResults for a ChainResultSummary based on theirTestState@NotNull List<TestCaseResult>TestsManagerImpl.getTestsForChainResultByState(@NotNull ChainResultsSummary summary, @NotNull TestState testState, int firstResult, int maxCount) Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCaseResultModifier and TypeMethodDescriptionvoidTestClassResult.addTestCase(TestCaseResult testCaseResult) Add a testCase to this TestClassResult (to this group)voidTestClassResultImpl.addTestCase(TestCaseResult testCaseResult) voidTestCaseResultMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TestCaseResult> list, @NotNull TestCaseResult object, long objectIndex, @NotNull org.hibernate.Session session) intTestCaseResultImpl.compareTo(TestCaseResult testCaseResult) protected voidTestCaseResultMapper.exportProperties(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TestCaseResult object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected voidTestCaseResultMapper.importProperties(@NotNull TestCaseResult object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) voidTestCaseResultError.setTestCaseResult(TestCaseResult result) Set the test case result this error is associated withvoidTestCaseResultErrorImpl.setTestCaseResult(TestCaseResult testCaseResult) Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCaseResultModifier and TypeMethodDescriptionvoidTestCaseResultMapper.afterImportListItem(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TestCaseResult> list, @NotNull TestCaseResult object, long objectIndex, @NotNull org.hibernate.Session session) @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) longTestCaseResultDao.scrollTestCaseResultsForExport(@NotNull Consumer<TestCaseResult> consumer) Scroll through and execute function for each of TestCaseResults Objects passed to function are not fully initialized.longTestCaseResultHibernateDao.scrollTestCaseResultsForExport(@NotNull Consumer<TestCaseResult> consumer) Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCaseResultModifierConstructorDescriptionTestCaseResultStatisticsProviderImpl(TestCaseResult testCaseResult, BuildResultsSummary buildResultsSummary) -
Uses of TestCaseResult in com.atlassian.bamboo.ww2.actions.chains
Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type TestCaseResult
TestClassResult.getTestCaseResultsSet()