A B C E F G H I M N O P R S U W X _

A

acceptGoal(String) - Method in class hudson.plugins.findbugs.FindBugsReporter

B

Bug - Class in hudson.plugins.findbugs.parser
A serializable Java Bean class representing a warning.
Bug(Priority, String, String, String, int, int) - Constructor for class hudson.plugins.findbugs.parser.Bug
Creates a new instance of Bug.
Bug(Priority, String, String, String, int) - Constructor for class hudson.plugins.findbugs.parser.Bug
Creates a new instance of Bug.
Bug(Priority, String, String, String) - Constructor for class hudson.plugins.findbugs.parser.Bug
Creates a new instance of Bug that has no associated line in code (file warning).
Bug(Priority, String, String, String, int, int, String) - Constructor for class hudson.plugins.findbugs.parser.Bug
Creates a new instance of Bug.

C

configure(XStream) - Method in class hudson.plugins.findbugs.FindBugsResult
createAggregatedAction(MavenModuleSetBuild, Map<MavenModule, List<MavenBuild>>) - Method in class hudson.plugins.findbugs.MavenFindBugsResultAction
createDeltaMessage() - Method in class hudson.plugins.findbugs.FindBugsResult
createDeltaMessage(FindBugsResult) - Static method in class hudson.plugins.findbugs.ResultSummary
Returns the message to show as the result summary.
createDescription(AnnotationProvider) - Method in class hudson.plugins.findbugs.FindBugsHealthDescriptor
createHashToMessageMapping(InputStream) - Method in class hudson.plugins.findbugs.parser.FindBugsParser
Creates a mapping of FindBugs warnings to messages.
createSummary(FindBugsResult) - Static method in class hudson.plugins.findbugs.ResultSummary
Returns the message to show as the result summary.

E

equals(Object) - Method in class hudson.plugins.findbugs.parser.Bug

F

FindBugs_Detail_header() - Static method in class hudson.plugins.findbugs.Messages
FindBugs Warnings
FindBugs_FindBugsCollector_Error_EmptyFile(Object) - Static method in class hudson.plugins.findbugs.Messages
Skipping FindBugs file {0} because it''s empty.
FindBugs_FindBugsCollector_Error_Exception(Object) - Static method in class hudson.plugins.findbugs.Messages
Parsing of file {0} failed due to an exception:
FindBugs_FindBugsCollector_Error_NoPermission(Object) - Static method in class hudson.plugins.findbugs.Messages
Skipping FindBugs file {0} because we have no permission to read the file.
FindBugs_FindBugsCollector_Error_OldMavenPlugin(Object) - Static method in class hudson.plugins.findbugs.Messages
FindBugs file {0} was either created with the out-dated version 1.1.1 of the maven-findbugs-plugin or you did not specify the correct results file (findbugsXml.xml and not findbugs.xml).
FindBugs_FixedWarnings_Detail_header() - Static method in class hudson.plugins.findbugs.Messages
Fixed FindBugs Warnings
FindBugs_NewWarnings_Detail_header() - Static method in class hudson.plugins.findbugs.Messages
New FindBugs Warnings
FindBugs_ProjectAction_Name() - Static method in class hudson.plugins.findbugs.Messages
FindBugs Warnings
FindBugs_Publisher_Name() - Static method in class hudson.plugins.findbugs.Messages
Publish FindBugs analysis results
FindBugs_Publisher_NoMessageFoundText() - Static method in class hudson.plugins.findbugs.Messages
No description available.
FindBugs_ResultAction_HealthReportMultipleItem(Object) - Static method in class hudson.plugins.findbugs.Messages
FindBugs: {0} warnings found.
FindBugs_ResultAction_HealthReportNoItem() - Static method in class hudson.plugins.findbugs.Messages
FindBugs: no warnings found.
FindBugs_ResultAction_HealthReportSingleItem() - Static method in class hudson.plugins.findbugs.Messages
FindBugs: one warning found.
FindBugs_ResultAction_MultipleFiles(Object) - Static method in class hudson.plugins.findbugs.Messages
from {0} FindBugs files.
FindBugs_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} fixed warnings
FindBugs_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} new warnings
FindBugs_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} warnings
FindBugs_ResultAction_OneFile() - Static method in class hudson.plugins.findbugs.Messages
from one FindBugs file.
FindBugs_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.findbugs.Messages
1 fixed warning
FindBugs_ResultAction_OneNewWarning() - Static method in class hudson.plugins.findbugs.Messages
1 new warning
FindBugs_ResultAction_OneWarning() - Static method in class hudson.plugins.findbugs.Messages
1 warning
FindBugs_Trend_Name() - Static method in class hudson.plugins.findbugs.Messages
FindBugs Trend
FindBugsDescriptor - Class in hudson.plugins.findbugs
Descriptor for the class FindBugsPublisher.
FindBugsDescriptor() - Constructor for class hudson.plugins.findbugs.FindBugsDescriptor
Instantiates a new find bugs descriptor.
FindBugsHealthDescriptor - Class in hudson.plugins.findbugs
A health descriptor for FindBugs build results.
FindBugsHealthDescriptor(HealthDescriptor) - Constructor for class hudson.plugins.findbugs.FindBugsHealthDescriptor
Creates a new instance of FindBugsHealthDescriptor based on the values of the specified descriptor.
FindBugsMavenResult - Class in hudson.plugins.findbugs
Represents the aggregated results of the PMD analysis in m2 jobs.
FindBugsMavenResult(AbstractBuild<?, ?>, String, ParserResult) - Constructor for class hudson.plugins.findbugs.FindBugsMavenResult
Creates a new instance of FindBugsMavenResult.
FindBugsMessages - Class in hudson.plugins.findbugs
Parses the FindBugs pattern descriptions and provides access to these HTML messages.
FindBugsParser - Class in hudson.plugins.findbugs.parser
A parser for the native FindBugs XML files (ant task, batch file or maven-findbugs-plugin >= 1.2).
FindBugsParser() - Constructor for class hudson.plugins.findbugs.parser.FindBugsParser
Creates a new instance of FindBugsParser.
FindBugsParser(Collection<String>) - Constructor for class hudson.plugins.findbugs.parser.FindBugsParser
Creates a new instance of FindBugsParser.
FindBugsPlugin - Class in hudson.plugins.findbugs
Initializes the FindBugs messages and descriptions.
FindBugsPlugin() - Constructor for class hudson.plugins.findbugs.FindBugsPlugin
 
