Skip to content

FindBugs - Steps

Steps

Steps

Process steps in the FindBugs plug-in

Publish Results

Publish FindBugs results to a build life. This reads the XML output of FindBugs.

NameTypeDescriptionRequired
Exclude PatternsStringPatterns for excluded files from the report, one per line. Files matching these patterns are unconditionally exluded from the report. Patterns can include ?, *, or **.No
Include DescriptionBooleanInclude a description with each FindBugs finding. Results will be generated with an output type of xml:withMessages. This is optional because it may consume large amounts of space in the database.No
Include PatternsStringPatterns for including FindBugs XML in the report, one per line. Patterns can include ?, *, or **.Yes
Only Summary CountsBooleanOnly publish the counts of findings to the report and not individual finding details.No
Report NameStringThe name of the report published to the build lifeYes