public class DependencyCheckBuilder extends hudson.tasks.Builder implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DependencyCheckBuilder.DescriptorImpl
Descriptor for
DependencyCheckBuilder. |
| Constructor and Description |
|---|
DependencyCheckBuilder(String scanpath,
String outdir,
String datadir,
Boolean isAutoupdateDisabled) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatadir()
Retrieves the data directory that DependencyCheck will use.
|
DependencyCheckBuilder.DescriptorImpl |
getDescriptor()
A Descriptor Implementation
|
String |
getOutdir()
Retrieves the output directory to write the report.
|
String |
getScanpath()
Retrieves the path to scan.
|
boolean |
isAutoupdateDisabled()
Retrieves whether auto update should be disabled or not.
|
boolean |
perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
This method is called whenever the DependencyCheck build step is executed.
|
getProjectAction, getProjectAction, getProjectActions, perform, prebuildpublic String getScanpath()
public String getOutdir()
public String getDatadir()
public boolean isAutoupdateDisabled()
public boolean perform(hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerbuild - A Build objectlauncher - A Launcher objectlistener - A BuildListener objectInterruptedExceptionIOExceptionpublic DependencyCheckBuilder.DescriptorImpl getDescriptor()
getDescriptor in interface hudson.model.Describable<hudson.tasks.Builder>getDescriptor in class hudson.tasks.BuilderCopyright © 2012-2013 OWASP. All Rights Reserved.