| 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 |
|---|---|
@NotNull List<TestCaseResult> |
TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state) |
@NotNull 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)
|
@NotNull List<TestCaseResult> |
TestsManagerImpl.getTestsForBuildResultByState(BuildResultsSummary summary,
TestState state,
int firstResult,
int maxCount) |
@NotNull 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).
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForBuildResultByState(ResultsSummary summary,
TestState state,
int firstResult,
int unvalidatedMaxCount) |
@NotNull 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).
|
@NotNull List<TestCaseResult> |
TestCaseResultHibernateDao.getTestsForChainResultByState(@NotNull ChainResultsSummary summary,
@NotNull TestState testState,
int firstResult,
int unvalidatedMaxCount) |
@NotNull List<TestCaseResult> |
TestsManagerImpl.getTestsForChainResultByState(@NotNull ChainResultsSummary summary,
@NotNull TestState testState,
int firstResult,
int maxCount) |
@NotNull List<TestCaseResult> |
TestCaseResultDao.getTestsForChainResultByState(@NotNull ChainResultsSummary summary,
@NotNull TestState testState,
int firstResult,
int maxCount)
Retrieves a list of testCaseResults for a ChainResultSummary based on their
TestState |
@NotNull List<TestCaseResult> |
TestsManager.getTestsForChainResultByState(@NotNull ChainResultsSummary summary,
@NotNull 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,
@Nullable List<TestCaseResultError> testCaseResultErrors) |
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
@Nullable List<TestCaseResultError> testCaseResultErrors,
List<String> quarantinedTests)
Deprecated.
since 5.7
|
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
@Nullable List<TestCaseResultError> testCaseResultErrors,
Set<String> quarantinedTests) |
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.