Class AnalyticsPluginResource
java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.resource.administration.AnalyticsPluginResource
@Path("analytics")
@Consumes("text/plain")
@Produces("text/plain")
@Singleton
public class AnalyticsPluginResource
extends Object
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAnalyticsPluginResource
(com.atlassian.cache.CacheManager cacheManager, com.atlassian.sal.api.ApplicationProperties applicationProperties, MauService mauService) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
javax.ws.rs.core.Response
javax.ws.rs.core.Response
setPolicyUpdateAcknowledged
(boolean acked)
-
Field Details
-
ANALYTICS_LOGS_DIR
- See Also:
-
-
Constructor Details
-
AnalyticsPluginResource
@Inject public AnalyticsPluginResource(com.atlassian.cache.CacheManager cacheManager, com.atlassian.sal.api.ApplicationProperties applicationProperties, MauService mauService)
-
-
Method Details
-
setPolicyUpdateAcknowledged
@GET @Path("/acknowledge") public javax.ws.rs.core.Response setPolicyUpdateAcknowledged(@QueryParam("value") boolean acked) -
getDestinationPath
@GET @Path("/logpath") public javax.ws.rs.core.Response getDestinationPath() -
clearMauCache
@POST @Path("/clear-mau-cache") public javax.ws.rs.core.Response clearMauCache()
-