A B C D E F G H I M N O P R S T W _

A

AbstractDependencyCheckBuilder - Class in org.jenkinsci.plugins.DependencyCheck
 
AbstractDependencyCheckBuilder() - Constructor for class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
 
addDependency(Dependency) - Method in class org.jenkinsci.plugins.DependencyCheck.parser.Analysis
Adds a new dependency to this collection.
addScanPath(FilePath) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
Add a file and/or directory to scan.
Analysis - Class in org.jenkinsci.plugins.DependencyCheck.parser
Java Bean class for dependencies found by DependencyCheck.
Analysis() - Constructor for class org.jenkinsci.plugins.DependencyCheck.parser.Analysis
 
areMavenArtifactsUsedForScanPath() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
Retrieves whether Maven artifacts from the build should be used as the scan path.
attachLabelProvider(AnnotationContainer) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckDetailBuilder
 
attachLabelProvider(AnnotationContainer) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult

B

Builder_Name() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Invoke OWASP Dependency-Check analysis
Builder_UpdateOnly_Name() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Invoke OWASP Dependency-Check NVD update only

C

configure(StaplerRequest, JSONObject) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
Takes the /apply/save step in the global config and saves the JSON data.
configure(XStream) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult
configureDataDirectory(AbstractBuild, BuildListener, Options, String) - Method in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
By default, DependencyCheck will place the 'data' directory in the same directory as the DependencyCheck JAR.
configureDataMirroring(Options, int, String, String, String, String) - Method in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
 
