interface BuildAdapter
Used to supply default configuration type values to allow a build system (or anything else) to configure the Geb runtime from the outside.
Type Params | Return Type | Name and description |
---|---|---|
|
abstract String |
getBaseUrl() Provides the default baseUrl to use when no value has been configured. |
|
abstract File |
getReportsDir() Provides the default location to write report files. |
Provides the default baseUrl to use when no value has been configured.
This method may return null
.
Provides the default location to write report files.
This method may return null
.
Groovy API Documentation for Geb 7.0 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org