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