Uses of Class
org.jenkinsci.plugins.DependencyCheck.Options

Packages that use Options
org.jenkinsci.plugins.DependencyCheck   
 

Uses of Options in org.jenkinsci.plugins.DependencyCheck
 

Methods in org.jenkinsci.plugins.DependencyCheck that return Options
protected  Options AbstractDependencyCheckBuilder.optionsBuilder(hudson.model.AbstractBuild build, hudson.model.BuildListener listener, String outdir, boolean isVerboseLoggingEnabled, String tempPath)
          Generate Options from build configuration preferences that will be passed to the build step in DependencyCheck
 

Methods in org.jenkinsci.plugins.DependencyCheck with parameters of type Options
protected  boolean AbstractDependencyCheckBuilder.configureDataDirectory(hudson.model.AbstractBuild build, hudson.model.BuildListener listener, Options options, String dataDir)
          By default, DependencyCheck will place the 'data' directory in the same directory as the DependencyCheck JAR.
protected  void AbstractDependencyCheckBuilder.configureDataMirroring(Options options, int dataMirroringType, String cveUrl12Modified, String cveUrl20Modified, String cveUrl12Base, String cveUrl20Base)
           
protected  void AbstractDependencyCheckBuilder.configureProxySettings(Options options, boolean isNvdProxyBypassed)
           
 void AbstractDependencyCheckBuilder.setOptions(Options options)
          Set options to be used for the Builder step
 

Constructors in org.jenkinsci.plugins.DependencyCheck with parameters of type Options
DependencyCheckExecutor(Options options, hudson.model.BuildListener listener)
          Constructs a new DependencyCheckExecutor object.
DependencyCheckExecutor(Options options, hudson.model.BuildListener listener, ClassLoader classLoader)
          Constructs a new DependencyCheckExecutor object.
 



Copyright © 2012-2015 OWASP. All Rights Reserved.