-
public class GebConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>gebEnvironmentprivate final NamedDomainObjectContainer<GebLocalDriver>localDriver
-
Constructor Summary
Constructors Constructor Description GebConfiguration(ObjectFactory objectFactory)
-
Method Summary
Modifier and Type Method Description final Property<String>getGebEnvironment()final NamedDomainObjectContainer<GebLocalDriver>getLocalDriver()-
-
Method Detail
-
getGebEnvironment
final Property<String> getGebEnvironment()
-
getLocalDriver
final NamedDomainObjectContainer<GebLocalDriver> getLocalDriver()
-
-
-
-