- getCentralUrl() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the non-default Maven Central URL to use.
- getCveUrl12Base() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for CVE 1.2 base URL.
- getCveUrl12Base() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the CVE 1.2 base URL.
- getCveUrl12Modified() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for CVE 1.2 modified URL.
- getCveUrl12Modified() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the CVE 1.2 modified URL.
- getCveUrl20Base() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for CVE 2.0 base URL.
- getCveUrl20Base() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the CVE 2.0 base URL.
- getCveUrl20Modified() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for CVE 2.0 modified URL.
- getCveUrl20Modified() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the CVE 2.0 modified URL.
- getDatadir() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves the data directory that DependencyCheck will use.
- getDataDirectory() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the data directory.
- getDataMirroringType() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
This method returns the global configuration for dataMirroringType.
- getDataMirroringType() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the data mirroring type (scheme) to use where 0 = none and 1 = NIST CPE/CVE.
- getDependencies() - Method in class org.jenkinsci.plugins.DependencyCheck.parser.Analysis
-
Returns a read-only collection of all dependencies from the analysis.
- getDescriptor() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
A Descriptor Implementation.
- getDescriptor() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher
-
- getDescriptor() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResultAction
-
- getDetails() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckTabDetail
-
- getDisplayName() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
This name is used on the build configuration screen.
- getDisplayName() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckDescriptor
-
- getDisplayName() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult
- getDisplayName() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResultAction
- getDisplayName() - Method in class org.jenkinsci.plugins.DependencyCheck.maven.MavenArtifactRecorder.DescriptorImpl
-
- getFixed() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckTabDetail
-
- getFormat() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the report format to be generated.
- getHeader() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult
-
- getIconUrl() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckDescriptor
-
- getIsArchiveAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for enabling the Archive analyzer.
- getIsAssemblyAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for enabling the Assembly analyzer.
- getIsCentralAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for enabling the Maven Central analyzer.
- getIsJarAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for enabling the Jar analyzer.
- getIsJavascriptAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for enabling the Javascript analyzer.
- getIsNexusAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for enabling the Nexus analyzer.
- getIsNexusProxyBypassed() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration to determine if the Nexus analyzer should bypass any proxy defined in Jenkins.
- getIsNuspecAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for enabling the NuSpec analyzer.
- getMonoPath() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for the path and filename for the mono binary.
- getMonoPath() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the full path and filename to the Mono binary.
- getName() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the name of the report to be displayed.
- getNexusUrl() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for the Nexus URL to use when enabled.
- getNexusUrl() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the non-default Nexus URL to use.
- getOutdir() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves the output directory to write the report.
- getOutputDirectory() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the destination directory for the generated report.
- getPattern() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher
-
Returns the Ant file-set pattern of files to work with.
- getPluginName() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckDescriptor
-
- getProjectAction(AbstractProject<?, ?>) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher
-
- getProxyPassword() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the password to use to authenticate through the proxy server.
- getProxyPort() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the port number to the proxy server.
- getProxyServer() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the server (hostname/IP) of the proxy server.
- getProxyUsername() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the username to use to authenticate through the proxy server.
- getResult(MatrixRun) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckAnnotationsAggregator
-
- getResultActionType() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult
-
- getScanpath() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves the path to scan.
- getScanPath() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the files and/or directory[s] to scan.
- getSerializationFileName() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult
-
- getSeverity() - Method in class org.jenkinsci.plugins.DependencyCheck.parser.Warning
-
Analysis-core only supports Priority, not Severity.
- getSummary() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult
-
- getSummaryIconUrl() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckDescriptor
-
- getSuppressionFile() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves the suppression file that DependencyCheck will use.
- getSuppressionFile() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the suppression file.
- getSuppressionFilePath() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the suppression file.
- getSuppressionUrl() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the suppression file.
- getTempPath() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
Returns the global configuration for the path to the temporary directory.
- getTempPath() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the full path of the temporary directory.
- getToolTip() - Method in class org.jenkinsci.plugins.DependencyCheck.parser.Warning
- getUseMavenArtifactsScanPath() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns if the scan path is solely populated by Maven artifacts.
- getVerboseLoggingFile() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the verbose logging file.
- getVulnerability() - Method in class org.jenkinsci.plugins.DependencyCheck.parser.Warning
-
- getWarnings() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckTabDetail
-
- getWorkspace() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the path to the project workspace.
- getZipExtensions() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves a comma-separated list of file extensions to treat as ZIP format.
- getZipExtensions() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns the zip extensions.
- includeHtmlReports() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves whether HTML reports should be generated (in addition to the XML report) or not.
- isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
- isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckDescriptor
-
By default, isApplicable will return true for all projects except Maven projects.
- isArchiveAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns if the Archive analyzer is enabled or not.
- isAssemblyAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns if the Assembly analyzer is enabled or not.
- isAutoUpdate() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns whether auto-updating of the NVD CVE/CPE data is enabled.
- isAutoupdateDisabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves whether auto update should be disabled or not.
- isCentralAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns if the Maven Central analyzer is enabled or not.
- isJarAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns if the Jar analyzer is enabled or not.
- isJavascriptAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns if the Javascript analyzer is enabled or not.
- isMaven(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
-
- isMaven(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Convenience method that determines if the project is a Maven project.
- isNexusAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns if the Nexus analyzer is enabled or not.
- isNexusProxyBypassed() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns if the Nexus analyzer should bypass any proxy defined in Jenkins.
- isNuspecAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns if the NuSpec analyzer is enabled or not.
- isShowEvidence() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Returns a boolean value (true/false) whether or not the evidence collected
about a dependency is displayed in the report.
- isVerboseLoggingEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves whether verbose logging is enabled or not.
- setArchiveAnalyzerEnabled(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets if the Archive analyzer is enabled or not.
- setAssemblyAnalyzerEnabled(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets if the Assembly analyzer is enabled or not.
- setAutoUpdate(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets whether auto-updating of the NVD CVE/CPE data is enabled.
- setCentralAnalyzerEnabled(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets if the Maven Central analyzer is enabled or not.
- setCentralUrl(URL) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Specifies the non-default Maven Central URL to use.
- setCveUrl12Base(URL) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the CVE 1.2 base URL.
- setCveUrl12Modified(URL) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the CVE 1.2 modified URL.
- setCveUrl20Base(URL) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the CVE 2.0 base URL.
- setCveUrl20Modified(URL) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the CVE 2.0 modified URL.
- setDataDirectory(FilePath) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the data directory.
- setDataMirroringType(int) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the data mirroring type.
- setFormat(ReportGenerator.Format) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the report format to be generated.
- setJarAnalyzerEnabled(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets if the Jar analyzer is enabled or not.
- setJavascriptAnalyzerEnabled(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets if the Javascript analyzer is enabled or not.
- setMonoPath(FilePath) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Specifies the full path and filename to the mono binary.
- setName(String) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the name of the report to be displayed.
- setNexusAnalyzerEnabled(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets if the Nexus analyzer is enabled or not.
- setNexusProxyBypassed(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Specifies if the Nexus analyzer should bypass any proxy defined in Jenkins.
- setNexusUrl(URL) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Specifies the non-default Nexus URL to use.
- setNuspecAnalyzerEnabled(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets if the NuSpec analyzer is enabled or not.
- setOutputDirectory(FilePath) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the destination directory for the generated report.
- setProxyPassword(String) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the password to use to authenticate through the proxy server.
- setProxyPort(int) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the port number to the proxy server.
- setProxyServer(String) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the server (hostname/IP) of the proxy server.
- setProxyUsername(String) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the username to use to authenticate through the proxy server.
- setScanPath(ArrayList<FilePath>) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the file[s] and/or directory[s] to scan.
- setShowEvidence(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets a boolean value (true/false) whether or not the evidence collected
about a dependency is displayed in the report.
- setSuppressionFile(Serializable) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the suppression file to use.
- setTempPath(FilePath) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Specifies the full path of the temporary directory.
- setUseMavenArtifactsScanPath(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets if the scan path is solely populated by Maven artifacts.
- setVerboseLoggingFile(FilePath) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets whether verbose logging of the Dependency-Check engine and analyzers
is enabled.
- setWorkspace(String) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the path to the project workspace.
- setZipExtensions(String) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
-
Sets the zip extensions - must be comma separated.
- Severity_High() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
High
- Severity_Low() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Low
- Severity_Medium() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Medium
- skipOnScmChange() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves whether execution of the builder should be skipped if triggered by an SCM change.
- skipOnUpstreamChange() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
-
Retrieves whether execution of the builder should be skipped if triggered by an Upstream change.
- start() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckPlugin
-
- _Builder_Name() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Invoke OWASP Dependency-Check analysis
- _Detail_header() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Dependency-Check Warnings
- _Error_Data_Directory_Create() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
ERROR: Unable to create data directory
- _Error_Output_Directory_Create() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
ERROR: Unable to create output directory
- _Error_Suppression_NonExist() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
ERROR: An error occurred attempting to validate the existence of suppression file.
- _Executor_Analyzing_Dependencies() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Analyzing Dependencies
- _Executor_Display_Options() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Executing Dependency-Check analysis with the following options:
- _Executor_Scanning() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Scanning:
- _Executor_ScanPath_Invalid() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
The scan path(s) specified are not valid.
- _Failure_Database_Connect() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Unable to connect to the dependency-check database; analysis has stopped
- _Failure_Database_Properties() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Unable to retrieve database properties
- _FixedWarnings_Detail_header() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Fixed Dependency-Check Warnings
- _Form_Error_jarNotFound() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
The path and filename to the Dependency-Check JAR cannot be found
- _Form_Error_setupJar() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Please specify the path and filename to the Dependency-Check JAR
- _NewWarnings_Detail_header() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
New Dependency-Check Warnings
- _ProjectAction_Name() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Dependency-Check Warnings
- _Publisher_Name() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Publish OWASP Dependency-Check analysis results
- _ResultAction_Header() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Dependency-Check Result
- _ResultAction_HealthReportMultipleItem(Object) - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Dependency-Check: {0} warnings found.
- _ResultAction_HealthReportNoItem() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Dependency-Check: no warnings found.
- _ResultAction_HealthReportSingleItem() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Dependency-Check: one warning found.
- _Severity_High() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
High
- _Severity_Low() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Low
- _Severity_Medium() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Medium
- _Trend_Name() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
Dependency-Check Trend
- _Warning_Suppression_NonExist() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
-
WARNING: Suppression file does not exist.