Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestCaseResult
Package
Description
-
Uses of TestCaseResult in com.atlassian.bamboo.build
Modifier and TypeMethodDescription@Nullable TestCaseResult
PlanResultsAction.getTestCaseResultOnMasterBranch
(@Nullable TestCaseResult testCaseResult) Modifier and TypeMethodDescription@Nullable BuildResultsSummary
BuildResultsAction.getFailingSinceForTest
(@Nullable TestCaseResult testCaseResult) @Nullable ResultsSummary
ChainResultsAction.getFailingSinceForTest
(@Nullable TestCaseResult testCaseResult) @Nullable String
BuildResultsAction.getFailingSinceForTestString
(@Nullable BuildResultsSummary buildResultsSummary, @Nullable TestCaseResult testCaseResult) @Nullable String
ChainResultsAction.getFailingSinceForTestString
(@Nullable ResultsSummary resultsSummary, @Nullable TestCaseResult testCaseResult) @Nullable TestCaseResult
PlanResultsAction.getTestCaseResultOnMasterBranch
(@Nullable TestCaseResult testCaseResult) -
Uses of TestCaseResult in com.atlassian.bamboo.build.tests
Modifier and TypeMethodDescriptionViewTestsSummary.getRecentFailures
(TestCase testCase, int number) ViewTestsSummaryForPlan.getRecentFailures
(TestCase testCase, int number) -
Uses of TestCaseResult in com.atlassian.bamboo.chains
Modifier 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
-
Uses of TestCaseResult in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeMethodDescriptionTestCaseResultDao.findById
(long id) Find a specific testCaseResult by idTestCaseResultHibernateDao.findById
(long id) @Nullable TestCaseResult
TestCaseSummary.getLastTestCaseResult()
@Nullable TestCaseResult
TestCaseSummaryImpl.getLastTestCaseResult()
TestCaseResultError.getTestCaseResult()
TestCaseResultErrorImpl.getTestCaseResult()
TestCaseResultStatisticsProvider.getTestCaseResult()
TestCaseResultStatisticsProviderImpl.getTestCaseResult()
@Nullable TestCaseResult
TestsManager.getTestCaseResultById
(long testCaseResultId) Find a specific testCaseResult by idTestsManagerImpl.getTestCaseResultById
(long testCaseId) Modifier and TypeMethodDescription@NotNull List<TestCaseResult>
FilteredTestResults.getAllFailedTestList()
@NotNull List<TestCaseResult>
FilteredTestResultsAbstract.getAllFailedTestList()
@NotNull Multimap<T,
TestCaseResult> FilteredTestResults.getAllFailedTests()
ReturnsMultimap
of allTestCaseResult
that 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()
ReturnsMultimap
ofTestCaseResult
that 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()
ReturnsMultimap
ofTestCaseResult
that 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()
ReturnsMultimap
ofTestCaseResult
that 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()
ReturnsMultimap
ofTestCaseResult
that were Quarantined in this build, whether failed, successful or skipped.@NotNull Multimap<TestClassResult,
TestCaseResult> FilteredTestResultsAbstract.getQuarantinedTests()
@NotNull List<TestCaseResult>
TestQuarantineManager.getQuarantinedTestsListForBuildResult
(@NotNull BuildResultsSummary buildResultsSummary) ReturnsList
ofTestCaseResult
that 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 ofTestCase
of 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()
ReturnsMultimap
ofTestCaseResult
that 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 ofTestCaseResult
based 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) Modifier and TypeMethodDescriptionvoid
TestClassResult.addTestCase
(TestCaseResult testCaseResult) Add a testCase to this TestClassResult (to this group)void
TestClassResultImpl.addTestCase
(TestCaseResult testCaseResult) void
TestCaseResultMapper.afterImportListItem
(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull List<TestCaseResult> list, @NotNull TestCaseResult object, long objectIndex, @NotNull org.hibernate.Session session) int
TestCaseResultImpl.compareTo
(TestCaseResult testCaseResult) protected void
TestCaseResultMapper.exportProperties
(@NotNull org.codehaus.staxmate.out.SMOutputElement outputElement, @NotNull TestCaseResult object, @NotNull org.hibernate.Session session, ExportDetailsBean exportDetailsBean) protected void
TestCaseResultMapper.importProperties
(@NotNull TestCaseResult object, @NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor, @NotNull org.hibernate.Session session) void
TestCaseResultError.setTestCaseResult
(TestCaseResult result) Set the test case result this error is associated withvoid
TestCaseResultErrorImpl.setTestCaseResult
(TestCaseResult testCaseResult) Modifier and TypeMethodDescriptionvoid
TestCaseResultMapper.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 ofTestCaseResult
based on a given list of TestCaseResults.@NotNull TreeMultimap<TestClassResult,
TestCaseResult> TestsManagerImpl.getTestOrderedMap
(@NotNull List<TestCaseResult> tests) long
TestCaseResultDao.scrollTestCaseResultsForExport
(@NotNull Consumer<TestCaseResult> consumer) Scroll through and execute function for each of TestCaseResults Objects passed to function are not fully initialized.long
TestCaseResultHibernateDao.scrollTestCaseResultsForExport
(@NotNull Consumer<TestCaseResult> consumer) ModifierConstructorDescriptionTestCaseResultStatisticsProviderImpl
(TestCaseResult testCaseResult, BuildResultsSummary buildResultsSummary) -
Uses of TestCaseResult in com.atlassian.bamboo.ww2.actions.chains
TestClassResult.getTestCaseResultsSet()