updated documentation to replace deprecated proxyUrl with proxyServer

Former-commit-id: 165e14fcb6b57d8a522875eaa65f5ee766c9b1af
This commit is contained in:
Jeremy Long
2014-05-31 06:43:07 -04:00
parent 0ffef12a8b
commit a417db7c7a
3 changed files with 6 additions and 17 deletions

View File

@@ -32,7 +32,7 @@ failBuildOnCVSS | Specifies if the build should be failed if a CVSS score a
format | The report format to be generated (HTML, XML, VULN, ALL). This configuration option has no affect if using this within the Site plugin unless the externalReport is set to true. | HTML
logFile | The file path to write verbose logging information. |  
suppressionFile | The file path to the XML suppression file \- used to suppress [false positives](../suppression.html) |  
proxyUrl | The Proxy URL. |  
proxyServer | The Proxy Server. |  
proxyPort | The Proxy Port. |  
proxyUsername | Defines the proxy user name. |  
proxyPassword | Defines the proxy password. |