| Package | Description |
|---|---|
| com.atlassian.bamboo.analytics.agent | |
| com.atlassian.bamboo.utils.analytics |
| Modifier and Type | Method and Description |
|---|---|
Map<OsType,Integer> |
RemoteAgentsAnalyticsServiceImpl.getAndResetOsUsageStatistics() |
Map<OsType,Integer> |
RemoteAgentsAnalyticsService.getAndResetOsUsageStatistics()
Get current OS usage statistics and reset them
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAgentsAnalyticsServiceImpl.recordOsUsageByAgent(long agentId,
OsType osType) |
void |
RemoteAgentsAnalyticsService.recordOsUsageByAgent(long agentId,
OsType osType)
Record OS usage by given agent
|
| Modifier and Type | Method and Description |
|---|---|
static OsType |
OsType.getCurrentOs() |
static OsType |
OsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OsType[] |
OsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023 Atlassian Software Systems Pty Ltd. All rights reserved.