| Package | Description |
|---|---|
| com.atlassian.bamboo.analytics.agent | |
| com.atlassian.bamboo.utils.analytics |
| Modifier and Type | Method and Description |
|---|---|
Map<OsType,Integer> |
RemoteAgentsOsUsageAnalyticsServiceImpl.getAndResetStatistics() |
Map<OsType,Integer> |
RemoteAgentsOsUsageAnalyticsService.getAndResetStatistics()
Get current OS usage statistics and reset them
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteAgentsOsUsageAnalyticsServiceImpl.recordOsUsageByAgent(long agentId,
OsType osType) |
void |
RemoteAgentsOsUsageAnalyticsService.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 © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.