Uses of Interface
com.atlassian.bamboo.resultsummary.tests.TestClassResultDescriptor

Packages that use TestClassResultDescriptor
com.atlassian.bamboo.chains   
com.atlassian.bamboo.resultsummary.tests   
com.atlassian.bamboo.ww2.actions.chains   
 

Uses of TestClassResultDescriptor in com.atlassian.bamboo.chains
 

Methods in com.atlassian.bamboo.chains that return types with arguments of type TestClassResultDescriptor
 com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getAllFailedTests()
           
 com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getExistingFailedTests()
           
 com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getFixedTests()
           
 com.google.common.collect.Multimap<TestClassResultDescriptor,TestCaseResult> ChainFilteredTestResults.getNewFailedTests()
           
 FilteredTestResults<TestClassResultDescriptor> ChainResultsSummaryImpl.getTestResults()
           
 FilteredTestResults<TestClassResultDescriptor> ChainResultsSummary.getTestResults()
          Get the helper class to provide filtered test lists for this chain result
 

Uses of TestClassResultDescriptor in com.atlassian.bamboo.resultsummary.tests
 

Classes in com.atlassian.bamboo.resultsummary.tests with type parameters of type TestClassResultDescriptor
 interface FilteredTestResults<T extends TestClassResultDescriptor>
          Interface that provides a summary of all test information for a buildResultSummary for the UI.
 

Subinterfaces of TestClassResultDescriptor in com.atlassian.bamboo.resultsummary.tests
 interface TestClassResult
          Represents a run of a test class.
 

Classes in com.atlassian.bamboo.resultsummary.tests that implement TestClassResultDescriptor
 class TestClassResultImpl
           
 

Uses of TestClassResultDescriptor in com.atlassian.bamboo.ww2.actions.chains
 

Methods in com.atlassian.bamboo.ww2.actions.chains that return types with arguments of type TestClassResultDescriptor
 FilteredTestResults<TestClassResultDescriptor> ViewChainResult.getFilteredTestResults()
           
 



Copyright © 2010 Atlassian. All Rights Reserved.