Uses of Enum Class
com.atlassian.bamboo.resultsummary.tests.TestDeltaState
-
Uses of TestDeltaState in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,
TestDeltaState> TestCaseResultImpl_.deltaState
Modifier and TypeMethodDescriptionTestCaseResult.getDeltaState()
Return the Delta state for this test, e.g.TestCaseResultImpl.getDeltaState()
static TestDeltaState
Returns the enum constant of this class with the specified name.static TestDeltaState[]
TestDeltaState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@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 maxResults) @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) 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)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 maxResults) @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)