Package | Description |
---|---|
com.atlassian.bamboo.build.tests | |
com.atlassian.bamboo.results.tests | |
com.atlassian.bamboo.resultsummary.tests |
Modifier and Type | Method and Description |
---|---|
TestState |
ViewTestCaseAction.getLatestTestCaseState() |
Modifier and Type | Method and Description |
---|---|
TestState |
TestResults.getState() |
Modifier and Type | Method and Description |
---|---|
void |
TestResults.setState(TestState state) |
Modifier and Type | Field and Description |
---|---|
static javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,TestState> |
TestCaseResultImpl_.state |
Modifier and Type | Method and Description |
---|---|
TestState |
TestCaseResultImpl.getState() |
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> |
TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state) |
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> |
TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state,
int firstResult,
int maxCount) |
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> |
TestCaseResultHibernateDao.getTestsForBuildResultByState(ResultsSummary summary,
TestState state,
int firstResult,
int unvalidatedMaxCount) |
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> |
TestCaseResultHibernateDao.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int unvalidatedMaxCount) |
List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount) |
List<TestCaseResult> |
TestCaseResultDao.getTestsForChainResultByState(ChainResultsSummary summary,
TestState testState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their
TestState |
List<TestCaseResult> |
TestsManager.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) |
Constructor and Description |
---|
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state) |
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
List<TestCaseResultError> testCaseResultErrors) |
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
List<TestCaseResultError> testCaseResultErrors,
List<String> quarantinedTests)
Deprecated.
since 5.7
|
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
List<TestCaseResultError> testCaseResultErrors,
Set<String> quarantinedTests) |
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.