Sauce Connect Job builder creates a default Sauce Connect OnDemand plugin configuration
name
- job namedescription
- job descriptionwebDriverBrowser
- (Optional) browser to use with Sauce ConnectsauceCredentialId
- SauceCredential to use for the sauce plugin. Note that when using Gradle build this parameter does not get populated.
However, this parameter is correctly populated when built inside a Jenkins environment.additionalOptions
- (Optional) additional option to use e.g '-v'Type | Name and description |
---|---|
java.lang.String |
additionalOptions |
java.lang.String |
description |
java.util.List<java.lang.String> |
emails |
java.lang.String |
name |
java.lang.String |
sauceCredentialId |
java.lang.String |
webDriverBrowser |
Type Params | Return Type | Name and description |
---|---|---|
|
javaposse.jobdsl.dsl.Job |
build(javaposse.jobdsl.dsl.DslFactory factory) The main job-dsl script that build job configuration xml |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |