Uses of Enum Class
com.atlassian.bamboo.utils.analytics.JavaVersion
Packages that use JavaVersion
-
Uses of JavaVersion in com.atlassian.bamboo.analytics.agent
Methods in com.atlassian.bamboo.analytics.agent that return types with arguments of type JavaVersionModifier and TypeMethodDescriptionRemoteAgentsAnalyticsService.getAndResetJavaVersionUsageStatistics()
Get current Java Version usage statistics and reset themRemoteAgentsAnalyticsServiceImpl.getAndResetJavaVersionUsageStatistics()
Methods in com.atlassian.bamboo.analytics.agent with parameters of type JavaVersionModifier and TypeMethodDescriptionvoid
RemoteAgentsAnalyticsService.recordJavaVersionUsageByAgent
(long agentId, @Nullable JavaVersion javaVersion) Record Java Version usage by given agentvoid
RemoteAgentsAnalyticsServiceImpl.recordJavaVersionUsageByAgent
(long agentId, @Nullable JavaVersion javaVersion) -
Uses of JavaVersion in com.atlassian.bamboo.utils.analytics
Methods in com.atlassian.bamboo.utils.analytics that return JavaVersionModifier and TypeMethodDescriptionstatic JavaVersion
JavaVersion.getCurrentJavaVersion()
static JavaVersion
Returns the enum constant of this class with the specified name.static JavaVersion[]
JavaVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.