FindBugsProjectAction - Class in hudson.plugins.findbugs
Entry point to visualize the FindBugs trend graph in the project screen.
FindBugsProjectAction(AbstractProject<?, ?>) - Constructor for class hudson.plugins.findbugs.FindBugsProjectAction
Instantiates a new find bugs project action.
FindBugsPublisher - Class in hudson.plugins.findbugs
Publishes the results of the FindBugs analysis (freestyle project type).
FindBugsPublisher(String, String, String, String, String, String, String, String, String, boolean, boolean) - Constructor for class hudson.plugins.findbugs.FindBugsPublisher
Creates a new instance of FindBugsPublisher.
FindBugsReporter - Class in hudson.plugins.findbugs
Publishes the results of the FindBugs analysis (maven 2 project type).
FindBugsReporter(String, String, String, String, String, String, String, boolean) - Constructor for class hudson.plugins.findbugs.FindBugsReporter
Creates a new instance of FindBugsReporter.
FindBugsReporterDescriptor - Class in hudson.plugins.findbugs
Descriptor for the class FindBugsReporter.
FindBugsReporterDescriptor() - Constructor for class hudson.plugins.findbugs.FindBugsReporterDescriptor
Creates a new instance of FindBugsReporterDescriptor.
FindBugsResult - Class in hudson.plugins.findbugs
Represents the results of the FindBugs analysis.
FindBugsResult(AbstractBuild<?, ?>, String, ParserResult) - Constructor for class hudson.plugins.findbugs.FindBugsResult
Creates a new instance of FindBugsResult.
FindBugsResult(AbstractBuild<?, ?>, String, ParserResult, BuildHistory) - Constructor for class hudson.plugins.findbugs.FindBugsResult
Creates a new instance of FindBugsResult.
FindBugsResultAction - Class in hudson.plugins.findbugs
Controls the live cycle of the FindBugs results.
FindBugsResultAction(AbstractBuild<?, ?>, HealthDescriptor, FindBugsResult) - Constructor for class hudson.plugins.findbugs.FindBugsResultAction
Creates a new instance of FindBugsResultAction.
FindBugsResultAction(AbstractBuild<?, ?>, HealthDescriptor) - Constructor for class hudson.plugins.findbugs.FindBugsResultAction
Creates a new instance of FindBugsBuildAction.

G

getAction() - Method in class hudson.plugins.findbugs.dashboard.WarningsNewVersusFixedGraphPortlet
getAction() - Method in class hudson.plugins.findbugs.dashboard.WarningsPriorityGraphPortlet
getAction() - Method in class hudson.plugins.findbugs.dashboard.WarningsTablePortlet
getDescription() - Method in class hudson.plugins.findbugs.Pattern
Returns the description.
getDescriptor() - Method in class hudson.plugins.findbugs.FindBugsPublisher
getDescriptor() - Method in class hudson.plugins.findbugs.FindBugsResultAction
getDisplayName() - Method in class hudson.plugins.findbugs.dashboard.WarningsNewVersusFixedGraphPortlet.WarningsGraphDescriptor
 
