| Modifier and Type | Method and Description |
|---|---|
@Nullable TestCaseResult |
PlanResultsAction.getTestCaseResultOnMasterBranch(@Nullable TestCaseResult testCaseResult) |
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseResult> |
ViewTestCaseResultAction.getTestCaseResults() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable ResultsSummary |
ChainResultsAction.getFailingSinceForTest(@Nullable TestCaseResult testCaseResult) |
@Nullable BuildResultsSummary |
BuildResultsAction.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) |
| Modifier and Type | Method and Description |
|---|---|
List<Pair<TestCaseResult,Integer>> |
ViewTestsSummaryForPlan.getRecentFailures(TestCase testCase,
int number) |
List<Pair<TestCaseResult,Integer>> |
ViewTestsSummary.getRecentFailures(TestCase testCase,
int number) |
| 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
|
@Nullable TestCaseResult |
TestCaseSummaryImpl.getLastTestCaseResult() |
@Nullable TestCaseResult |
TestCaseSummary.getLastTestCaseResult() |
TestCaseResult |
TestCaseResultStatisticsProviderImpl.getTestCaseResult() |
TestCaseResult |
TestCaseResultErrorImpl.getTestCaseResult() |
TestCaseResult |
TestCaseResultStatisticsProvider.getTestCaseResult() |
TestCaseResult |
TestCaseResultError.getTestCaseResult() |
TestCaseResult |
TestsManagerImpl.getTestCaseResultById(long testCaseId) |
@Nullable TestCaseResult |
TestsManager.getTestCaseResultById(long testCaseResultId)
Find a specific testCaseResult by id
|
| Modifier and Type | Method and Description |
|---|---|
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)
|
| 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(@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 |
TestCaseResultErrorImpl.setTestCaseResult(TestCaseResult testCaseResult) |
void |
TestCaseResultError.setTestCaseResult(TestCaseResult result)
Set the test case result this error is associated with
|
| Constructor and Description |
|---|
TestCaseResultStatisticsProviderImpl(TestCaseResult testCaseResult,
BuildResultsSummary buildResultsSummary) |
| Modifier and Type | Method and Description |
|---|---|
List<TestCaseResult> |
ViewQuarantinedTests.getTestCaseHistory(TestCase testCase) |
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.