Uses of Class
com.atlassian.bamboo.build.FilterController

Packages that use FilterController
com.atlassian.bamboo.build   
com.atlassian.bamboo.build.coverage   
com.atlassian.bamboo.build.tests   
com.atlassian.bamboo.builder.resultsfilter   
com.atlassian.bamboo.ww2.actions.charts   
com.atlassian.bamboo.ww2.interceptors   
 

Uses of FilterController in com.atlassian.bamboo.build
 

Subclasses of FilterController in com.atlassian.bamboo.build
 class BuildFilterController
           
 

Methods in com.atlassian.bamboo.build that return FilterController
 FilterController ViewBuild.getFilterController()
           
 

Methods in com.atlassian.bamboo.build with parameters of type FilterController
 void ViewBuild.setFilterController(FilterController filterController)
           
 

Uses of FilterController in com.atlassian.bamboo.build.coverage
 

Methods in com.atlassian.bamboo.build.coverage that return FilterController
 FilterController ViewCloverCoverageSummary.getFilterController()
           
 

Methods in com.atlassian.bamboo.build.coverage with parameters of type FilterController
 void ViewCloverCoverageSummary.setFilterController(FilterController filterController)
           
 

Uses of FilterController in com.atlassian.bamboo.build.tests
 

Methods in com.atlassian.bamboo.build.tests that return FilterController
 FilterController ViewTestCaseAction.getFilterController()
           
 FilterController ViewTestsSummary.getFilterController()
           
 

Methods in com.atlassian.bamboo.build.tests with parameters of type FilterController
 void ViewTestCaseAction.setFilterController(FilterController filterController)
           
 void ViewTestsSummary.setFilterController(FilterController filterController)
           
 

Uses of FilterController in com.atlassian.bamboo.builder.resultsfilter
 

Methods in com.atlassian.bamboo.builder.resultsfilter that return FilterController
 FilterController SetResultsFilter.getFilterController()
           
 

Methods in com.atlassian.bamboo.builder.resultsfilter with parameters of type FilterController
 void SetResultsFilter.setFilterController(FilterController filterController)
           
 

Uses of FilterController in com.atlassian.bamboo.ww2.actions.charts
 

Methods in com.atlassian.bamboo.ww2.actions.charts that return FilterController
 FilterController ViewCombinedByTimePeriodChart.getFilterController()
           
 

Methods in com.atlassian.bamboo.ww2.actions.charts with parameters of type FilterController
 void ViewCombinedByTimePeriodChart.setFilterController(FilterController filterController)
           
 

Uses of FilterController in com.atlassian.bamboo.ww2.interceptors
 

Methods in com.atlassian.bamboo.ww2.interceptors with parameters of type FilterController
 void ConfigurationEditorInterceptor.setFilterController(FilterController filterController)
           
 void ResultsListAwareInterceptor.setFilterController(FilterController filterController)
           
 void TestCaseAwareInterceptor.setFilterController(FilterController filterController)
           
 



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.