getDisplayName() - Method in class hudson.plugins.findbugs.dashboard.WarningsPriorityGraphPortlet.WarningsGraphDescriptor
 
getDisplayName() - Method in class hudson.plugins.findbugs.dashboard.WarningsTablePortlet.WarningsPerJobDescriptor
 
getDisplayName() - Method in class hudson.plugins.findbugs.FindBugsDescriptor
getDisplayName() - Method in class hudson.plugins.findbugs.FindBugsProjectAction
getDisplayName() - Method in class hudson.plugins.findbugs.FindBugsResult
getDisplayName() - Method in class hudson.plugins.findbugs.FindBugsResultAction
getGraphType() - Method in class hudson.plugins.findbugs.dashboard.WarningsNewVersusFixedGraphPortlet
getGraphType() - Method in class hudson.plugins.findbugs.dashboard.WarningsPriorityGraphPortlet
getIconUrl() - Method in class hudson.plugins.findbugs.FindBugsDescriptor
getIndividualActionType() - Method in class hudson.plugins.findbugs.MavenFindBugsResultAction
getInstance() - Static method in class hudson.plugins.findbugs.FindBugsMessages
Returns the singleton instance.
getInstanceHash() - Method in class hudson.plugins.findbugs.parser.XmlBugInstance
Returns the hash code of this bug.
getMessage(String, Locale) - Method in class hudson.plugins.findbugs.FindBugsMessages
Returns a HTML description for the specified bug.
getMessage() - Method in class hudson.plugins.findbugs.parser.XmlBugInstance
Returns the message for this bug.
getMultipleItemsTooltip(int) - Method in class hudson.plugins.findbugs.FindBugsResultAction
getPattern() - Method in class hudson.plugins.findbugs.FindBugsPublisher
Returns the Ant file-set pattern of files to work with.
getPluginName() - Method in class hudson.plugins.findbugs.dashboard.WarningsNewVersusFixedGraphPortlet
getPluginName() - Method in class hudson.plugins.findbugs.dashboard.WarningsPriorityGraphPortlet
getPluginName() - Method in class hudson.plugins.findbugs.dashboard.WarningsTablePortlet
getPluginName() - Method in class hudson.plugins.findbugs.FindBugsDescriptor
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.plugins.findbugs.FindBugsPublisher
getProjectAction(MavenModuleSet) - Method in class hudson.plugins.findbugs.MavenFindBugsResultAction
getProjectActions(MavenModule) - Method in class hudson.plugins.findbugs.FindBugsReporter
getResultActionClass() - Method in class hudson.plugins.findbugs.FindBugsReporter
getResultActionType() - Method in class hudson.plugins.findbugs.FindBugsMavenResult
getResultActionType() - Method in class hudson.plugins.findbugs.FindBugsResult
getSerializationFileName() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the name of the file to store the serialized annotations.
getShortDescription() - Method in class hudson.plugins.findbugs.Pattern
Returns the shortDescription.
getShortMessage(String, Locale) - Method in class hudson.plugins.findbugs.FindBugsMessages
Returns a short description for the specified bug.
getSingleItemTooltip() - Method in class hudson.plugins.findbugs.FindBugsResultAction
getSummary() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns a summary message for the summary.jelly file.
getToolTip() - Method in class hudson.plugins.findbugs.parser.Bug
getTrendName() - Method in class hudson.plugins.findbugs.FindBugsProjectAction
getType() - Method in class hudson.plugins.findbugs.Pattern
Returns the type.

H

hashCode() - Method in class hudson.plugins.findbugs.parser.Bug
hudson.plugins.findbugs - package hudson.plugins.findbugs
 
hudson.plugins.findbugs.dashboard - package hudson.plugins.findbugs.dashboard
 
hudson.plugins.findbugs.parser - package hudson.plugins.findbugs.parser
 

I

initialize() - Method in class hudson.plugins.findbugs.FindBugsMessages
Initializes the messages map.

M