configureProxySettings(Options, boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
 
createAction(HealthDescriptor, String, ParserResult) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckAnnotationsAggregator
 
createAggregator(MatrixBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher
createDeltaMessage() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult
createDescription(AnnotationProvider) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckHealthDescriptor
 
createTabDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckDetailBuilder
 
CustomAnnotationsLabelProvider - Class in org.jenkinsci.plugins.DependencyCheck
 
CustomAnnotationsLabelProvider(String) - Constructor for class org.jenkinsci.plugins.DependencyCheck.CustomAnnotationsLabelProvider
 

D

DependencyCheckAnnotationsAggregator - Class in org.jenkinsci.plugins.DependencyCheck
Aggregates DependencyCheckResultActions of MatrixRuns into MatrixBuild.
DependencyCheckAnnotationsAggregator(MatrixBuild, Launcher, BuildListener, HealthDescriptor, String, boolean, boolean) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckAnnotationsAggregator
Creates a new instance of DependencyCheckAnnotationsAggregator.
DependencyCheckBuilder - Class in org.jenkinsci.plugins.DependencyCheck
The DependencyCheck builder class provides the ability to invoke a DependencyCheck build as a Jenkins build step.
DependencyCheckBuilder(String, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Boolean, Boolean) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
 
DependencyCheckBuilder.DescriptorImpl - Class in org.jenkinsci.plugins.DependencyCheck
Descriptor for DependencyCheckBuilder.
DependencyCheckBuilder.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
 
DependencyCheckDescriptor - Class in org.jenkinsci.plugins.DependencyCheck
Descriptor for the class DependencyCheckPublisher.
DependencyCheckDescriptor() - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckDescriptor
Creates a new instance of DependencyCheckDescriptor.
DependencyCheckDetailBuilder - Class in org.jenkinsci.plugins.DependencyCheck
A detail builder for DependencyCheck annotations capable of showing details of linked annotations.
DependencyCheckDetailBuilder() - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckDetailBuilder
 
DependencyCheckExecutor - Class in org.jenkinsci.plugins.DependencyCheck
This class is called by the DependencyCheckBuilder (the Jenkins build-step plugin) and is responsible for executing a DependencyCheck analysis.
DependencyCheckExecutor(Options, BuildListener) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckExecutor
Constructs a new DependencyCheckExecutor object.
DependencyCheckExecutor(Options, BuildListener, ClassLoader) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckExecutor
Constructs a new DependencyCheckExecutor object.
DependencyCheckHealthDescriptor - Class in org.jenkinsci.plugins.DependencyCheck
A health descriptor for DependencyCheck build results.
DependencyCheckHealthDescriptor(HealthDescriptor) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckHealthDescriptor
Creates a new instance of DependencyCheckHealthDescriptor based on the values of the specified descriptor.
DependencyCheckPlugin - Class in org.jenkinsci.plugins.DependencyCheck
Initializes the DependencyCheck plugin.
DependencyCheckPlugin() - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckPlugin
 
DependencyCheckProjectAction - Class in org.jenkinsci.plugins.DependencyCheck
Entry point to visualize the DependencyCheck trend graph in the project screen.
DependencyCheckProjectAction(AbstractProject<?, ?>) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckProjectAction
Instantiates a new DependencyCheckProjectAction.
DependencyCheckProjectAction(AbstractProject<?, ?>, Class<? extends ResultAction<DependencyCheckResult>>) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckProjectAction
Instantiates a new DependencyCheckProjectAction.
DependencyCheckPublisher - Class in org.jenkinsci.plugins.DependencyCheck
Publishes the results of the Dependency-Check analysis (freestyle project type).
DependencyCheckPublisher(String, String, String, String, boolean, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean, boolean, boolean, boolean, String) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher
Creates a new instance of DependencyCheckPublisher.
DependencyCheckResult - Class in org.jenkinsci.plugins.DependencyCheck
Represents the results of the DependencyCheck analysis.
DependencyCheckResult(AbstractBuild<?, ?>, String, ParserResult, boolean, boolean) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult
Creates a new instance of DependencyCheckResult.
DependencyCheckResult(AbstractBuild<?, ?>, String, ParserResult, boolean, boolean, Class<? extends ResultAction<DependencyCheckResult>>) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResult
Creates a new instance of DependencyCheckResult.
DependencyCheckResultAction - Class in org.jenkinsci.plugins.DependencyCheck
Controls the live cycle of the Dependency-Check results.
DependencyCheckResultAction(AbstractBuild<?, ?>, HealthDescriptor, DependencyCheckResult) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckResultAction
Creates a new instance of DependencyCheckResultAction.
DependencyCheckTabDetail - Class in org.jenkinsci.plugins.DependencyCheck
Detail view for the DependencyCheck plug-in: uses different table visualization.
DependencyCheckTabDetail(AbstractBuild<?, ?>, DetailFactory, Collection<FileAnnotation>, String, String) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckTabDetail
Creates a new instance of TabDetail.
DependencyCheckUpdateOnlyBuilder - Class in org.jenkinsci.plugins.DependencyCheck
The DependencyCheckUpdateOnlyBuilder builder class provides the ability to invoke a DependencyCheck NVD update only as a Jenkins build step.
DependencyCheckUpdateOnlyBuilder(String, Boolean, Boolean) - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckUpdateOnlyBuilder
 
DependencyCheckUpdateOnlyBuilder.DescriptorImpl - Class in org.jenkinsci.plugins.DependencyCheck
Descriptor for DependencyCheckUpdateOnlyBuilder.
DependencyCheckUpdateOnlyBuilder.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.DependencyCheck.DependencyCheckUpdateOnlyBuilder.DescriptorImpl
Default constructor.
Detail_header() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Dependency-Check Warnings
doCheckCveUrl12Base(String) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
 
doCheckCveUrl12Modified(String) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
 
doCheckCveUrl20Base(String) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
 
doCheckCveUrl20Modified(String) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
 
doCheckMonoPath(String) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
 
doCheckNexusUrl(String) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
 
doCheckTempPath(String) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
 
doCheckZipExtensions(String) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
 

E

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 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.
Executor_Update_Only() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Performing NVD update only

F

Failure_Database_Connect() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Unable to connect to the dependency-check database; job has stopped
Failure_Database_Properties() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Unable to retrieve database properties
Failure_Java_Version() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
OWASP Dependency-Check requires Java 7 or higher.
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

G

getCategories() - Method in class org.jenkinsci.plugins.DependencyCheck.CustomAnnotationsLabelProvider
 
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.DependencyCheckUpdateOnlyBuilder.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.DependencyCheckUpdateOnlyBuilder.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.DependencyCheckUpdateOnlyBuilder.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.DependencyCheckUpdateOnlyBuilder.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.
getDatadir() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckUpdateOnlyBuilder
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.DependencyCheckUpdateOnlyBuilder.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
 
getDescriptor() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckUpdateOnlyBuilder
A Descriptor Implementation.
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.DependencyCheckUpdateOnlyBuilder.DescriptorImpl
This name is used on the build configuration screen.
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
getHigh() - Method in class org.jenkinsci.plugins.DependencyCheck.CustomAnnotationsLabelProvider
 
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.
getIsNvdProxyBypassed() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
Returns the global configuration to determine if downloading the NVD data feeds shall bypass any proxy defined in Jenkins.
getIsNvdProxyBypassed() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckUpdateOnlyBuilder.DescriptorImpl
Returns the global configuration to determine if downloading the NVD data feeds shall bypass any proxy defined in Jenkins.
getIsPythonAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder.DescriptorImpl
Returns the global configuration for enabling the Python analyzer.
getLow() - Method in class org.jenkinsci.plugins.DependencyCheck.CustomAnnotationsLabelProvider
 
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.
getNormal() - Method in class org.jenkinsci.plugins.DependencyCheck.CustomAnnotationsLabelProvider
 
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.
getPackages() - Method in class org.jenkinsci.plugins.DependencyCheck.CustomAnnotationsLabelProvider
 
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.DependencyCheckUpdateOnlyBuilder.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
getTypes() - Method in class org.jenkinsci.plugins.DependencyCheck.CustomAnnotationsLabelProvider
 
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.

H

hasResult(MatrixRun) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckAnnotationsAggregator
 

I

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.
isApplicable(Class<? extends AbstractProject>) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckUpdateOnlyBuilder.DescriptorImpl
 
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.AbstractDependencyCheckBuilder
Convenience method that determines if the project is a Maven project.
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.
isPythonAnalyzerEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
Returns if the Python 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.
isUpdateOnly() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
Returns whether updates should be the only task performed.
isVerboseLoggingEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
Retrieves whether verbose logging is enabled or not.
isVerboseLoggingEnabled() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckUpdateOnlyBuilder
Retrieves whether verbose logging is enabled or not.

M

MavenArtifactRecorder - Class in org.jenkinsci.plugins.DependencyCheck.maven
The MavenArtifactRecorder saves the artifacts used in a Maven build to JSON format.
MavenArtifactRecorder() - Constructor for class org.jenkinsci.plugins.DependencyCheck.maven.MavenArtifactRecorder
 
MavenArtifactRecorder.DescriptorImpl - Class in org.jenkinsci.plugins.DependencyCheck.maven
 
MavenArtifactRecorder.DescriptorImpl() - Constructor for class org.jenkinsci.plugins.DependencyCheck.maven.MavenArtifactRecorder.DescriptorImpl
 
Messages - Class in org.jenkinsci.plugins.DependencyCheck
 
Messages() - Constructor for class org.jenkinsci.plugins.DependencyCheck.Messages
 

N

newAutoInstance(MavenModule) - Method in class org.jenkinsci.plugins.DependencyCheck.maven.MavenArtifactRecorder.DescriptorImpl
 
NewWarnings_Detail_header() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
New Dependency-Check Warnings

O

Options - Class in org.jenkinsci.plugins.DependencyCheck
A container object that holds all of the configurable options to be used by a DependencyCheck analysis.
Options() - Constructor for class org.jenkinsci.plugins.DependencyCheck.Options
 
optionsBuilder(AbstractBuild, BuildListener, String, boolean, String) - Method in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
Generate Options from build configuration preferences that will be passed to the build step in DependencyCheck
org.jenkinsci.plugins.DependencyCheck - package org.jenkinsci.plugins.DependencyCheck
 
org.jenkinsci.plugins.DependencyCheck.maven - package org.jenkinsci.plugins.DependencyCheck.maven
 
org.jenkinsci.plugins.DependencyCheck.parser - package org.jenkinsci.plugins.DependencyCheck.parser
 
ORIGIN - Static variable in class org.jenkinsci.plugins.DependencyCheck.parser.Warning
 
OUT_TAG - Static variable in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
 

P

parse(InputStream, String) - Method in class org.jenkinsci.plugins.DependencyCheck.parser.ReportParser
 
perform(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
This method is called whenever the DependencyCheck build step is executed.
perform(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckBuilder
This method is called whenever the DependencyCheck build step is executed.
perform(AbstractBuild<?, ?>, PluginLogger) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckPublisher
 
perform(AbstractBuild, Launcher, BuildListener) - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckUpdateOnlyBuilder
This method is called whenever the DependencyCheck build step is executed.
performBuild() - Method in class org.jenkinsci.plugins.DependencyCheck.DependencyCheckExecutor
Performs a DependencyCheck analysis build.
postBuild(MavenBuildProxy, MavenProject, BuildListener) - Method in class org.jenkinsci.plugins.DependencyCheck.maven.MavenArtifactRecorder
 
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

R

ReportParser - Class in org.jenkinsci.plugins.DependencyCheck.parser
A parser for DependencyCheck XML files.
ReportParser() - Constructor for class org.jenkinsci.plugins.DependencyCheck.parser.ReportParser
Creates a new instance of ReportParser.
ReportParser(String) - Constructor for class org.jenkinsci.plugins.DependencyCheck.parser.ReportParser
Creates a new instance of ReportParser.
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.

S

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.
setOptions(Options) - Method in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
Set options to be used for the Builder step
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.
setPythonAnalyzerEnabled(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
Sets if the Python analyzer is enabled or not.
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.
setUpdateOnly(boolean) - Method in class org.jenkinsci.plugins.DependencyCheck.Options
Sets whether an NVD update should be the only thing performed.
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 - Variable in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
 
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 - Variable in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
 
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
 
substituteVariable(AbstractBuild, BuildListener, String) - Method in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
Replace a Jenkins environment variable in the form ${name} contained in the specified String with the value of the matching environment variable.

T

Tab_Categories() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
CWEs
Tab_Types() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
CVEs
toCommaSeparatedString(String) - Method in class org.jenkinsci.plugins.DependencyCheck.AbstractDependencyCheckBuilder
 
toString() - Method in class org.jenkinsci.plugins.DependencyCheck.Options
 
Trend_Name() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Dependency-Check Trend

W

Warning - Class in org.jenkinsci.plugins.DependencyCheck.parser
A serializable Java Bean class representing a warning.
Warning(Priority, Vulnerability) - Constructor for class org.jenkinsci.plugins.DependencyCheck.parser.Warning
Creates a new instance of Warning.
Warning_Suppression_NonExist() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
WARNING: Suppression file does not exist.

_

_Builder_Name() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Invoke OWASP Dependency-Check analysis
_Builder_UpdateOnly_Name() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Invoke OWASP Dependency-Check NVD update only
_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 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.
_Executor_Update_Only() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Performing NVD update only
_Failure_Database_Connect() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Unable to connect to the dependency-check database; job has stopped
_Failure_Database_Properties() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
Unable to retrieve database properties
_Failure_Java_Version() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
OWASP Dependency-Check requires Java 7 or higher.
_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
_Tab_Categories() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
CWEs
_Tab_Types() - Static method in class org.jenkinsci.plugins.DependencyCheck.Messages
CVEs
_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.

A B C D E F G H I M N O P R S T W _

Copyright © 2012-2015 OWASP. All Rights Reserved.