The update data configuration extension. Any value not configured will use the dependency-check-core defaults.
| Type | Name and description |
|---|---|
java.lang.String |
connectionStringThe connection string to the database. |
java.lang.String |
directoryThe directory to store the H2 database that contains the cache of the NVD CVE data. |
java.lang.String |
driverThe database driver name (e.g. org.h2.Driver). |
java.lang.String |
driverPathThe path to the driver (JAR) in case it is not already in the classpath. |
java.lang.String |
passwordThe password to use when connecting to the database. |
java.lang.String |
usernameThe user name to use when connecting to the database. |
| Constructor and description |
|---|
DataExtension
(org.gradle.api.Project project) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), 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() |
The connection string to the database.
The directory to store the H2 database that contains the cache of the NVD CVE data.
The database driver name (e.g. org.h2.Driver).
The path to the driver (JAR) in case it is not already in the classpath.
The password to use when connecting to the database.
The user name to use when connecting to the database.
Groovy Documentation