Class RemoteAgentsAnalyticsResource
java.lang.Object
com.atlassian.bamboo.plugins.testutils.rest.resource.analytics.RemoteAgentsAnalyticsResource
@Path("analytics/agent")
@Consumes({"application/json","application/json"})
@Produces({"application/json","application/json"})
@Singleton
public class RemoteAgentsAnalyticsResource
extends Object
-
Constructor Summary
ConstructorDescriptionRemoteAgentsAnalyticsResource
(RemoteAgentsAnalyticsService remoteAgentsAnalyticsService) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
Returns number of remote agents that use the same OS as server
-
Constructor Details
-
RemoteAgentsAnalyticsResource
@Inject public RemoteAgentsAnalyticsResource(RemoteAgentsAnalyticsService remoteAgentsAnalyticsService)
-
-
Method Details
-
getAgentsOsUsage
@Path("osUsage") @GET public javax.ws.rs.core.Response getAgentsOsUsage()Returns number of remote agents that use the same OS as server
-