Class BambooRestPerformanceFilterFactory
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.performance.BambooRestPerformanceFilterFactory
-
- All Implemented Interfaces:
com.sun.jersey.spi.container.ResourceFilterFactory
@Provider public class BambooRestPerformanceFilterFactory extends Object implements com.sun.jersey.spi.container.ResourceFilterFactory
-
-
Constructor Summary
Constructors Constructor Description BambooRestPerformanceFilterFactory(FeatureManager featureManager, PerformanceStatsService performanceStatsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.sun.jersey.spi.container.ResourceFilter>create(com.sun.jersey.api.model.AbstractMethod abstractMethod)
-
-
-
Constructor Detail
-
BambooRestPerformanceFilterFactory
public BambooRestPerformanceFilterFactory(FeatureManager featureManager, PerformanceStatsService performanceStatsService)
-
-
Method Detail
-
create
public List<com.sun.jersey.spi.container.ResourceFilter> create(com.sun.jersey.api.model.AbstractMethod abstractMethod)
- Specified by:
createin interfacecom.sun.jersey.spi.container.ResourceFilterFactory
-
-