public class TestCaseResultHibernateDao extends BambooHibernateObjectDao<TestCaseResult> implements TestCaseResultDao
| Constructor and Description |
|---|
TestCaseResultHibernateDao() |
countAll, countWithRestriction, delete, deleteAll, execute, executeCountQuery, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllgetCacheAwareHibernateTemplatecheckDaoConfig, convertHibernateAccessException, createHibernateTemplate, getHibernateTemplate, getSession, getSession, getSessionFactory, releaseSession, setHibernateTemplate, setSessionFactoryclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcountAll, countWithRestriction, delete, deleteAll, executeReturnInt, executeReturnLong, findAll, findById, save, saveAllpublic TestCaseResult findById(long id)
findById in interface TestCaseResultDao@NotNull public List<TestCaseResult> getTestsForBuildResultByState(ResultsSummary summary, TestState state)
getTestsForBuildResultByState in interface TestCaseResultDao@NotNull public List<TestCaseResult> getTestsForBuildResultByState(ResultsSummary summary, TestState state, int firstResult, int maxCount)
getTestsForBuildResultByState in interface TestCaseResultDao@NotNull public List<TestCaseResult> getTestsForBuildResultByDeltaState(ResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxCount)
getTestsForBuildResultByDeltaState in interface TestCaseResultDao@NotNull public List<TestCaseResult> getTestsForChainResultByDeltaStates(ChainResultsSummary summary, TestDeltaState[] deltaStates, int firstResult, int maxCount)
getTestsForChainResultByDeltaStates in interface TestCaseResultDao@NotNull public List<TestCaseResult> getTestsForChainResultByState(@NotNull ChainResultsSummary summary, @NotNull TestState testState, int firstResult, int maxCount)
getTestsForChainResultByState in interface TestCaseResultDao@NotNull public List<TestCaseResult> getQuarantinedTestCasesForChainResult(@NotNull ChainResultsSummary chainResultsSummary)
getQuarantinedTestCasesForChainResult in interface TestCaseResultDao@NotNull public List<TestCaseResult> getTestsForBuildResultSummary(BuildResultsSummary summary)
getTestsForBuildResultSummary in interface TestCaseResultDao@NotNull public List<TestCaseResult> getQuarantinedTestCasesForBuildResult(@NotNull BuildResultsSummary buildResultsSummary)
getQuarantinedTestCasesForBuildResult in interface TestCaseResultDao@NotNull public List<TestCaseResultStatisticsProvider> getResultStatisticsForTestCase(@NotNull TestCase testCase)
getResultStatisticsForTestCase in interface TestCaseResultDao@NotNull public List<TestCaseResultStatisticsProvider> getResultStatisticsForTestCaseAndBuilds(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults)
getResultStatisticsForTestCaseAndBuilds in interface TestCaseResultDao@NotNull public List<TestCaseResult> getTestCaseResultsForTestCase(@NotNull TestCase testCase)
getTestCaseResultsForTestCase in interface TestCaseResultDao@NotNull public List<TestCaseResult> getTestCaseResultsForTestCaseAndBuilds(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults)
getTestCaseResultsForTestCaseAndBuilds in interface TestCaseResultDao@NotNull public List<Pair<TestCaseResult,Integer>> getLastNFailingResultsForTestCase(@NotNull TestCase testCase, int number)
getLastNFailingResultsForTestCase in interface TestCaseResultDao@NotNull public List<Pair<TestCaseResult,Integer>> getLastNFailingResultsForTestCaseAndBuildResults(@NotNull TestCase testCase, @NotNull List<BuildResultsSummary> buildResults, int number)
getLastNFailingResultsForTestCaseAndBuildResults in interface TestCaseResultDaopublic TestCaseResult getTestCaseResult(TestCase testCase, long buildNumber)
getTestCaseResult in interface TestCaseResultDao@NotNull public List<TestCaseResult> getTestCaseResults(TestCase testCase, long buildNumber)
getTestCaseResults in interface TestCaseResultDaopublic BuildResultsSummary getSucceedingSinceBuildResultSummary(TestCase testCase)
getSucceedingSinceBuildResultSummary in interface TestCaseResultDaopublic long countTestCaseResults()
countTestCaseResults in interface TestCaseResultDaopublic long countTestCaseResultErrors()
countTestCaseResultErrors in interface TestCaseResultDaopublic long scrollTestCaseResultsForExport(@NotNull
com.google.common.base.Function<TestCaseResult,Void> function)
scrollTestCaseResultsForExport in interface TestCaseResultDaopublic long scrollTestCaseResultErrorsForExport(@NotNull
com.google.common.base.Function<TestCaseResultError,Void> function)
scrollTestCaseResultErrorsForExport in interface TestCaseResultDaoCopyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.