|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BrowserVersion | |
|---|---|
| jenkinsci.plugin.browseraxis | |
| Uses of BrowserVersion in jenkinsci.plugin.browseraxis |
|---|
| Methods in jenkinsci.plugin.browseraxis that return BrowserVersion | |
|---|---|
BrowserVersion |
Browser.DescriptorImpl.getBrowserVersionByName(java.lang.String name)
Return all kinds of browser which is defined |
| Methods in jenkinsci.plugin.browseraxis that return types with arguments of type BrowserVersion | |
|---|---|
java.util.List<BrowserVersion> |
Browser.DescriptorImpl.getAllBrowserVersions()
Find all versions of all browsers |
java.util.Map<Browser,java.util.Set<BrowserVersion>> |
Browser.DescriptorImpl.getMapBrowsers()
Return map of kinds of browsers and their versions |
java.util.Set<BrowserVersion> |
Browser.getNotAutoCreatedVersions()
|
java.util.Set<BrowserVersion> |
Browser.getVersions()
|
| Methods in jenkinsci.plugin.browseraxis with parameters of type BrowserVersion | |
|---|---|
void |
Browser.addVersion(BrowserVersion version)
Add new version |
Browser |
Browser.DescriptorImpl.getBrowserOfVersion(BrowserVersion version)
Find browser of given version |
| Method parameters in jenkinsci.plugin.browseraxis with type arguments of type BrowserVersion | |
|---|---|
void |
Browser.DescriptorImpl.setBrowser(net.sf.json.JSONObject json,
java.util.Map<Browser,java.util.Set<BrowserVersion>> newBrowsers)
Set browsers from request parameters |
void |
Browser.DescriptorImpl.setVersion(net.sf.json.JSONObject json,
java.util.Set<BrowserVersion> versions)
Set versions of browser from request parameters |
| Constructor parameters in jenkinsci.plugin.browseraxis with type arguments of type BrowserVersion | |
|---|---|
Browser(java.lang.String name,
java.util.Set<BrowserVersion> version,
boolean useSuffixs,
java.lang.String suffixWindows,
java.lang.String suffixUnix,
java.util.Set<java.lang.String> unixOsForSuffix,
boolean autoCreatingVersionsWindows,
boolean autoCreatingVersionsUnix,
java.lang.String defaultPathWindows,
java.lang.String defaultPathUnix,
java.lang.String findVersionCommandUnix,
java.lang.String findVersionCommandWindows)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||