MavenFindBugsResultAction - Class in hudson.plugins.findbugs
A FindBugsResultAction for native maven jobs.
MavenFindBugsResultAction(MavenModuleSetBuild, HealthDescriptor, String) - Constructor for class hudson.plugins.findbugs.MavenFindBugsResultAction
Creates a new instance of MavenFindBugsResultAction.
MavenFindBugsResultAction(AbstractBuild<?, ?>, HealthDescriptor, String, FindBugsResult) - Constructor for class hudson.plugins.findbugs.MavenFindBugsResultAction
Creates a new instance of MavenFindBugsResultAction.
Messages - Class in hudson.plugins.findbugs
 
Messages() - Constructor for class hudson.plugins.findbugs.Messages
 

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.findbugs.FindBugsReporterDescriptor

O

ORIGIN - Static variable in class hudson.plugins.findbugs.parser.Bug
 

P

parse(InputStream) - Method in class hudson.plugins.findbugs.FindBugsMessages
Parses the FindBugs pattern description.
parse(File, String) - Method in class hudson.plugins.findbugs.parser.FindBugsParser
parse(File, Collection<String>, String) - Method in class hudson.plugins.findbugs.parser.FindBugsParser
Returns the parsed FindBugs analysis file.
parse(InputStream, Collection<String>, String, Map<String, String>) - Method in class hudson.plugins.findbugs.parser.FindBugsParser
Returns the parsed FindBugs analysis file.
Pattern - Class in hudson.plugins.findbugs
Bug pattern describing a bug type.
Pattern() - Constructor for class hudson.plugins.findbugs.Pattern
 
perform(AbstractBuild<?, ?>, PluginLogger) - Method in class hudson.plugins.findbugs.FindBugsPublisher
perform(MavenBuildProxy, MavenProject, MojoInfo, PluginLogger) - Method in class hudson.plugins.findbugs.FindBugsReporter
persistResult(ParserResult, MavenBuild) - Method in class hudson.plugins.findbugs.FindBugsReporter
Portlet_WarningsNewVsFixedGraph() - Static method in class hudson.plugins.findbugs.Messages
FindBugs warnings trend graph (new vs.
Portlet_WarningsPriorityGraph() - Static method in class hudson.plugins.findbugs.Messages
FindBugs warnings trend graph (priority distribution)
Portlet_WarningsTable() - Static method in class hudson.plugins.findbugs.Messages
FindBugs warnings per project
preExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener) - Method in class hudson.plugins.findbugs.FindBugsReporter

R

ResultSummary - Class in hudson.plugins.findbugs
Represents the result summary of the FindBugs parser.

S

setDescription(String) - Method in class hudson.plugins.findbugs.Pattern
Sets the description to the specified value.
setInstanceHash(String) - Method in class hudson.plugins.findbugs.parser.Bug
Sets the unique hash code of this bug.
setInstanceHash(String) - Method in class hudson.plugins.findbugs.parser.XmlBugInstance
Sets the hash to the specified value.
setMessage(String) - Method in class hudson.plugins.findbugs.parser.XmlBugInstance
Sets the message to the specified value.
setShortDescription(String) - Method in class hudson.plugins.findbugs.Pattern
Sets the shortDescription to the specified value.
setType(String) - Method in class hudson.plugins.findbugs.Pattern
Sets the type to the specified value.
start() - Method in class hudson.plugins.findbugs.FindBugsPlugin

U

update(Map<MavenModule, List<MavenBuild>>, MavenBuild) - Method in class hudson.plugins.findbugs.MavenFindBugsResultAction
Called whenever a new module build is completed, to update the aggregated report.

W

WarningsNewVersusFixedGraphPortlet - Class in hudson.plugins.findbugs.dashboard
A portlet that shows the warnings trend graph of fixed versus new warnings.
WarningsNewVersusFixedGraphPortlet(String, String, String, String) - Constructor for class hudson.plugins.findbugs.dashboard.WarningsNewVersusFixedGraphPortlet
Creates a new instance of WarningsNewVersusFixedGraphPortlet.
WarningsNewVersusFixedGraphPortlet.WarningsGraphDescriptor - Class in hudson.plugins.findbugs.dashboard
Extension point registration.
WarningsNewVersusFixedGraphPortlet.WarningsGraphDescriptor() - Constructor for class hudson.plugins.findbugs.dashboard.WarningsNewVersusFixedGraphPortlet.WarningsGraphDescriptor
 
WarningsPriorityGraphPortlet - Class in hudson.plugins.findbugs.dashboard
A portlet that shows the warnings trend graph by priority.
WarningsPriorityGraphPortlet(String, String, String, String) - Constructor for class hudson.plugins.findbugs.dashboard.WarningsPriorityGraphPortlet
Creates a new instance of WarningsPriorityGraphPortlet.
WarningsPriorityGraphPortlet.WarningsGraphDescriptor - Class in hudson.plugins.findbugs.dashboard
Extension point registration.
WarningsPriorityGraphPortlet.WarningsGraphDescriptor() - Constructor for class hudson.plugins.findbugs.dashboard.WarningsPriorityGraphPortlet.WarningsGraphDescriptor
 
