Uses of Enum Class
com.atlassian.bamboo.resultsummary.tests.TestState
Package
Description
-
Uses of TestState in com.atlassian.bamboo.build.tests
-
Uses of TestState in com.atlassian.bamboo.results.tests
-
Uses of TestState in com.atlassian.bamboo.resultsummary.tests
Modifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,
TestState> TestCaseResultImpl_.state
Modifier and TypeMethodDescriptionTestCaseResult.getState()
Get the state of this test run, e.g.TestCaseResultImpl.getState()
static TestState
Returns the enum constant of this class with the specified name.static TestState[]
TestState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@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.getTestsForBuildResultByState
(ResultsSummary summary, TestState state, int firstResult, int maxResults) @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>
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>
TestsManagerImpl.getTestsForBuildResultByState
(BuildResultsSummary summary, TestState state) @NotNull List<TestCaseResult>
TestsManagerImpl.getTestsForBuildResultByState
(BuildResultsSummary summary, TestState state, 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 theirTestState
@NotNull List<TestCaseResult>
TestCaseResultHibernateDao.getTestsForChainResultByState
(@NotNull ChainResultsSummary summary, @NotNull TestState testState, int firstResult, int maxResults) @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 theirTestState
@NotNull List<TestCaseResult>
TestsManagerImpl.getTestsForChainResultByState
(@NotNull ChainResultsSummary summary, @NotNull TestState testState, int firstResult, int maxCount) void
ModifierConstructorDescriptionTestCaseResultImpl
(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.7TestCaseResultImpl
(TestCase testCase, long duration, TestState state, @Nullable List<TestCaseResultError> testCaseResultErrors, Set<String> quarantinedTests)