public class CBTBuildWrapper extends hudson.tasks.BuildWrapper implements Serializable
| Constructor and Description |
|---|
CBTBuildWrapper(List<net.sf.json.JSONObject> screenshotsTests,
List<net.sf.json.JSONObject> seleniumTests,
boolean useLocalTunnel,
boolean useTestResults,
String credentialsId,
String tunnelName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCredentialsId() |
CBTDescriptor |
getDescriptor() |
String |
getLocalTunnelPath() |
String |
getNodePath() |
List<net.sf.json.JSONObject> |
getScreenshotsTests() |
List<net.sf.json.JSONObject> |
getSeleniumTests() |
String |
getTunnelName() |
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 String getLocalTunnelPath()
public String getNodePath()
public String getCredentialsId()
public String getTunnelName()
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 CBTDescriptor getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.BuildWrapper>getDescriptor in class hudson.model.AbstractDescribableImpl<hudson.tasks.BuildWrapper>Copyright © 2016–2017 CrossBrowserTesting.com. All rights reserved.