public class FindBugsPlugin
extends hudson.Plugin
| Constructor and Description |
|---|
FindBugsPlugin() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFindBugs2x(org.apache.maven.plugin.MojoExecution mojoExecution)
Returns whether the specified maven findbugs plug-in uses a FindBugs
release 2.0.0 or newer.
|
void |
start() |
public void start()
start in class hudson.Pluginpublic static boolean isFindBugs2x(org.apache.maven.plugin.MojoExecution mojoExecution)
mojoExecution - the maven version IDtrue if FindBugs 2.0.0 or newer is usedCopyright © 2016–2018. All rights reserved.