public class CBTBuildWrapper extends hudson.tasks.BuildWrapper implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
CBTBuildWrapper.DescriptorImpl |
| Constructor and Description |
|---|
CBTBuildWrapper(List<net.sf.json.JSONObject> screenshotsTests,
List<net.sf.json.JSONObject> seleniumTests,
boolean useLocalTunnel,
boolean useTestResults,
String username,
String apikey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApikey() |
CBTBuildWrapper.DescriptorImpl |
getDescriptor() |
String |
getLocalTunnelPath() |
String |
getNodePath() |
List<net.sf.json.JSONObject> |
getScreenshotsTests() |
List<net.sf.json.JSONObject> |
getSeleniumTests() |
boolean |
getUseLocalTunnel() |
String |
getUsername() |
boolean |
getUseTestResults() |
hudson.tasks.BuildWrapper.Environment |
setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
public List<net.sf.json.JSONObject> getSeleniumTests()
public List<net.sf.json.JSONObject> getScreenshotsTests()
public boolean getUseLocalTunnel()
public boolean getUseTestResults()
public String getLocalTunnelPath()
public String getNodePath()
public String getUsername()
public String getApikey()
public hudson.tasks.BuildWrapper.Environment setUp(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws IOException,
InterruptedException
setUp in class hudson.tasks.BuildWrapperIOExceptionInterruptedExceptionpublic CBTBuildWrapper.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>Copyright © 2016 CrossBrowserTesting.com. All rights reserved.