| Package | Description |
|---|---|
| com.atlassian.bamboo.results.tests | |
| com.atlassian.bamboo.resultsummary.tests |
| Modifier and Type | Method and Description |
|---|---|
TestState |
TestResults.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestResults.setState(TestState state) |
| Modifier and Type | Method and Description |
|---|---|
TestState |
TestCaseResult.getState()
Get the state of this test run, e.g.
|
static TestState |
TestState.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
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)
|
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).
|
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)
|
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).
|
List<TestCaseResult> |
TestsManager.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their
TestState |
List<TestCaseResult> |
TestCaseResultDao.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their
TestState |
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.