|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestState | |
---|---|
com.atlassian.bamboo.results.tests | |
com.atlassian.bamboo.resultsummary.tests |
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 |
TestCaseResultImpl.getState()
|
TestState |
TestCaseResult.getState()
Get the state of this test run, e.g. |
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> |
TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state)
|
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,
int firstResult,
int maxCount)
|
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> |
TestResultsHibernateDao.getTestsForBuildResultByState(ResultsSummary summary,
TestState state)
|
java.util.List<TestCaseResult> |
TestResultsDao.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> |
TestResultsHibernateDao.getTestsForBuildResultByState(ResultsSummary summary,
TestState state,
int firstResult,
int maxCount)
|
java.util.List<TestCaseResult> |
TestResultsDao.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> |
TestResultsHibernateDao.getTestsForChainResultByState(ChainResultsSummary summary,
TestState state,
int firstResult,
int maxCount)
|
java.util.List<TestCaseResult> |
TestsManagerImpl.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> |
TestResultsDao.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their TestState |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |