Uses of Class
com.atlassian.bamboo.utils.analytics.OsType
-
Packages that use OsType Package Description com.atlassian.bamboo.analytics.agent com.atlassian.bamboo.utils.analytics -
-
Uses of OsType in com.atlassian.bamboo.analytics.agent
Methods in com.atlassian.bamboo.analytics.agent that return types with arguments of type OsType Modifier and Type Method Description Map<OsType,Integer>
RemoteAgentsAnalyticsService. getAndResetOsUsageStatistics()
Get current OS usage statistics and reset themMap<OsType,Integer>
RemoteAgentsAnalyticsServiceImpl. getAndResetOsUsageStatistics()
Methods in com.atlassian.bamboo.analytics.agent with parameters of type OsType Modifier and Type Method Description void
RemoteAgentsAnalyticsService. recordOsUsageByAgent(long agentId, OsType osType)
Record OS usage by given agentvoid
RemoteAgentsAnalyticsServiceImpl. recordOsUsageByAgent(long agentId, OsType osType)
-
Uses of OsType in com.atlassian.bamboo.utils.analytics
Methods in com.atlassian.bamboo.utils.analytics that return OsType Modifier and Type Method 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.
-