|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jenkinsci.plugins.DependencyCheck.DependencyCheckExecutor
public class DependencyCheckExecutor
This class is called by the DependencyCheckBuilder (the Jenkins build-step plugin) and is responsible for executing a DependencyCheck analysis.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
boolean |
performBuild()
Performs a DependencyCheck analysis build. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DependencyCheckExecutor(Options options,
hudson.model.BuildListener listener)
options - Options to be used for executionlistener - BuildListener object to interact with the current build
public DependencyCheckExecutor(Options options,
hudson.model.BuildListener listener,
ClassLoader classLoader)
options - Options to be used for executionlistener - BuildListener object to interact with the current build| Method Detail |
|---|
public boolean performBuild()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||