Uses of Class
com.atlassian.bamboo.resultsummary.tests.TestDeltaState

Packages that use TestDeltaState
com.atlassian.bamboo.resultsummary.tests   
 

Uses of TestDeltaState in com.atlassian.bamboo.resultsummary.tests
 

Methods in com.atlassian.bamboo.resultsummary.tests that return TestDeltaState
 TestDeltaState TestCaseResultImpl.getDeltaState()
           
 TestDeltaState TestCaseResult.getDeltaState()
          Return the Delta state for this test, e.g.
static TestDeltaState TestDeltaState.valueOf(java.lang.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.
 

Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestDeltaState
 java.util.List<TestCaseResult> TestsManagerImpl.getTestsForBuildResultByDeltaState(BuildResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxCount)
           
 java.util.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)
 java.util.List<TestCaseResult> TestResultsHibernateDao.getTestsForBuildResultByDeltaState(ResultsSummary summary, TestDeltaState state, int firstResult, int maxCount)
           
 java.util.List<TestCaseResult> TestResultsDao.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)
 java.util.List<TestCaseResult> TestsManagerImpl.getTestsForChainResultByDeltaState(ChainResultsSummary summary, TestDeltaState deltaState, int firstResult, int maxCount)
           
 java.util.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)
 java.util.List<TestCaseResult> TestResultsHibernateDao.getTestsForChainResultByDeltaStates(ChainResultsSummary summary, TestDeltaState[] deltaStates, int firstResult, int maxCount)
           
 java.util.List<TestCaseResult> TestsManagerImpl.getTestsForChainResultByDeltaStates(ChainResultsSummary summary, TestDeltaState[] deltaStates, int firstResult, int maxCount)
           
 java.util.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)
 java.util.List<TestCaseResult> TestResultsDao.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 © 2010 Atlassian. All Rights Reserved.