Class RemoteAgentsAnalyticsResource
- java.lang.Object
-
- com.atlassian.bamboo.plugins.testutils.rest.resource.analytics.RemoteAgentsAnalyticsResource
-
@Singleton public class RemoteAgentsAnalyticsResource extends Object
-
-
Constructor Summary
Constructors Constructor Description RemoteAgentsAnalyticsResource(RemoteAgentsAnalyticsService remoteAgentsAnalyticsService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Response
getAgentsOsUsage()
Returns number of remote agents that use the same OS as server
-
-
-
Constructor Detail
-
RemoteAgentsAnalyticsResource
public RemoteAgentsAnalyticsResource(RemoteAgentsAnalyticsService remoteAgentsAnalyticsService)
-
-