public class Selenium extends Object
| Modifier and Type | Field and Description |
|---|---|
ArrayList<org.jenkinsci.plugins.cbt_jenkins.Configuration> |
configurations |
| Constructor and Description |
|---|
Selenium() |
Selenium(String username,
String apikey) |
| Modifier and Type | Method and Description |
|---|---|
org.jenkinsci.plugins.cbt_jenkins.Configuration |
getConfig(String configName) |
String[] |
getSeleniumTestInfo(String name,
String build,
String browserApiName,
String osApiName,
String resolution) |
void |
markPassOrFail(int seleniumTestId,
boolean didPass) |
void |
updateContributer(int seleniumTestId,
String jenkinsVersion,
String pluginVersion) |
public ArrayList<org.jenkinsci.plugins.cbt_jenkins.Configuration> configurations
public org.jenkinsci.plugins.cbt_jenkins.Configuration getConfig(String configName)
public String[] getSeleniumTestInfo(String name, String build, String browserApiName, String osApiName, String resolution) throws IOException
IOExceptionpublic void markPassOrFail(int seleniumTestId,
boolean didPass)
throws IOException
IOExceptionpublic void updateContributer(int seleniumTestId,
String jenkinsVersion,
String pluginVersion)
throws IOException
IOExceptionCopyright © 2016 CrossBrowserTesting.com. All rights reserved.