Uses of Enum Class
com.atlassian.bamboo.resultsummary.tests.TestState
Packages that use TestState
Package
Description
-
Uses of TestState in com.atlassian.bamboo.build.tests
Methods in com.atlassian.bamboo.build.tests that return TestState -
Uses of TestState in com.atlassian.bamboo.results.tests
Methods in com.atlassian.bamboo.results.tests that return TestStateMethods in com.atlassian.bamboo.results.tests with parameters of type TestState -
Uses of TestState in com.atlassian.bamboo.resultsummary.tests
Fields in com.atlassian.bamboo.resultsummary.tests with type parameters of type TestStateModifier and TypeFieldDescriptionstatic javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,
TestState> TestCaseResultImpl_.state
Methods in com.atlassian.bamboo.resultsummary.tests that return TestStateModifier 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.Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestStateModifier 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
Constructors in com.atlassian.bamboo.resultsummary.tests with parameters of type TestStateModifierConstructorDescriptionTestCaseResultImpl
(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)