public class Options extends Object implements Serializable
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
void |
addScanPath(hudson.FilePath scanPath)
Add a file and/or directory to scan
|
hudson.FilePath |
getDataDirectory()
Returns the data directory.
|
org.owasp.dependencycheck.reporting.ReportGenerator.Format |
getFormat()
Returns the report format to be generated.
|
String |
getName()
Returns the name of the report to be displayed
|
hudson.FilePath |
getOutputDirectory()
Returns the destination directory for the generated report.
|
ArrayList<hudson.FilePath> |
getScanPath()
Returns the files and/or directory[s] to scan.
|
boolean |
isAutoUpdate()
Returns whether auto-updating of the NVD CVE/CPE data is enabled.
|
boolean |
isShowEvidence()
Returns a boolean value (true/false) whether or not the evidence collected
about a dependency is displayed in the report.
|
void |
setAutoUpdate(boolean autoUpdate)
Sets whether auto-updating of the NVD CVE/CPE data is enabled.
|
void |
setDataDirectory(hudson.FilePath dataDirectory)
Sets the data directory.
|
void |
setFormat(org.owasp.dependencycheck.reporting.ReportGenerator.Format format)
Sets the report format to be generated.
|
void |
setName(String name)
Sets the name of the report to be displayed
|
void |
setOutputDirectory(hudson.FilePath outputDirectory)
Sets the destination directory for the generated report.
|
void |
setScanPath(ArrayList<hudson.FilePath> scanPath)
Sets the file[s] and/or directory[s] to scan
|
void |
setShowEvidence(boolean showEvidence)
Sets a boolean value (true/false) whether or not the evidence collected
about a dependency is displayed in the report.
|
String |
toString() |
public String getName()
public void setName(String name)
public ArrayList<hudson.FilePath> getScanPath()
public void setScanPath(ArrayList<hudson.FilePath> scanPath)
public void addScanPath(hudson.FilePath scanPath)
public hudson.FilePath getOutputDirectory()
public void setOutputDirectory(hudson.FilePath outputDirectory)
public hudson.FilePath getDataDirectory()
public void setDataDirectory(hudson.FilePath dataDirectory)
public boolean isShowEvidence()
public void setShowEvidence(boolean showEvidence)
public org.owasp.dependencycheck.reporting.ReportGenerator.Format getFormat()
public void setFormat(org.owasp.dependencycheck.reporting.ReportGenerator.Format format)
public boolean isAutoUpdate()
public void setAutoUpdate(boolean autoUpdate)
Copyright © 2012-2013 OWASP. All Rights Reserved.