Modifier and Type | Method and Description |
---|---|
TestCaseResult |
PlanResultsAction.getTestCaseResultOnMasterBranch(TestCaseResult testCaseResult) |
Modifier and Type | Method and Description |
---|---|
List<TestCaseResult> |
ViewTestCaseResultAction.getTestCaseResults() |
Modifier and Type | Method and Description |
---|---|
ResultsSummary |
ChainResultsAction.getFailingSinceForTest(TestCaseResult testCaseResult) |
BuildResultsSummary |
BuildResultsAction.getFailingSinceForTest(TestCaseResult testCaseResult) |
String |
BuildResultsAction.getFailingSinceForTestString(BuildResultsSummary buildResultsSummary,
TestCaseResult testCaseResult) |
String |
ChainResultsAction.getFailingSinceForTestString(ResultsSummary resultsSummary,
TestCaseResult testCaseResult) |
TestCaseResult |
PlanResultsAction.getTestCaseResultOnMasterBranch(TestCaseResult testCaseResult) |
Modifier and Type | Method and Description |
---|---|
List<Pair<TestCaseResult,Integer>> |
ViewTestsSummary.getRecentFailures(TestCase testCase,
int number) |
List<Pair<TestCaseResult,Integer>> |
ViewTestsSummaryForPlan.getRecentFailures(TestCase testCase,
int number) |
Modifier and Type | Method and Description |
---|---|
List<TestCaseResult> |
ChainFilteredTestResults.getAllFailedTestList() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getAllFailedTests() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getExistingFailedTests() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getFixedTests() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getNewFailedTests() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getQuarantinedTests() |
List<TestCaseResult> |
ChainFilteredTestResults.getSkippedTestList() |
com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> |
ChainFilteredTestResults.getSkippedTests() |
Constructor and Description |
---|
RestTestResult(TestCaseResult testCaseResult,
String status) |
Modifier and Type | Class and Description |
---|---|
class |
TestCaseResultImpl |
Modifier and Type | Method and Description |
---|---|
TestCaseResult |
TestCaseResultHibernateDao.findById(long id) |
TestCaseResult |
TestCaseResultDao.findById(long id)
Find a specific testCaseResult by id
|
TestCaseResult |
TestCaseSummaryImpl.getLastTestCaseResult() |
TestCaseResult |
TestCaseSummary.getLastTestCaseResult() |
TestCaseResult |
TestCaseResultErrorImpl.getTestCaseResult() |
TestCaseResult |
TestCaseResultStatisticsProviderImpl.getTestCaseResult() |
TestCaseResult |
TestCaseResultStatisticsProvider.getTestCaseResult() |
TestCaseResult |
TestCaseResultError.getTestCaseResult() |
TestCaseResult |
TestsManagerImpl.getTestCaseResultById(long testCaseId) |
TestCaseResult |
TestsManager.getTestCaseResultById(long testCaseResultId)
Find a specific testCaseResult by id
|
Modifier and Type | Method and Description |
---|---|
List<TestCaseResult> |
FilteredTestResultsAbstract.getAllFailedTestList() |
List<TestCaseResult> |
FilteredTestResults.getAllFailedTestList() |
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getAllFailedTests() |
com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getAllFailedTests()
Returns
Multimap of all TestCaseResult that have failed in this build. |
protected List<TestCaseResult> |
FilteredTestResultsImpl.getBrokenTestList() |
protected List<TestCaseResult> |
FilteredTestResultsPaginableImpl.getBrokenTestList() |
protected abstract List<TestCaseResult> |
FilteredTestResultsAbstract.getBrokenTestList() |
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getExistingFailedTests() |
com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getExistingFailedTests()
Returns
Multimap of TestCaseResult that were failing in the previous build
and are still failing. |
protected List<TestCaseResult> |
FilteredTestResultsImpl.getFailingTestList() |
protected List<TestCaseResult> |
FilteredTestResultsPaginableImpl.getFailingTestList() |
protected abstract List<TestCaseResult> |
FilteredTestResultsAbstract.getFailingTestList() |
protected List<TestCaseResult> |
FilteredTestResultsImpl.getFixedTestList() |
protected List<TestCaseResult> |
FilteredTestResultsPaginableImpl.getFixedTestList() |
protected abstract List<TestCaseResult> |
FilteredTestResultsAbstract.getFixedTestList() |
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getFixedTests() |
com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getFixedTests()
Returns
Multimap of TestCaseResult that have been fixed in this build. |
List<Pair<TestCaseResult,Integer>> |
TestsManagerImpl.getLastNFailingResults(TestCase testCase,
int number) |
List<Pair<TestCaseResult,Integer>> |
TestsManager.getLastNFailingResults(TestCase testCase,
int number)
Retrieve the last n failing testResults for this given test case, latest first.
|
List<Pair<TestCaseResult,Integer>> |
TestsManagerImpl.getLastNFailingResults(TestCase testCase,
List<BuildResultsSummary> buildResults,
int number) |
List<Pair<TestCaseResult,Integer>> |
TestsManager.getLastNFailingResults(TestCase testCase,
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.
|
List<Pair<TestCaseResult,Integer>> |
TestCaseResultHibernateDao.getLastNFailingResultsForTestCase(TestCase testCase,
int number) |
List<Pair<TestCaseResult,Integer>> |
TestCaseResultDao.getLastNFailingResultsForTestCase(TestCase testCase,
int number)
Retrieve the last n failing testResults for this given test case, latest first.
|
List<Pair<TestCaseResult,Integer>> |
TestCaseResultHibernateDao.getLastNFailingResultsForTestCaseAndBuildResults(TestCase testCase,
List<BuildResultsSummary> buildResults,
int number) |
List<Pair<TestCaseResult,Integer>> |
TestCaseResultDao.getLastNFailingResultsForTestCaseAndBuildResults(TestCase testCase,
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.
|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getNewFailedTests() |
com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getNewFailedTests()
Returns
Multimap of TestCaseResult that have failed, but were not failing in the last build. |
List<TestCaseResult> |
TestCaseResultHibernateDao.getQuarantinedTestCasesForBuildResult(BuildResultsSummary buildResultsSummary) |
List<TestCaseResult> |
TestCaseResultDao.getQuarantinedTestCasesForBuildResult(BuildResultsSummary buildResultsSummary)
Provide a list of the quarantined tests for a build result
|
List<TestCaseResult> |
TestCaseResultHibernateDao.getQuarantinedTestCasesForChainResult(ChainResultsSummary chainResultsSummary) |
List<TestCaseResult> |
TestCaseResultDao.getQuarantinedTestCasesForChainResult(ChainResultsSummary chainResultsSummary)
Provide a list of the quarantined tests for a chain result
|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getQuarantinedTests() |
com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getQuarantinedTests()
Returns
Multimap of TestCaseResult that were Quarantined in this build, whether failed,
successful or skipped. |
List<TestCaseResult> |
TestQuarantineManagerImpl.getQuarantinedTestsListForBuildResult(BuildResultsSummary buildResultsSummary) |
List<TestCaseResult> |
TestQuarantineManager.getQuarantinedTestsListForBuildResult(BuildResultsSummary buildResultsSummary)
Returns
List of TestCaseResult that are quarantined for a given build result. |
List<TestCaseResult> |
TestQuarantineManagerImpl.getQuarantinedTestsListForChainResult(ChainResultsSummary chainResultsSummary) |
List<TestCaseResult> |
TestQuarantineManager.getQuarantinedTestsListForChainResult(ChainResultsSummary chainResultsSummary)
Get a list of
TestCase of all the tests quarantined for a given chain result |
List<TestCaseResult> |
FilteredTestResultsAbstract.getSkippedTestList() |
List<TestCaseResult> |
FilteredTestResults.getSkippedTestList() |
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getSkippedTests() |
com.google.common.collect.Multimap<T,TestCaseResult> |
FilteredTestResults.getSkippedTests()
Returns
Multimap of TestCaseResult that were Skipped in this build. |
List<TestCaseResult> |
TestClassResultImpl.getTestCaseResults() |
List<TestCaseResult> |
TestClassResult.getTestCaseResults()
Deprecated.
since 6.9 returns immutable list use
TestClassResult.getTestCaseResultsSet() |
List<TestCaseResult> |
TestCaseResultHibernateDao.getTestCaseResults(TestCase testCase,
long buildNumber) |
List<TestCaseResult> |
TestsManagerImpl.getTestCaseResults(TestCase testCase,
long buildNumber) |
List<TestCaseResult> |
TestsManager.getTestCaseResults(TestCase testCase,
long buildNumber)
Find a specific run of a testCase
|
List<TestCaseResult> |
TestCaseResultDao.getTestCaseResults(TestCase testCase,
long buildNumber)
Find a specific run of a testCase
|
List<TestCaseResult> |
TestCaseResultHibernateDao.getTestCaseResultsForTestCase(TestCase testCase) |
List<TestCaseResult> |
TestCaseResultDao.getTestCaseResultsForTestCase(TestCase testCase)
Return a list of TestCaseResults for a given TestCase
|
List<TestCaseResult> |
TestCaseResultHibernateDao.getTestCaseResultsForTestCaseAndBuilds(TestCase testCase,
List<BuildResultsSummary> buildResults) |
List<TestCaseResult> |
TestCaseResultDao.getTestCaseResultsForTestCaseAndBuilds(TestCase testCase,
List<BuildResultsSummary> buildResults)
Return a list of TestCaseResults for a given TestCase constrained to a specific set of Build Result Summaries
|
Set<TestCaseResult> |
TestClassResultImpl.getTestCaseResultsSet() |
Set<TestCaseResult> |
TestClassResult.getTestCaseResultsSet()
Retrieve the TestCaseResults contained within this TestClassResult
|
com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> |
TestsManagerImpl.getTestOrderedMap(List<TestCaseResult> tests) |
com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> |
TestsManager.getTestOrderedMap(List<TestCaseResult> tests)
Generate a ListOrderedMap of TestClassResult to list of
TestCaseResult based on a given list of TestCaseResults. |
List<TestCaseResult> |
TestsManagerImpl.getTestsForBuildResultByDeltaState(BuildResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int maxCount) |
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)
|
List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForBuildResultByDeltaState(ResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int unvalidatedMaxCount) |
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)
|
List<TestCaseResult> |
TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state) |
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)
|
List<TestCaseResult> |
TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state,
int firstResult,
int maxCount) |
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).
|
List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForBuildResultByState(ResultsSummary summary,
TestState state,
int firstResult,
int unvalidatedMaxCount) |
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).
|
List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForBuildResultSummary(BuildResultsSummary summary) |
List<TestCaseResult> |
TestCaseResultDao.getTestsForBuildResultSummary(BuildResultsSummary summary)
Retrieves a list of all testCaseResults for a BuildResultSummary
|
List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByDeltaState(ChainResultsSummary summary,
TestDeltaState deltaState,
int firstResult,
int maxCount) |
List<TestCaseResult> |
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)
|
List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForChainResultByDeltaStates(ChainResultsSummary summary,
TestDeltaState[] deltaStates,
int firstResult,
int unvalidatedMaxCount) |
List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByDeltaStates(ChainResultsSummary summary,
TestDeltaState[] deltaStates,
int firstResult,
int maxCount) |
List<TestCaseResult> |
TestsManager.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)
|
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)
|
List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int unvalidatedMaxCount) |
List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount) |
List<TestCaseResult> |
TestsManager.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their
TestState |
List<TestCaseResult> |
TestCaseResultDao.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their
TestState |
Modifier and Type | Method and Description |
---|---|
void |
TestClassResultImpl.addTestCase(TestCaseResult testCaseResult) |
void |
TestClassResult.addTestCase(TestCaseResult testCaseResult)
Add a testCase to this TestClassResult (to this group)
|
void |
TestCaseResultMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<TestCaseResult> list,
TestCaseResult object,
long objectIndex,
org.hibernate.Session session) |
int |
TestCaseResultImpl.compareTo(TestCaseResult testCaseResult) |
protected void |
TestCaseResultMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
TestCaseResult object,
org.hibernate.Session session,
ExportDetailsBean exportDetailsBean) |
protected void |
TestCaseResultMapper.importProperties(TestCaseResult object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
org.hibernate.Session session) |
void |
TestCaseResultErrorImpl.setTestCaseResult(TestCaseResult testCaseResult) |
void |
TestCaseResultError.setTestCaseResult(TestCaseResult result)
Set the test case result this error is associated with
|
Modifier and Type | Method and Description |
---|---|
void |
TestCaseResultMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
List<TestCaseResult> list,
TestCaseResult object,
long objectIndex,
org.hibernate.Session session) |
com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> |
TestsManagerImpl.getTestOrderedMap(List<TestCaseResult> tests) |
com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> |
TestsManager.getTestOrderedMap(List<TestCaseResult> tests)
Generate a ListOrderedMap of TestClassResult to list of
TestCaseResult based on a given list of TestCaseResults. |
long |
TestCaseResultHibernateDao.scrollTestCaseResultsForExport(Consumer<TestCaseResult> consumer) |
long |
TestCaseResultDao.scrollTestCaseResultsForExport(Consumer<TestCaseResult> consumer)
Scroll through and execute function for each of TestCaseResults
Objects passed to function are not fully initialized.
|
Constructor and Description |
---|
TestCaseResultStatisticsProviderImpl(TestCaseResult testCaseResult,
BuildResultsSummary buildResultsSummary) |
Modifier and Type | Method and Description |
---|---|
List<TestCaseResult> |
ViewQuarantinedTests.getTestCaseHistory(TestCase testCase) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.