Uses of Enum Class
com.atlassian.bamboo.utils.analytics.JavaVendor
Packages that use JavaVendor
-
Uses of JavaVendor in com.atlassian.bamboo.analytics.agent
Methods in com.atlassian.bamboo.analytics.agent that return types with arguments of type JavaVendorModifier and TypeMethodDescriptionRemoteAgentsAnalyticsService.getAndResetJavaVendorUsageStatistics()Get current Java Vendor usage statistics and reset themRemoteAgentsAnalyticsServiceImpl.getAndResetJavaVendorUsageStatistics()Methods in com.atlassian.bamboo.analytics.agent with parameters of type JavaVendorModifier and TypeMethodDescriptionvoidRemoteAgentsAnalyticsService.recordJavaVendorUsageByAgent(long agentId, @Nullable JavaVendor javaVendor) Record Java Vendor usage by given agentvoidRemoteAgentsAnalyticsServiceImpl.recordJavaVendorUsageByAgent(long agentId, @Nullable JavaVendor javaVendor) -
Uses of JavaVendor in com.atlassian.bamboo.utils.analytics
Methods in com.atlassian.bamboo.utils.analytics that return JavaVendorModifier and TypeMethodDescriptionstatic @NotNull JavaVendorJavaVendor.getCurrentJavaVendor()static JavaVendorReturns the enum constant of this class with the specified name.static JavaVendor[]JavaVendor.values()Returns an array containing the constants of this enum class, in the order they are declared.