|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestCaseResultError | |
---|---|
com.atlassian.bamboo.results.tests | |
com.atlassian.bamboo.resultsummary.tests |
Uses of TestCaseResultError in com.atlassian.bamboo.results.tests |
---|
Methods in com.atlassian.bamboo.results.tests that return types with arguments of type TestCaseResultError | |
---|---|
java.util.List<TestCaseResultError> |
TestResults.getErrors()
How many errors does the test have. |
Methods in com.atlassian.bamboo.results.tests with parameters of type TestCaseResultError | |
---|---|
void |
TestResults.addError(TestCaseResultError error)
Add an error to the test |
Uses of TestCaseResultError in com.atlassian.bamboo.resultsummary.tests |
---|
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestCaseResultError | |
---|---|
class |
TestCaseResultErrorImpl
|
Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestCaseResultError | |
---|---|
java.util.List<TestCaseResultError> |
TestCaseResultImpl.getErrors()
|
java.util.List<TestCaseResultError> |
TestCaseResult.getErrors()
|
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestCaseResultError | |
---|---|
void |
TestCaseResultErrorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<TestCaseResultError> list,
TestCaseResultError object,
long objectIndex,
net.sf.hibernate.Session session)
|
protected void |
TestCaseResultErrorMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
TestCaseResultError object,
net.sf.hibernate.Session session)
|
protected void |
TestCaseResultErrorMapper.importProperties(TestCaseResultError object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCaseResultError | |
---|---|
void |
TestCaseResultErrorMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor inputCursor,
java.util.List<TestCaseResultError> list,
TestCaseResultError object,
long objectIndex,
net.sf.hibernate.Session session)
|
long |
TestResultsHibernateDao.scrollTestCaseResultErrorsForExport(com.google.common.base.Function<TestCaseResultError,java.lang.Void> function)
|
long |
TestResultsDao.scrollTestCaseResultErrorsForExport(com.google.common.base.Function<TestCaseResultError,java.lang.Void> function)
Scroll through and execute function for each of TestCaseResultErrors Objects passed to function are not fully initialized. |
protected void |
TestCaseResultImpl.setErrors(java.util.List<TestCaseResultError> testErrors)
|
Constructor parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestCaseResultError | |
---|---|
TestCaseResultImpl(TestCase testCase,
long duration,
TestState state,
java.util.List<TestCaseResultError> testCaseResultErrors)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |