-
public class GebDriverDownload
-
-
Field Summary
Fields Modifier and Type Field Description private final Property<String>urlprivate final Property<String>archiveTypeprivate final Property<String>webDriverExecNameprivate final Stringname
-
Constructor Summary
Constructors Constructor Description GebDriverDownload(ObjectFactory objectFactory, String name)
-
Method Summary
Modifier and Type Method Description final Property<String>getUrl()final Property<String>getArchiveType()final Property<String>getWebDriverExecName()final StringgetName()-
-
Constructor Detail
-
GebDriverDownload
GebDriverDownload(ObjectFactory objectFactory, String name)
-
-
Method Detail
-
getArchiveType
final Property<String> getArchiveType()
-
getWebDriverExecName
final Property<String> getWebDriverExecName()
-
-
-
-