@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 unvalidatedMaxCount) |
|
@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) |
|
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> |
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 unvalidatedMaxCount) |
|
@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) |
|
void |
TestCaseResult.setDeltaState(TestDeltaState testDeltaState) |
Set the delta state for this test (the difference between the state of this test and the state in the last build)
|
void |
TestCaseResultImpl.setDeltaState(TestDeltaState testDeltaState) |
|