Uses of Class
com.atlassian.bamboo.utils.analytics.JavaVersion
-
Packages that use JavaVersion Package Description com.atlassian.bamboo.analytics.agent com.atlassian.bamboo.utils.analytics -
-
Uses of JavaVersion in com.atlassian.bamboo.analytics.agent
Methods in com.atlassian.bamboo.analytics.agent that return types with arguments of type JavaVersion Modifier and Type Method Description Map<JavaVersion,Integer>RemoteAgentsAnalyticsService. getAndResetJavaVersionUsageStatistics()Get current Java Version usage statistics and reset themMap<JavaVersion,Integer>RemoteAgentsAnalyticsServiceImpl. getAndResetJavaVersionUsageStatistics()Methods in com.atlassian.bamboo.analytics.agent with parameters of type JavaVersion Modifier and Type Method Description voidRemoteAgentsAnalyticsService. recordJavaVersionUsageByAgent(long agentId, JavaVersion javaVersion)Record Java Version usage by given agentvoidRemoteAgentsAnalyticsServiceImpl. recordJavaVersionUsageByAgent(long agentId, JavaVersion javaVersion) -
Uses of JavaVersion in com.atlassian.bamboo.utils.analytics
Methods in com.atlassian.bamboo.utils.analytics that return JavaVersion Modifier and Type Method Description static JavaVersionJavaVersion. getCurrentJavaVersion()static JavaVersionJavaVersion. 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.
-