WarningsTablePortlet - Class in hudson.plugins.findbugs.dashboard
A portlet that shows a table with the number of warnings in a job.
WarningsTablePortlet(String) - Constructor for class hudson.plugins.findbugs.dashboard.WarningsTablePortlet
Creates a new instance of WarningsTablePortlet.
WarningsTablePortlet.WarningsPerJobDescriptor - Class in hudson.plugins.findbugs.dashboard
Extension point registration.
WarningsTablePortlet.WarningsPerJobDescriptor() - Constructor for class hudson.plugins.findbugs.dashboard.WarningsTablePortlet.WarningsPerJobDescriptor
 

X

XmlBugInstance - Class in hudson.plugins.findbugs.parser
Java Bean to create the mapping of hash codes to messages using the Digester XML parser.
XmlBugInstance() - Constructor for class hudson.plugins.findbugs.parser.XmlBugInstance
 

_

_FindBugs_Detail_header() - Static method in class hudson.plugins.findbugs.Messages
FindBugs Warnings
_FindBugs_FindBugsCollector_Error_EmptyFile(Object) - Static method in class hudson.plugins.findbugs.Messages
Skipping FindBugs file {0} because it''s empty.
_FindBugs_FindBugsCollector_Error_Exception(Object) - Static method in class hudson.plugins.findbugs.Messages
Parsing of file {0} failed due to an exception:
_FindBugs_FindBugsCollector_Error_NoPermission(Object) - Static method in class hudson.plugins.findbugs.Messages
Skipping FindBugs file {0} because we have no permission to read the file.
_FindBugs_FindBugsCollector_Error_OldMavenPlugin(Object) - Static method in class hudson.plugins.findbugs.Messages
FindBugs file {0} was either created with the out-dated version 1.1.1 of the maven-findbugs-plugin or you did not specify the correct results file (findbugsXml.xml and not findbugs.xml).
_FindBugs_FixedWarnings_Detail_header() - Static method in class hudson.plugins.findbugs.Messages
Fixed FindBugs Warnings
_FindBugs_NewWarnings_Detail_header() - Static method in class hudson.plugins.findbugs.Messages
New FindBugs Warnings
_FindBugs_ProjectAction_Name() - Static method in class hudson.plugins.findbugs.Messages
FindBugs Warnings
_FindBugs_Publisher_Name() - Static method in class hudson.plugins.findbugs.Messages
Publish FindBugs analysis results
_FindBugs_Publisher_NoMessageFoundText() - Static method in class hudson.plugins.findbugs.Messages
No description available.
_FindBugs_ResultAction_HealthReportMultipleItem(Object) - Static method in class hudson.plugins.findbugs.Messages
FindBugs: {0} warnings found.
_FindBugs_ResultAction_HealthReportNoItem() - Static method in class hudson.plugins.findbugs.Messages
FindBugs: no warnings found.
_FindBugs_ResultAction_HealthReportSingleItem() - Static method in class hudson.plugins.findbugs.Messages
FindBugs: one warning found.
_FindBugs_ResultAction_MultipleFiles(Object) - Static method in class hudson.plugins.findbugs.Messages
from {0} FindBugs files.
_FindBugs_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} fixed warnings
_FindBugs_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} new warnings
_FindBugs_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} warnings
_FindBugs_ResultAction_OneFile() - Static method in class hudson.plugins.findbugs.Messages
from one FindBugs file.
_FindBugs_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.findbugs.Messages
1 fixed warning
_FindBugs_ResultAction_OneNewWarning() - Static method in class hudson.plugins.findbugs.Messages
1 new warning
_FindBugs_ResultAction_OneWarning() - Static method in class hudson.plugins.findbugs.Messages
1 warning
_FindBugs_Trend_Name() - Static method in class hudson.plugins.findbugs.Messages
FindBugs Trend
_Portlet_WarningsNewVsFixedGraph() - Static method in class hudson.plugins.findbugs.Messages
FindBugs warnings trend graph (new vs.
_Portlet_WarningsPriorityGraph() - Static method in class hudson.plugins.findbugs.Messages
FindBugs warnings trend graph (priority distribution)
_Portlet_WarningsTable() - Static method in class hudson.plugins.findbugs.Messages
FindBugs warnings per project

A B C E F G H I M N O P R S U W X _

Copyright © 2010. All Rights Reserved.