Uses of Class
com.atlassian.bamboo.resultsummary.tests.TestCaseResultImpl
-
Packages that use TestCaseResultImpl Package Description com.atlassian.bamboo.resultsummary.tests -
-
Uses of TestCaseResultImpl in com.atlassian.bamboo.resultsummary.tests
Fields in com.atlassian.bamboo.resultsummary.tests with type parameters of type TestCaseResultImpl Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,TestDeltaState>
TestCaseResultImpl_. deltaState
static javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,Long>
TestCaseResultImpl_. duration
static javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,Integer>
TestCaseResultImpl_. failingSince
static javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,Boolean>
TestCaseResultImpl_. quarantined
static javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,TestState>
TestCaseResultImpl_. state
static javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,TestCaseImpl>
TestCaseResultImpl_. testCase
static javax.persistence.metamodel.SetAttribute<TestClassResultImpl,TestCaseResultImpl>
TestClassResultImpl_. testCaseResults
static javax.persistence.metamodel.SingularAttribute<TestCaseResultImpl,TestClassResultImpl>
TestCaseResultImpl_. testClassResult
static javax.persistence.metamodel.ListAttribute<TestCaseResultImpl,TestCaseResultErrorImpl>
TestCaseResultImpl_. testErrors
Methods in com.atlassian.bamboo.resultsummary.tests that return TestCaseResultImpl Modifier and Type Method Description protected @NotNull TestCaseResultImpl
TestCaseResultMapper. createItemInstance(@NotNull org.codehaus.staxmate.in.SMInputCursor inputCursor)
-