Serialized Form


Package org.jenkinsci.plugins.DependencyCheck

Class org.jenkinsci.plugins.DependencyCheck.CustomAnnotationsLabelProvider extends hudson.plugins.analysis.util.model.AnnotationsLabelProvider implements Serializable

serialVersionUID: -3412394855904106646L

Serialized Fields

packageLabel

String packageLabel

Class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder extends hudson.tasks.Builder implements Serializable

serialVersionUID: 5594574614031769847L

Serialized Fields

scanpath

String scanpath

outdir

String outdir

datadir

String datadir

suppressionFile

String suppressionFile

zipExtensions

String zipExtensions

isAutoupdateDisabled

boolean isAutoupdateDisabled

isVerboseLoggingEnabled

boolean isVerboseLoggingEnabled

includeHtmlReports

boolean includeHtmlReports

skipOnScmChange

boolean skipOnScmChange

skipOnUpstreamChange

boolean skipOnUpstreamChange

useMavenArtifactsScanPath

boolean useMavenArtifactsScanPath

Class org.jenkinsci.plugins.DependencyCheck.DependencyCheckExecutor extends Object implements Serializable

serialVersionUID: 4781360460201081295L

Serialized Fields

options

Options options

listener

hudson.model.BuildListener listener

classLoader

ClassLoader classLoader

Class org.jenkinsci.plugins.DependencyCheck.DependencyCheckHealthDescriptor extends hudson.plugins.analysis.core.AbstractHealthDescriptor implements Serializable

serialVersionUID: 5213014036329554062L

Class org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher extends hudson.plugins.analysis.core.HealthAwarePublisher implements Serializable

serialVersionUID: 7990130928383567597L

Serialized Fields

pattern

String pattern

Class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult extends hudson.plugins.analysis.core.BuildResult implements Serializable

serialVersionUID: 7033295368738599221L

Class org.jenkinsci.plugins.DependencyCheck.DependencyCheckTabDetail extends hudson.plugins.analysis.views.TabDetail implements Serializable

serialVersionUID: -210918729676460128L

Class org.jenkinsci.plugins.DependencyCheck.Options extends Object implements Serializable

serialVersionUID: 4571161829818421072L

Serialized Fields

workspace

String workspace
The path to the project workspace.


name

String name
The name of the report to be displayed


scanPath

ArrayList<E> scanPath
Specifies the directory[s] to scan.


outputDirectory

hudson.FilePath outputDirectory
Specifies the destination directory for the generated report.


dataDirectory

hudson.FilePath dataDirectory
Specifies the data directory.


showEvidence

boolean showEvidence
Boolean value (true/false) whether or not the evidence collected about a dependency is displayed in the report. Default is true.


format

org.owasp.dependencycheck.reporting.ReportGenerator.Format format
The report format to be generated. Default is XML.


autoUpdate

boolean autoUpdate
Sets whether auto-updating of the NVD CVE/CPE data is enabled. It is not recommended that this be turned to false. Default is true.


verboseLoggingFile

hudson.FilePath verboseLoggingFile
Specifies the verbose logging file to use


suppressionFile

Serializable suppressionFile
Specifies the suppression file to use


zipExtensions

String zipExtensions
Specifies the file extensions to be treated a ZIP


dataMirroringType

int dataMirroringType
Specifies the data mirroring type (scheme) to use


cveUrl12Modified

URL cveUrl12Modified
Specifies the CVE 1.2 modified URL


cveUrl20Modified

URL cveUrl20Modified
Specifies the CVE 2.0 modified URL


cveUrl12Base

URL cveUrl12Base
Specifies the CVE 1.2 base URL


cveUrl20Base

URL cveUrl20Base
Specifies the CVE 2.0 base URL


proxyServer

String proxyServer
Specifies the server (hostname/IP) of the proxy server


proxyPort

int proxyPort
Specifies the port number to the proxy server


proxyUsername

String proxyUsername
Specifies the username to use to authenticate through the proxy server


proxyPassword

String proxyPassword
Specifies the password to use to authenticate through the proxy server


useMavenArtifactsScanPath

boolean useMavenArtifactsScanPath
Specifies if the scan path is solely populated by Maven artifacts


jarAnalyzerEnabled

boolean jarAnalyzerEnabled
Specifies if the Jar analyzer is enabled


javascriptAnalyzerEnabled

boolean javascriptAnalyzerEnabled
Specifies if the Javascript analyzer is enabled


archiveAnalyzerEnabled

boolean archiveAnalyzerEnabled
Specifies if the Archive analyzer is enabled


assemblyAnalyzerEnabled

boolean assemblyAnalyzerEnabled
Specifies if the Assembly analyzer is enabled


nuspecAnalyzerEnabled

boolean nuspecAnalyzerEnabled
Specifies if the NuSpec analyzer is enabled


nexusAnalyzerEnabled

boolean nexusAnalyzerEnabled
Specifies if the Nexus analyzer is enabled


nexusUrl

URL nexusUrl
Specifies the Nexus URL to use if enabled


nexusProxyBypass

boolean nexusProxyBypass
Specifies if the Nexus analyzer should bypass any proxy defined in Jenkins


centralAnalyzerEnabled

boolean centralAnalyzerEnabled
Specifies if the Maven Central analyzer is enabled


centralUrl

URL centralUrl
Specifies the Maven Central URL to use if enabled


monoPath

hudson.FilePath monoPath
Specifies the full path and filename to the Mono binary


tempPath

hudson.FilePath tempPath
Specifies the full path to the temporary directory


Package org.jenkinsci.plugins.DependencyCheck.maven

Class org.jenkinsci.plugins.DependencyCheck.maven.MavenArtifactRecorder extends hudson.maven.MavenReporter implements Serializable

serialVersionUID: 2861843894200530783L


Package org.jenkinsci.plugins.DependencyCheck.parser

Class org.jenkinsci.plugins.DependencyCheck.parser.ReportParser extends hudson.plugins.analysis.core.AbstractAnnotationParser implements Serializable

serialVersionUID: -1906443657161473919L

Class org.jenkinsci.plugins.DependencyCheck.parser.Warning extends hudson.plugins.analysis.util.model.AbstractAnnotation implements Serializable

serialVersionUID: -6132623961334474815L

Serialized Fields

vulnerability

org.owasp.dependencycheck.dependency.Vulnerability vulnerability

tooltip

String tooltip
The tooltip.



Copyright © 2012-2015 OWASP. All Rights Reserved.