|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TestClassResult in com.atlassian.bamboo.build |
---|
Methods in com.atlassian.bamboo.build that return TestClassResult | |
---|---|
TestClassResult |
ViewTestClassResultAction.getTestClassResult()
|
Methods in com.atlassian.bamboo.build that return types with arguments of type TestClassResult | |
---|---|
java.util.List<TestClassResult> |
ViewTestCaseResultAction.getTestClassResults()
|
Uses of TestClassResult in com.atlassian.bamboo.index |
---|
Method parameters in com.atlassian.bamboo.index with type arguments of type TestClassResult | |
---|---|
void |
BuildResultsSummaryDocument.resetTestClassResults(java.util.List<TestClassResult> testClassResults)
|
Uses of TestClassResult in com.atlassian.bamboo.plan.cache |
---|
Method parameters in com.atlassian.bamboo.plan.cache with type arguments of type TestClassResult | |
---|---|
void |
ImmutableResultsSummary.resetTestClassResults(java.util.List<TestClassResult> testClassResults)
|
Uses of TestClassResult in com.atlassian.bamboo.resultsummary |
---|
Methods in com.atlassian.bamboo.resultsummary that return types with arguments of type TestClassResult | |
---|---|
FilteredTestResults<TestClassResult> |
BuildResultsSummary.getFilteredTestResults()
Return a filtered view of all the tests that ran in this build. |
java.util.List<TestClassResult> |
AbstractResultsSummary.getTestClassResults()
|
Method parameters in com.atlassian.bamboo.resultsummary with type arguments of type TestClassResult | |
---|---|
void |
BuildResultsSummaryForTesting.resetTestClassResults(java.util.List<TestClassResult> testClassResults)
|
void |
ResultsSummary.resetTestClassResults(java.util.List<TestClassResult> testClassResults)
Overrides all current testClassResults with the new ones |
void |
AbstractResultsSummary.resetTestClassResults(java.util.List<TestClassResult> testClassResults)
|
Uses of TestClassResult in com.atlassian.bamboo.resultsummary.tests |
---|
Classes in com.atlassian.bamboo.resultsummary.tests that implement TestClassResult | |
---|---|
class |
TestClassResultImpl
|
Methods in com.atlassian.bamboo.resultsummary.tests that return TestClassResult | |
---|---|
TestClassResult |
TestCaseResult.getTestClassResult()
|
TestClassResult |
TestCaseResultImpl.getTestClassResult()
|
TestClassResult |
TestResultsHibernateDao.getTestClassResultById(long testClassId)
|
TestClassResult |
TestsManager.getTestClassResultById(long testClassResultId)
Find a specific testClassResult by id |
TestClassResult |
TestResultsDao.getTestClassResultById(long testClassResultId)
Find a specific testClassResult by id |
TestClassResult |
TestsManagerImpl.getTestClassResultById(long testClassResultId)
|
Methods in com.atlassian.bamboo.resultsummary.tests that return types with arguments of type TestClassResult | |
---|---|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getAllFailedTests()
|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getExistingFailedTests()
|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getFixedTests()
|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getNewFailedTests()
|
com.google.common.collect.Multimap<TestClassResult,TestCaseResult> |
FilteredTestResultsAbstract.getQuarantinedTests()
|
java.util.List<TestClassResult> |
TestResultsHibernateDao.getTestClassResults(PlanResultKey planResultKey)
|
java.util.List<TestClassResult> |
TestsManager.getTestClassResults(PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary |
java.util.List<TestClassResult> |
TestResultsDao.getTestClassResults(PlanResultKey planResultKey)
Retrieves a list of all testClassResults for a BuildResultSummary |
java.util.List<TestClassResult> |
TestsManagerImpl.getTestClassResults(PlanResultKey planResultKey)
|
com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> |
TestsManager.getTestOrderedMap(java.util.List<TestCaseResult> tests)
Generate a ListOrderedMap of TestClassResult to List |
com.google.common.collect.TreeMultimap<TestClassResult,TestCaseResult> |
TestsManagerImpl.getTestOrderedMap(java.util.List<TestCaseResult> tests)
|
Methods in com.atlassian.bamboo.resultsummary.tests with parameters of type TestClassResult | |
---|---|
void |
TestClassResultMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<TestClassResult> list,
TestClassResult object,
long objectIndex,
net.sf.hibernate.Session session)
|
int |
TestClassResultImpl.compareTo(TestClassResult testClassResult)
|
protected void |
TestClassResultMapper.exportProperties(org.codehaus.staxmate.out.SMOutputElement outputElement,
TestClassResult object,
net.sf.hibernate.Session session,
ExportDetailsBean exportDetailsBean)
|
protected void |
TestClassResultMapper.importProperties(TestClassResult object,
org.codehaus.staxmate.in.SMInputCursor inputCursor,
net.sf.hibernate.Session session)
|
void |
TestCaseResult.setTestClassResult(TestClassResult testClassResult)
Set the TestClassResult this test result belongs to |
void |
TestCaseResultImpl.setTestClassResult(TestClassResult testClassResult)
|
Method parameters in com.atlassian.bamboo.resultsummary.tests with type arguments of type TestClassResult | |
---|---|
void |
TestClassResultMapper.afterImportListItem(org.codehaus.staxmate.in.SMInputCursor cursor,
java.util.List<TestClassResult> list,
TestClassResult object,
long objectIndex,
net.sf.hibernate.Session session)
|
long |
TestResultsHibernateDao.scrollTestClassResultsForExport(com.google.common.base.Function<TestClassResult,java.lang.Void> function)
|
long |
TestResultsDao.scrollTestClassResultsForExport(com.google.common.base.Function<TestClassResult,java.lang.Void> function)
Scroll through and execute function for each of TestClassResults Objects passed to function are not fully initialized. |
Uses of TestClassResult in com.atlassian.bamboo.utils |
---|
Methods in com.atlassian.bamboo.utils that return types with arguments of type TestClassResult | |
---|---|
static com.google.common.base.Predicate<TestClassResult> |
BambooPredicates.testResultsInteresting()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |