Class BambooRestPerformanceFilterFeature
java.lang.Object
com.atlassian.bamboo.rest.filters.BambooRestPerformanceFilterFeature
- All Implemented Interfaces:
javax.ws.rs.container.DynamicFeature
@Provider
public class BambooRestPerformanceFilterFeature
extends Object
implements javax.ws.rs.container.DynamicFeature
-
Constructor Summary
ConstructorsConstructorDescriptionBambooRestPerformanceFilterFeature
(FeatureManager featureManager, PerformanceStatsService performanceStatsService) -
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext context)
-
Constructor Details
-
BambooRestPerformanceFilterFeature
@Inject public BambooRestPerformanceFilterFeature(FeatureManager featureManager, PerformanceStatsService performanceStatsService)
-
-
Method Details
-
configure
public void configure(javax.ws.rs.container.ResourceInfo resourceInfo, javax.ws.rs.core.FeatureContext context) - Specified by:
configure
in interfacejavax.ws.rs.container.DynamicFeature
-