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) |
| Modifier and Type | Method and Description |
|---|---|
CBTBuildWrapper.DescriptorImpl |
getDescriptor() |
List<net.sf.json.JSONObject> |
getScreenshotsTests() |
List<net.sf.json.JSONObject> |
getSeleniumTests() |
boolean |
getUseLocalTunnel() |
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 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.