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

Packages that use TestState
com.atlassian.bamboo.build.tests   
com.atlassian.bamboo.results.tests   
com.atlassian.bamboo.resultsummary.tests   
 

Uses of TestState in com.atlassian.bamboo.build.tests
 

Methods in com.atlassian.bamboo.build.tests that return TestState
 TestState ViewTestCaseAction.getLatestTestCaseState()
           
 

Uses of TestState in com.atlassian.bamboo.results.tests
 

Methods in com.atlassian.bamboo.results.tests that return TestState
 TestState TestResults.getState()
           
 

Methods in com.atlassian.bamboo.results.tests with parameters of type TestState
 void TestResults.setState(TestState state)
           
 

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

Methods in com.atlassian.bamboo.resultsummary.tests that return TestState
 TestState TestCaseResult.getState()
          Get the state of this test run, e.g.
 TestState TestCaseResultImpl.getState()
           
static TestState TestState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TestState[] TestState.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 TestState
 java.util.List<TestCaseResult> TestsManager.getTestsForBuildResultByState(BuildResultsSummary summary, TestState state)
          Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS)
 java.util.List<TestCaseResult> TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary, TestState state)
           
 java.util.List<TestCaseResult> TestsManager.getTestsForBuildResultByState(BuildResultsSummary summary, TestState state, int firstResult, int maxCount)
          Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS).
 java.util.List<TestCaseResult> TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary, TestState state, int firstResult, int maxCount)
           
 java.util.List<TestCaseResult> TestCaseResultHibernateDao.getTestsForBuildResultByState(ResultsSummary summary, TestState state)
           
 java.util.List<TestCaseResult> TestCaseResultDao.getTestsForBuildResultByState(ResultsSummary summary, TestState state)
          Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS)
 java.util.List<TestCaseResult> TestCaseResultHibernateDao.getTestsForBuildResultByState(ResultsSummary summary, TestState state, int firstResult, int maxCount)
           
 java.util.List<TestCaseResult> TestCaseResultDao.getTestsForBuildResultByState(ResultsSummary summary, TestState state, int firstResult, int maxCount)
          Retrieves a list of testCaseResults for a BuildResultSummary based on their state (e.f FAILED or SUCCESS).
 java.util.List<TestCaseResult> TestCaseResultHibernateDao.getTestsForChainResultByState(ChainResultsSummary summary, TestState testState, int firstResult, int maxCount)
           
 java.util.List<TestCaseResult> TestsManager.getTestsForChainResultByState(ChainResultsSummary summary, TestState testState, int firstResult, int maxCount)
          Retrieves a list of testCaseResults for a ChainResultSummary based on their TestState
 java.util.List<TestCaseResult> TestCaseResultDao.getTestsForChainResultByState(ChainResultsSummary summary, TestState testState, int firstResult, int maxCount)
          Retrieves a list of testCaseResults for a ChainResultSummary based on their TestState
 java.util.List<TestCaseResult> TestsManagerImpl.getTestsForChainResultByState(ChainResultsSummary summary, TestState testState, int firstResult, int maxCount)
           
 void TestCaseResultImpl.setState(TestState state)
           
 

Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestState
TestCaseResultImpl(TestCase testCase, long duration, TestState state)
           
TestCaseResultImpl(TestCase testCase, long duration, TestState state, java.util.List<TestCaseResultError> testCaseResultErrors)
           
TestCaseResultImpl(TestCase testCase, long duration, TestState state, java.util.List<TestCaseResultError> testCaseResultErrors, java.util.List<java.lang.String> quarantinedTests)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.