Package | Description |
---|---|
com.atlassian.jira.util |
Modifier and Type | Method and Description |
---|---|
UserAgentUtil.BrowserMajorVersion |
UserAgentUtil.Browser.getBrowserMajorVersion() |
static UserAgentUtil.BrowserMajorVersion |
UserAgentUtil.BrowserMajorVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserAgentUtil.BrowserMajorVersion[] |
UserAgentUtil.BrowserMajorVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
UserAgentUtil.Browser(UserAgentUtil.BrowserFamily browserFamily,
UserAgentUtil.BrowserMajorVersion browserMajorVersion,
String browserMinorVersion) |
Copyright © 2002-2015 Atlassian. All Rights Reserved.