Package | Description |
---|---|
com.atlassian.bamboo.resultsummary.tests |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,TestDeltaState> |
TestCaseResultImpl_.deltaState |
Modifier and Type | Method and Description |
---|---|
TestDeltaState |
TestCaseResultImpl.getDeltaState() |
TestDeltaState |
TestCaseResult.getDeltaState()
Return the Delta state for this test, e.g.
|
static TestDeltaState |
TestDeltaState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestDeltaState[] |
TestDeltaState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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.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> |
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> |
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)
|
void |
TestCaseResultImpl.setDeltaState(TestDeltaState testDeltaState) |
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)
|
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.