A B C D E F G H I J L M N P R S T U V W X _

A

AbortException - Exception in hudson.plugins.findbugs.util
Indicates an orderly abortion of the processing.
AbortException(String) - Constructor for exception hudson.plugins.findbugs.util.AbortException
Constructs a new exception with the specified detail message.
AbortException(String, Throwable) - Constructor for exception hudson.plugins.findbugs.util.AbortException
Constructs a new exception with the specified detail message and cause.
AbstractAnnotation - Class in hudson.plugins.findbugs.util.model
A base class for annotations.
AbstractAnnotation(String, int, int, String, String) - Constructor for class hudson.plugins.findbugs.util.model.AbstractAnnotation
Creates a new instance of AbstractAnnotation.
AbstractAnnotation(Priority, String, int, int, String, String) - Constructor for class hudson.plugins.findbugs.util.model.AbstractAnnotation
Creates a new instance of AbstractAnnotation.
AbstractAnnotationParser - Class in hudson.plugins.findbugs.util
A base class for parsers that work on files an produce annotations.
AbstractAnnotationParser(String) - Constructor for class hudson.plugins.findbugs.util.AbstractAnnotationParser
Creates a new instance of AbstractAnnotationParser.
AbstractAnnotationsDetail - Class in hudson.plugins.findbugs.util
Base class for annotation detail objects.
AbstractAnnotationsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String, AnnotationContainer.Hierarchy) - Constructor for class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Creates a new instance of AbstractAnnotationsDetail.
AbstractHealthDescriptor - Class in hudson.plugins.findbugs.util
A base class for serializable health descriptors.
AbstractHealthDescriptor(HealthDescriptor) - Constructor for class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Creates a new instance of AbstractHealthDescriptor based on the values of the specified descriptor.
AbstractHealthDescriptor() - Constructor for class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Creates a new instance of AbstractHealthDescriptor.
AbstractPackageDetector - Class in hudson.plugins.findbugs.util
Base class for package detectors.
AbstractPackageDetector() - Constructor for class hudson.plugins.findbugs.util.AbstractPackageDetector
 
AbstractProjectAction<T extends ResultAction<?>> - Class in hudson.plugins.findbugs.util
A project action displays a link on the side panel of a project.
AbstractProjectAction(AbstractProject<?, ?>, Class<T>, PluginDescriptor) - Constructor for class hudson.plugins.findbugs.util.AbstractProjectAction
Creates a new instance of AbstractProjectAction.
AbstractResultAction<T extends BuildResult> - Class in hudson.plugins.findbugs.util
Controls the live cycle of Hudson results.
AbstractResultAction(AbstractBuild<?, ?>, AbstractHealthDescriptor, T) - Constructor for class hudson.plugins.findbugs.util.AbstractResultAction
Creates a new instance of AbstractResultAction.
AbstractResultAction(AbstractBuild<?, ?>, AbstractHealthDescriptor) - Constructor for class hudson.plugins.findbugs.util.AbstractResultAction
Creates a new instance of AbstractResultAction.
acceptGoal(String) - Method in class hudson.plugins.findbugs.FindBugsReporter
Determines whether this plug-in will accept the specified goal.
acceptGoal(String) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Determines whether this plug-in will accept the specified goal.
accepts(InputStream) - Method in class hudson.plugins.findbugs.parser.maven.MavenFindBugsParser
Returns whether this parser accepts the specified file format.
accepts(String) - Method in class hudson.plugins.findbugs.util.CsharpNamespaceDetector
Returns whether this classifier accepts the specified file for processing.
accepts(String) - Method in class hudson.plugins.findbugs.util.JavaPackageDetector
Returns whether this classifier accepts the specified file for processing.
accepts(String) - Method in interface hudson.plugins.findbugs.util.PackageDetector
Returns whether this classifier accepts the specified file for processing.
addAnnotation(FileAnnotation) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Adds the specified annotation to this container.
addAnnotation(FileAnnotation) - Method in class hudson.plugins.findbugs.util.ParserResult
Adds the specified annotation to this container.
addAnnotations(Collection<? extends FileAnnotation>) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Adds the specified annotations to this container.
addAnnotations(FileAnnotation[]) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Adds the specified annotations to this container.
addAnnotations(Collection<? extends FileAnnotation>) - Method in class hudson.plugins.findbugs.util.ParserResult
Adds the specified annotations to this container.
addAnnotations(FileAnnotation[]) - Method in class hudson.plugins.findbugs.util.ParserResult
Adds the specified annotations to this container.
addBugInstance(BugInstance) - Method in class hudson.plugins.findbugs.parser.maven.File
Adds a new bug instance to this class.
addErrorMessage(String, String) - Method in class hudson.plugins.findbugs.util.ParserResult
Addds an error message for the specified module name.
addErrorMessage(String) - Method in class hudson.plugins.findbugs.util.ParserResult
Adds an error message.
addErrors(List<String>) - Method in class hudson.plugins.findbugs.util.ParserResult
Adds the error messages to this result.
addFile(File) - Method in class hudson.plugins.findbugs.parser.maven.BugCollection
Adds a new file to this bug collection.
addLineRange(LineRange) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Adds another line range to this annotation.
addModule(ParserResult, List<MavenBuild>) - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Adds a new module to the specified project.
addModule(MavenModule) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Adds the specified module with its annotations to this project.
addModule(String) - Method in class hudson.plugins.findbugs.util.ParserResult
Adds a new parsed module.
addModules(Collection<MavenModule>) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Adds the specified modules with their annotations to this project.
addModules(Collection<String>) - Method in class hudson.plugins.findbugs.util.ParserResult
Adds the specified parsed modules.
AnnotationContainer - Class in hudson.plugins.findbugs.util.model
A container for annotations.
AnnotationContainer(AnnotationContainer.Hierarchy) - Constructor for class hudson.plugins.findbugs.util.model.AnnotationContainer
Creates a new instance of AnnotationContainer.
AnnotationContainer(String, AnnotationContainer.Hierarchy) - Constructor for class hudson.plugins.findbugs.util.model.AnnotationContainer
Creates a new instance of AnnotationContainer.
AnnotationContainer.Hierarchy - Enum in hudson.plugins.findbugs.util.model
The hierarchy of a container.
AnnotationDifferencer - Class in hudson.plugins.findbugs.util
Provides several utility methods based on sets of annotations.
AnnotationParser - Interface in hudson.plugins.findbugs.util
A parser for annotations.
AnnotationProvider - Interface in hudson.plugins.findbugs.util.model
Provides an annotation counter for a model object.
AnnotationStream - Class in hudson.plugins.findbugs.util.model
An XStream for annotations.
AnnotationStream() - Constructor for class hudson.plugins.findbugs.util.model.AnnotationStream
Creates a new instance of AnnotationStream.
ANT_PROJECT - Static variable in class hudson.plugins.findbugs.util.ModuleDetector
Filename of Ant project file.
AreaRenderer - Class in hudson.plugins.findbugs.util
StackedAreaRenderer that delegates tooltip and URL generation to separate objects.
AreaRenderer(SerializableUrlGenerator, SerializableToolTipGenerator) - Constructor for class hudson.plugins.findbugs.util.AreaRenderer
Creates a new instance of AreaRenderer.
AttributeDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the statistics of a category.
AttributeDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String, String) - Constructor for class hudson.plugins.findbugs.util.AttributeDetail
Creates a new instance of AttributeDetail.

B

BoxRenderer - Class in hudson.plugins.findbugs.util
StackedBarRenderer that delegates tooltip and URL generation to separate objects.
BoxRenderer(SerializableUrlGenerator, SerializableToolTipGenerator) - Constructor for class hudson.plugins.findbugs.util.BoxRenderer
Creates a new instance of BoxRenderer.
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.
BugCollection - Class in hudson.plugins.findbugs.parser.maven
Java Bean class for a bug collection of the maven FindBugs format.
BugCollection() - Constructor for class hudson.plugins.findbugs.parser.maven.BugCollection
 
BugInstance - Class in hudson.plugins.findbugs.parser.maven
Java Bean class for a warning of the maven FindBugs format.
BugInstance() - Constructor for class hudson.plugins.findbugs.parser.maven.BugInstance
 
build(AbstractBuild<?, ?>, ParserResult, String) - Method in class hudson.plugins.findbugs.FindBugsResultBuilder
Creates a result that persists the FindBugs information for the specified build.
buildMaven(AbstractBuild<?, ?>, ParserResult, String) - Method in class hudson.plugins.findbugs.FindBugsResultBuilder
Creates a result that persists the FindBugs information for the specified m2 build.
BuildResult - Class in hudson.plugins.findbugs.util
A base class for build results that is capable of storing a reference to the current build.
BuildResult(AbstractBuild<?, ?>, String, ParserResult) - Constructor for class hudson.plugins.findbugs.util.BuildResult
Creates a new instance of BuildResult.
BuildResult(AbstractBuild<?, ?>, String, ParserResult, BuildResult) - Constructor for class hudson.plugins.findbugs.util.BuildResult
Creates a new instance of BuildResult.
BuildResultEvaluator - Class in hudson.plugins.findbugs.util
Evaluates if the number of annotations exceeds a given threshold value.
BuildResultEvaluator() - Constructor for class hudson.plugins.findbugs.util.BuildResultEvaluator
 
BuildResultGraph - Class in hudson.plugins.findbugs.util
Base class for build results graphs.
BuildResultGraph() - Constructor for class hudson.plugins.findbugs.util.BuildResultGraph
 

C

canContinue(Result) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns whether the reporter can continue processing.
canContinue(Result) - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns whether the publisher can continue processing.
canConvert(Class) - Method in class hudson.plugins.findbugs.util.model.Priority.PriorityConverter
canDisplayFile(AbstractBuild<?, ?>) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Checks if the file exists and the user is authorized to see the contents of the file.
canDisplayFile(AbstractBuild<?, ?>) - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Checks if the file exists.
CategoryBuildResultGraph - Class in hudson.plugins.findbugs.util
A build result graph using a CategoryPlot.
CategoryBuildResultGraph() - Constructor for class hudson.plugins.findbugs.util.CategoryBuildResultGraph
 
CategoryDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Category
CategoryUrlBuilder - Class in hudson.plugins.findbugs.util
Builds a URL for the links in a clickable map.
CategoryUrlBuilder(String, String) - Constructor for class hudson.plugins.findbugs.util.CategoryUrlBuilder
Creates a new instance of CategoryUrlBuilder.
check(String) - Method in class hudson.plugins.findbugs.util.EncodingValidator
Checks the input value.
check() - Method in class hudson.plugins.findbugs.util.SingleFieldValidator
check(String) - Method in class hudson.plugins.findbugs.util.SingleFieldValidator
Checks the input value.
check(String) - Method in class hudson.plugins.findbugs.util.ThresholdValidator
Checks the input value.
check(String) - Method in class hudson.plugins.findbugs.util.TrendReportHeightValidator
Checks the input value.
checkHeight(String) - Static method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Performs on-the-fly validation on the trend graph height.
collectPrioritiesFrom(Priority) - Static method in enum hudson.plugins.findbugs.util.model.Priority
Gets the priorities starting from the specified priority to Priority.HIGH.
compareTo(FileAnnotation) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
compareTo(AnnotationContainer) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
compareTo(AnnotationContainer) - Method in class hudson.plugins.findbugs.util.model.WorkspaceFile
computeDayDelta(Calendar, Calendar) - Method in class hudson.plugins.findbugs.util.BuildResultGraph
Computes the delta between two dates in days.
computeHealth(AnnotationProvider) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Computes the healthiness of a build based on the specified results.
computeHealth(int, AnnotationProvider) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Computes the healthiness of a build based on the specified counter.
computeSeries(BuildResult) - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Returns the series to plot for the specified build result.
computeSeries(BuildResult) - Method in class hudson.plugins.findbugs.util.HealthGraph
Returns the series to plot for the specified build result.
computeSeries(BuildResult) - Method in class hudson.plugins.findbugs.util.NewVersusFixedGraph
Returns the series to plot for the specified build result.
computeSeries(BuildResult) - Method in class hudson.plugins.findbugs.util.PriorityGraph
Returns the series to plot for the specified build result.
containsCategory(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether the category with the given name exists.
containsFile(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether the file with the given name exists.
containsModule(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether the maven module with the given name exists.
containsPackage(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether the package with the given name exists.
containsType(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether the type with the given name exists.
ContextHashCode - Class in hudson.plugins.findbugs.util
Creates a hash code from the source code of the warning line and the surrounding context.
ContextHashCode() - Constructor for class hudson.plugins.findbugs.util.ContextHashCode
 
convert(String) - Static method in class hudson.plugins.findbugs.util.ThresholdValidator
Converts the provided string threshold into an integer value.
CookieHandler - Class in hudson.plugins.findbugs.util
Creates and converts cookies.
CookieHandler(String) - Constructor for class hudson.plugins.findbugs.util.CookieHandler
Creates a new instance of CookieHandler.
create(GraphConfiguration, ResultAction<? extends BuildResult>, String) - Method in class hudson.plugins.findbugs.util.BuildResultGraph
Creates the trend graph.
create(GraphConfiguration, ResultAction<? extends BuildResult>, String) - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Creates a PNG image trend graph with clickable map.
create(String, int, String) - Method in class hudson.plugins.findbugs.util.ContextHashCode
Creates a hash code from the source code of the warning line and the surrounding context.
create(List<Ancestor>, String) - Method in class hudson.plugins.findbugs.util.CookieHandler
Sends a cookie with the specified value.
create() - Static method in class hudson.plugins.findbugs.util.DetailBuilder
Creates a new detail builder.
create(GraphConfiguration, ResultAction<? extends BuildResult>, String) - Method in class hudson.plugins.findbugs.util.DifferenceGraph
Creates a PNG image trend graph.
create(String) - Method in interface hudson.plugins.findbugs.util.FileInputStreamFactory
Creates an InputStream from the specified filename.
create(String, AbstractBuild<?, ?>, AnnotationContainer, String, String) - Method in class hudson.plugins.findbugs.util.PriorityDetailFactory
Creates a new priorities detail object.
createAggregatedAction(MavenModuleSetBuild, Map<MavenModule, List<MavenBuild>>) - Method in class hudson.plugins.findbugs.MavenFindBugsResultAction
createAggregatedResult(Map<MavenModule, List<MavenBuild>>) - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Aggregates the results of the specified maven module builds.
createAreaChart(CategoryDataset) - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Creates a stacked area graph from the specified data set.
createBlockChart(CategoryDataset) - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Creates a stacked block graph from the specified data set.
createChart(GraphConfiguration, ResultAction<? extends BuildResult>) - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Creates the chart by iterating through all available actions.
createChart(CategoryDataset) - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Creates the chart for the specified data set.
createChart(CategoryDataset) - Method in class hudson.plugins.findbugs.util.HealthGraph
Creates the chart for the specified data set.
createChart(CategoryDataset) - Method in class hudson.plugins.findbugs.util.NewVersusFixedGraph
Creates the chart for the specified data set.
createChart(CategoryDataset) - Method in class hudson.plugins.findbugs.util.PriorityGraph
Creates the chart for the specified data set.
createContextHashCode(String, int) - Method in class hudson.plugins.findbugs.util.AbstractAnnotationParser
Creates a hash code from the source code of the warning line and the surrounding context.
createDefaultsFile(AbstractProject<?, ?>, String) - Static method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Creates a file with for the default values.
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
Returns a localized description of the build health.
createDescription(AnnotationProvider) - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns a localized description of the build health.
createDescription(AnnotationProvider) - Method in class hudson.plugins.findbugs.util.NullHealthDescriptor
Returns a localized description of the build health.
createDetails(String, AbstractBuild<?, ?>, AnnotationContainer, String, String) - Method in class hudson.plugins.findbugs.util.DetailBuilder
Returns a detail object for the selected element of the specified annotation container.
createGraph(AbstractHealthDescriptor, ResultAction<? extends BuildResult>, String) - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Creates the graph.
createGraph(GraphConfiguration, AbstractHealthDescriptor, ResultAction<? extends BuildResult>, String) - Method in enum hudson.plugins.findbugs.util.GraphType
Creates the graph.
createGraphConfiguration(StaplerRequest, ResultAction<?>) - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Creates the graph configuration from the cookie.
createHashToMessageMapping(InputStream) - Method in class hudson.plugins.findbugs.parser.NativeFindBugsParser
Creates a mapping of FindBugs warnings to messages.
createPrioritiesDetail(Priority, AbstractBuild<?, ?>, AnnotationContainer, String, String) - Method in class hudson.plugins.findbugs.util.PriorityDetailFactory
Creates a new priorities detail.
createRenderer(String, ToolTipProvider) - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Creates the renderer for this graph.
createRenderer(String, ToolTipProvider) - Method in class hudson.plugins.findbugs.util.HealthGraph
Creates the renderer for this graph.
createRenderer(String, ToolTipProvider) - Method in class hudson.plugins.findbugs.util.NewVersusFixedGraph
Creates the renderer for this graph.
createRenderer(String, ToolTipProvider) - Method in class hudson.plugins.findbugs.util.PriorityGraph
Creates the renderer for this graph.
createResult() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Factory method to create the result of this action.
createSummary(FindBugsResult) - Static method in class hudson.plugins.findbugs.ResultSummary
Returns the message to show as the result summary.
createTrendDetails(String, AbstractBuild<?, ?>, AnnotationContainer, Collection<FileAnnotation>, Collection<FileAnnotation>, Collection<String>, String, String) - Method in class hudson.plugins.findbugs.util.DetailBuilder
Returns a detail object for the selected element of the specified annotation container.
createXYChart(XYDataset) - Method in class hudson.plugins.findbugs.util.BuildResultGraph
Creates a XY graph from the specified data set.
CsharpNamespaceDetector - Class in hudson.plugins.findbugs.util
Detects the namespace of a C# workspace file.
CsharpNamespaceDetector() - Constructor for class hudson.plugins.findbugs.util.CsharpNamespaceDetector
 

D

DEFAULT_HEIGHT - Static variable in class hudson.plugins.findbugs.util.GraphConfiguration
The default height.
DEFAULT_WIDTH - Static variable in class hudson.plugins.findbugs.util.GraphConfiguration
The default width.
DefaultAnnotationContainer - Class in hudson.plugins.findbugs.util.model
A simple annotation container that stores a set of annotations.
DefaultAnnotationContainer(String) - Constructor for class hudson.plugins.findbugs.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(String, Collection<FileAnnotation>) - Constructor for class hudson.plugins.findbugs.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(Collection<FileAnnotation>) - Constructor for class hudson.plugins.findbugs.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
defaultCharset(String) - Static method in class hudson.plugins.findbugs.util.EncodingValidator
Returns the default charset for the specified encoding string.
DefaultGraphConfiguration_Description() - Static method in class hudson.plugins.findbugs.util.Messages
Configure the trend graph of this plug-in.
DefaultGraphConfiguration_Name() - Static method in class hudson.plugins.findbugs.util.Messages
Configure Default Trend Graph
DefaultGraphConfigurationDetail - Class in hudson.plugins.findbugs.util
Configures the default values for the trend graph of this plug-in.
DefaultGraphConfigurationDetail(AbstractProject<?, ?>, String) - Constructor for class hudson.plugins.findbugs.util.DefaultGraphConfigurationDetail
Creates a new instance of DefaultGraphConfigurationDetail.
DefaultGraphConfigurationDetail(AbstractProject<?, ?>, String, ResultAction<?>) - Constructor for class hudson.plugins.findbugs.util.DefaultGraphConfigurationDetail
Creates a new instance of DefaultGraphConfigurationDetail.
defaultHeight(String) - Static method in class hudson.plugins.findbugs.util.TrendReportHeightValidator
Returns a normalized height for the trend graph (always greater than 50).
DetailBuilder - Class in hudson.plugins.findbugs.util
Creates detail objects for the selected element of a annotation container.
DetailBuilder() - Constructor for class hudson.plugins.findbugs.util.DetailBuilder
Creates a new instance of DetailBuilder.
detectPackageName(String) - Method in class hudson.plugins.findbugs.util.AbstractPackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in class hudson.plugins.findbugs.util.CsharpNamespaceDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in class hudson.plugins.findbugs.util.JavaPackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in interface hudson.plugins.findbugs.util.PackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(String) - Method in interface hudson.plugins.findbugs.util.PackageDetector
Detects the package or namespace name of the specified input stream.
DifferenceGraph - Class in hudson.plugins.findbugs.util
Builds a graph with the difference between new and fixed warnings for a specified result action.
DifferenceGraph() - Constructor for class hudson.plugins.findbugs.util.DifferenceGraph
 
doCheckDefaultEncoding(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.PluginDescriptor
Performs on-the-fly validation on the default encoding.
doCheckHeight(String) - Method in class hudson.plugins.findbugs.util.PluginDescriptor
Performs on-the-fly validation on the trend graph height.
doCheckHeight(String) - Method in class hudson.plugins.findbugs.util.ReporterDescriptor
Performs on-the-fly validation on the trend graph height.
doCheckPattern(AbstractProject, String) - Method in class hudson.plugins.findbugs.util.PluginDescriptor
Performs on-the-fly validation on the file mask.
doCheckThreshold(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.PluginDescriptor
Performs on-the-fly validation on the annotations threshold.
doCheckThreshold(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.ReporterDescriptor
Performs on-the-fly validation on the annotations threshold.
doDifference(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Draws a PNG image with a graph with warning differences.
doDifferenceMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Draws a MAP with the warnings difference graph.
doFixed(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Draws a PNG image with the new versus fixed warnings graph.
doFixedMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Draws a MAP with the new versus fixed warnings graph.
doHealth(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Draws a PNG image with a graph with warnings by health thresholds.
doHealthMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Draws a MAP with a graph with warnings by health thresholds.
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Redirects the index page to the last result.
doPriority(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Draws a PNG image with a graph with warnings by priority.
doPriorityMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Draws a MAP width a graph with warnings by priority.
doSave(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Saves the configured values.
doTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Display the trend graph.
doTrendMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Display the trend map.

E

EncodingValidator - Class in hudson.plugins.findbugs.util
Validates a file encoding.
EncodingValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.findbugs.util.EncodingValidator
Creates a new instance of EncodingValidator.
equals(Object) - Method in class hudson.plugins.findbugs.parser.Bug
equals(Object) - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
equals(Object) - Method in class hudson.plugins.findbugs.parser.maven.File
equals(Object) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
 
equals(Object) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
equals(Object) - Method in class hudson.plugins.findbugs.util.model.LineRange
equals(Object) - Method in class hudson.plugins.findbugs.util.Pair
ErrorDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the errors during execution of the plug-in.
ErrorDetail(AbstractBuild<?, ?>, Collection<String>) - Constructor for class hudson.plugins.findbugs.util.ErrorDetail
Creates a new instance of ErrorDetail.
Errors() - Static method in class hudson.plugins.findbugs.util.Messages
Errors
evaluateBuildResult(PluginLogger, HealthDescriptor, Collection<FileAnnotation>, Collection<FileAnnotation>) - Method in class hudson.plugins.findbugs.util.BuildResultEvaluator
Evaluates the build result.

F

FieldValidator_Error_DefaultEncoding() - Static method in class hudson.plugins.findbugs.util.Messages
Encoding must be a supported encoding of the Java platform (see java.nio.charset.Charset).
FieldValidator_Error_Threshold() - Static method in class hudson.plugins.findbugs.util.Messages
Threshold must be an integer value greater or equal 0.
FieldValidator_Error_TrendHeight(Object) - Static method in class hudson.plugins.findbugs.util.Messages
Trend graph height must be an integer value greater or equal {0}.
File - Class in hudson.plugins.findbugs.parser.maven
Java Bean class for a file of the maven FindBugs format.
File() - Constructor for class hudson.plugins.findbugs.parser.maven.File
 
FileAnnotation - Interface in hudson.plugins.findbugs.util.model
Annotates a collection of line ranges in a file.
FileDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the package statistics of a module.
FileDetail(AbstractBuild<?, ?>, WorkspaceFile, String, String) - Constructor for class hudson.plugins.findbugs.util.FileDetail
Creates a new instance of ModuleDetail.
FileFinder - Class in hudson.plugins.findbugs.util
Scans the workspace and finds all Java files.
FileFinder() - Constructor for class hudson.plugins.findbugs.util.FileFinder
Creates a new instance of FileFinder.
FileFinder(String) - Constructor for class hudson.plugins.findbugs.util.FileFinder
Creates a new instance of FileFinder.
FileInputStreamFactory - Interface in hudson.plugins.findbugs.util
Factory to create an InputStream from an absolute filename.
FilesParser - Class in hudson.plugins.findbugs.util
Parses files that match the specified pattern and creates a corresponding project with a collection of annotations.
FilesParser(PluginLogger, String, AnnotationParser, boolean, boolean) - Constructor for class hudson.plugins.findbugs.util.FilesParser
Creates a new instance of CheckstyleCollector.
FilesParser_Error_EmptyFile(Object, Object) - Static method in class hudson.plugins.findbugs.util.Messages
Skipping file {0} of module {1} because it''s empty.
FilesParser_Error_Exception(Object) - Static method in class hudson.plugins.findbugs.util.Messages
Parsing of file {0} failed due to an exception:
FilesParser_Error_NoFiles() - Static method in class hudson.plugins.findbugs.util.Messages
No report files were found.
FilesParser_Error_NoPermission(Object, Object) - Static method in class hudson.plugins.findbugs.util.Messages
Skipping file {0} of module {1} because Hudson has no permission to read the file.
find(File) - Method in class hudson.plugins.findbugs.util.FileFinder
Returns an array with the filenames of the specified file pattern that have been found in the workspace.
find(File, String) - Method in class hudson.plugins.findbugs.util.ModuleDetector
Finds files of the matching pattern.
FIND_BUGS_DESCRIPTOR - Static variable in class hudson.plugins.findbugs.FindBugsPublisher
Descriptor of this publisher.
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
in {0} FindBugs files.
FindBugs_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} fixed warnings
FindBugs_ResultAction_MultipleHighScore(Object) - Static method in class hudson.plugins.findbugs.Messages
New zero warnings highscore: no FindBugs warnings for {0} days!
FindBugs_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} new warnings
FindBugs_ResultAction_MultipleNoHighScore(Object) - Static method in class hudson.plugins.findbugs.Messages
Still {0} days before reaching the previous zero warnings highscore.
FindBugs_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} warnings
FindBugs_ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.findbugs.Messages
No warnings since build {0}.
FindBugs_ResultAction_OneFile() - Static method in class hudson.plugins.findbugs.Messages
in 1 FindBugs file.
FindBugs_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.findbugs.Messages
1 fixed warning
FindBugs_ResultAction_OneHighScore() - Static method in class hudson.plugins.findbugs.Messages
New zero warnings highscore: no FindBugs warnings since yesterday!
FindBugs_ResultAction_OneNewWarning() - Static method in class hudson.plugins.findbugs.Messages
1 new warning
FindBugs_ResultAction_OneNoHighScore() - Static method in class hudson.plugins.findbugs.Messages
Still one day before reaching the previous zero warnings highscore.
FindBugs_ResultAction_OneWarning() - Static method in class hudson.plugins.findbugs.Messages
1 warning
FINDBUGS_SCANNER_DESCRIPTOR - Static variable in class hudson.plugins.findbugs.FindBugsReporter
Descriptor of this publisher.
FindBugs_Trend_Name() - Static method in class hudson.plugins.findbugs.Messages
FindBugs Trend
FindBugsDescriptor - Class in hudson.plugins.findbugs
Descriptor for the class FindBugsPublisher.
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.
FindBugsMavenResult(AbstractBuild<?, ?>, String, ParserResult, FindBugsResult) - 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 FindBugs XML files.
FindBugsParser(FilePath) - Constructor for class hudson.plugins.findbugs.parser.FindBugsParser
Creates a new instance of FindBugsParser.
FindBugsParser(FilePath, Collection<String>) - Constructor for class hudson.plugins.findbugs.parser.FindBugsParser
Creates a new instance of FindBugsParser.
FindBugsPlugin - Class in hudson.plugins.findbugs
Registers the FindBugs plug-in publisher.
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) - 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) - 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(PluginDescriptor) - 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, FindBugsResult) - 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 FindBugsBuildAction.
FindBugsResultAction(AbstractBuild<?, ?>, HealthDescriptor) - Constructor for class hudson.plugins.findbugs.FindBugsResultAction
Creates a new instance of FindBugsBuildAction.
FindBugsResultBuilder - Class in hudson.plugins.findbugs
Creates a new FindBugs result based on the values of a previous build and the current project.
FindBugsResultBuilder() - Constructor for class hudson.plugins.findbugs.FindBugsResultBuilder
 
FixedWarningsDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the fixed warnings in a build.
FixedWarningsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String) - Constructor for class hudson.plugins.findbugs.util.FixedWarningsDetail
Creates a new instance of FixedWarningsDetail.
FixedWarningsDetail_Name() - Static method in class hudson.plugins.findbugs.util.Messages
Fixed Warnings
fromString(String) - Static method in enum hudson.plugins.findbugs.util.model.Priority
Converts a String priority to an actual enumeration value.
fromString(String) - Method in class hudson.plugins.findbugs.util.model.Priority.PriorityConverter

G

generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.findbugs.util.AreaRenderer
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.findbugs.util.BoxRenderer
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.findbugs.util.ToolTipBuilder
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.findbugs.util.AreaRenderer
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.findbugs.util.BoxRenderer
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.findbugs.util.CategoryUrlBuilder
getAnnotation(long) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the annotation with the specified key.
getAnnotation(long) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(long) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotation(String) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotations() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the annotations for this object.
getAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the annotations for this object.
getAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns the annotations for this object.
getAnnotations(Priority) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in class hudson.plugins.findbugs.util.ParserResult
Returns the annotations of this result.
getApi() - Method in class hudson.plugins.findbugs.util.BuildResult
Gets the remote API for this build result.
getAvailableCharsets() - Static method in class hudson.plugins.findbugs.util.EncodingValidator
Returns all available character set names.
getBugInstances() - Method in class hudson.plugins.findbugs.parser.maven.File
Returns all bug instances of this file.
getBuild() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the associated build of this action.
getBuild() - Method in interface hudson.plugins.findbugs.util.ResultAction
Returns the associated build of this action.
getBuildCount() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns the number of builds to consider.
getBuildCountString() - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Returns the build count as a string.
getBuildHealth() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
getCategories() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the categories of this container that have annotations.
getCategory() - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Returns the category of the warning.
getCategory() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns the category of the annotation.
getCategory(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the category with the given name.
getCategory(int) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the category with the given hash code.
getCategory() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the category of the annotation.
getClassname() - Method in class hudson.plugins.findbugs.parser.maven.File
Returns the class name.
getColors() - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Returns the colors for this graph.
getColors() - Method in class hudson.plugins.findbugs.util.HealthGraph
Returns the colors for this graph.
getColors() - Method in class hudson.plugins.findbugs.util.NewVersusFixedGraph
Returns the colors for this graph.
getColors() - Method in class hudson.plugins.findbugs.util.PriorityGraph
Returns the colors for this graph.
getContainer() - Method in class hudson.plugins.findbugs.util.BuildResult
Gets the annotation container.
getContainer() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns this container.
getContextHashCode() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns a hash code of the surrounding context of this annotation.
getContextHashCode() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns a hash code of the surrounding context of this annotation.
getDataFile() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the serialization file.
getDayCount() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns the number of days to consider.
getDayCountString() - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Returns the day count as a string.
getDays(long) - Static method in class hudson.plugins.findbugs.util.BuildResult
Returns the number of days for the specified number of milliseconds.
getDefaultEncoding() - Method in class hudson.plugins.findbugs.util.AbstractAnnotationParser
Returns the default encoding to be used when reading and parsing files.
getDefaultEncoding() - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns the defined default encoding.
getDefaultEncoding() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the defined default encoding.
getDefaultEncoding() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the default encoding derived from the maven pom file.
getDefaultEncoding() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the defined default encoding.
getDelta() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the delta.
getDescription() - Method in class hudson.plugins.findbugs.Pattern
Returns the description.
getDescription() - Method in class hudson.plugins.findbugs.util.DefaultGraphConfigurationDetail
Returns the description for this view.
getDescription() - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Returns the description for this view.
getDescription() - Method in class hudson.plugins.findbugs.util.UserGraphConfigurationDetail
Returns the description for this view.
getDescriptor() - Method in class hudson.plugins.findbugs.FindBugsPublisher
getDescriptor() - Method in class hudson.plugins.findbugs.FindBugsReporter
getDescriptor() - Method in class hudson.plugins.findbugs.FindBugsResultAction
Returns the descriptor of the associated plug-in.
getDescriptor() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the descriptor of the associated plug-in.
getDetails() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the detail messages for the summary.jelly file.
getDetails() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the detail messages for the summary.jelly file.
getDetailUrl(int) - Method in class hudson.plugins.findbugs.util.CategoryUrlBuilder
Returns a relative URL based on the specified row that will be appended to the base URL.
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
getDisplayName() - Method in class hudson.plugins.findbugs.util.AttributeDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.DefaultGraphConfigurationDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.ErrorDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.FileDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.FixedWarningsDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.ModuleDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.NewWarningsDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.PackageDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.PrioritiesDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.ReporterDescriptor
getDisplayName() - Method in class hudson.plugins.findbugs.util.SourceDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.TabDetail
getDisplayName() - Method in class hudson.plugins.findbugs.util.UserGraphConfigurationDetail
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns the dynamic result of this module detail view.
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns the graph configuration for this project.
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the dynamic result of the selection element.
getEnd() - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Returns the last line of the warning range.
getEnd() - Method in class hudson.plugins.findbugs.util.model.LineRange
Returns the last line of this range.
getError() - Method in class hudson.plugins.findbugs.util.model.MavenModule
Returns the error message for this module.
getErrorMessages() - Method in class hudson.plugins.findbugs.util.ParserResult
Returns the errorMessages.
getErrors() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the error messages associated with this build.
getErrors() - Method in class hudson.plugins.findbugs.util.ErrorDetail
Returns the errors in the project.
getErrors() - Method in class hudson.plugins.findbugs.util.model.JavaProject
Returns the error messages recorded during creation of the project.
getFailureThreshold() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the annotation threshold to be reached if a build should be considered as failure.
getFailureThreshold() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the annotation threshold to be reached if a build should be considered as failure.
getFailureThreshold() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the annotation threshold to be reached if a build should be considered as failure.
getFailureThreshold() - Method in interface hudson.plugins.findbugs.util.HealthDescriptor
Returns the annotation threshold to be reached if a build should be considered as failure.
getFile(int) - Method in class hudson.plugins.findbugs.util.FileDetail
Gets the file with the given hash code.
getFile(String) - Method in class hudson.plugins.findbugs.util.FileDetail
Gets the file with the given name.
getFile(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the file with the given name.
getFile(int) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the file with the given hash code.
getFileName() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in class hudson.plugins.findbugs.util.SourceDetail
Gets the file name of this source file.
getFiles() - Method in class hudson.plugins.findbugs.parser.maven.BugCollection
Returns all files of this bug collection.
getFiles() - Method in class hudson.plugins.findbugs.util.FileDetail
Gets the files of this container that have annotations.
getFiles() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the files of this container that have annotations.
getFixedAnnotations(Collection<FileAnnotation>, Collection<FileAnnotation>) - Static method in class hudson.plugins.findbugs.util.AnnotationDifferencer
Returns the fixed annotations, i.e., the annotations that are in the previous build but not in the actual.
getFixedWarnings() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the fixed warnings of this build.
getGraphType() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns the type of the graph.
getHead() - Method in class hudson.plugins.findbugs.util.Pair
Returns the head object of the pair.
getHeader() - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.findbugs.util.FileDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.findbugs.util.ModuleDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.findbugs.util.PackageDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.findbugs.util.PrioritiesDetail
Returns the header for the detail screen.
getHealthDescriptor() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the healthDescriptor.
getHealthDescriptor() - Method in interface hudson.plugins.findbugs.util.ResultAction
Gets the associated health descriptor.
getHealthy() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the healthy threshold, i.e.
getHealthy() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the healthy threshold, i.e.
getHealthy() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the healthy threshold, i.e.
getHealthy() - Method in interface hudson.plugins.findbugs.util.HealthDescriptor
Returns the healthy threshold, i.e.
getHealthyAnnotations() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the healthy threshold for annotations, i.e.
getHeight() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns the height.
getHelpFile() - Method in class hudson.plugins.findbugs.util.PluginDescriptor
getHelpFile() - Method in class hudson.plugins.findbugs.util.ReporterDescriptor
getHighAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the annotations with Priority.HIGH.
getHighPriority() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns Priority.HIGH.
getHighScoreGap() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the number of msec still to go before a new highscore is reached.
getIconFileName() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns the icon URL for the side-panel in the project screen.
getIconFileName() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
getIconUrl() - Method in class hudson.plugins.findbugs.FindBugsDescriptor
Returns the URL of the plug-in icon (24x24 image).
getIconUrl() - Method in class hudson.plugins.findbugs.util.PluginDescriptor
Returns the URL of the plug-in icon (24x24 image).
getId() - Method in enum hudson.plugins.findbugs.util.GraphType
Returns a unique ID for this type.
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.
getKey() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns the unique key of this annotation.
getKey() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the unique key of this annotation.
getLastAction() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns the last valid result action.
getLastFinishedBuild() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns the last finished build.
getLineNumber() - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Gets the line number of the warning.
getLineNumberExpression() - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Returns the line number expression.
getLineRanges() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns a collection of line ranges for this annotation.
getLineRanges() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns a collection of line ranges for this annotation.
getLocalizedPriority(String) - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns a localized priority name.
getLocalizedString() - Method in enum hudson.plugins.findbugs.util.model.Priority
Returns a localized description of this priority.
getLongLocalizedString() - Method in enum hudson.plugins.findbugs.util.model.Priority
Returns a long localized description of this priority.
getLowAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the annotations with Priority.LOW.
getLowPriority() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns Priority.LOW.
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.maven.BugInstance
Returns the message of the warning.
getMessage() - Method in class hudson.plugins.findbugs.parser.XmlBugInstance
Returns the message for this bug.
getMessage() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns the message of this annotation.
getMessage() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the message of this annotation.
getMinimumAnnotations() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the threshold to be reached if a build should be considered as unstable.
getMinimumPriority() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the minimum priority that should be considered when computing build health and stability.
getMinimumPriority() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the minimum priority that should be considered when computing build health and stability.
getMinimumPriority() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the minimum priority that should be considered when computing build health and stability.
getMinimumPriority() - Method in interface hudson.plugins.findbugs.util.HealthDescriptor
Returns the minimum priority that should be considered when computing build health and stability.
getModule(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the module with the given name.
getModule(int) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the module with the given hash code.
getModuleName() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModuleName() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModules() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the modules of this build result.
getModules() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the modules of this container that have annotations.
getModules() - Method in class hudson.plugins.findbugs.util.ParserResult
Returns the parsed modules.
getMultipleItemsTooltip(int) - Method in class hudson.plugins.findbugs.FindBugsResultAction
Returns the tooltip for several items.
getMultipleItemsTooltip(int) - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the tooltip for several items.
getName() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the name of this container.
getNewAnnotations(Collection<FileAnnotation>, Collection<FileAnnotation>) - Static method in class hudson.plugins.findbugs.util.AnnotationDifferencer
Returns the new annotations, i.e., the annotations that are in the actual build but not in the previous.
getNewFailureThreshold() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the threshold of new annotations to be reached if a build should be considered as failure.
getNewFailureThreshold() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the threshold of new annotations to be reached if a build should be considered as failure.
getNewFailureThreshold() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the threshold of new annotations to be reached if a build should be considered as failure.
getNewFailureThreshold() - Method in interface hudson.plugins.findbugs.util.HealthDescriptor
Returns the threshold of new annotations to be reached if a build should be considered as failure.
getNewThreshold() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the threshold for new annotations to be reached if a build should be considered as unstable.
getNewThreshold() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the threshold for new annotations to be reached if a build should be considered as unstable.
getNewThreshold() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the threshold of new annotations to be reached if a build should be considered as unstable.
getNewThreshold() - Method in interface hudson.plugins.findbugs.util.HealthDescriptor
Returns the threshold for new annotations to be reached if a build should be considered as unstable.
getNewWarnings() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the new warnings of this build.
getNormalAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the annotations with Priority.NORMAL.
getNormalPriority() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns Priority.NORMAL.
getNumberOfAnnotations() - Method in class hudson.plugins.findbugs.util.BuildResult
Gets the number of warnings.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the total number of warnings of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in class hudson.plugins.findbugs.util.ParserResult
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.ParserResult
Returns the total number of annotations of the specified priority for this object.
getNumberOfFixedWarnings() - Method in class hudson.plugins.findbugs.util.BuildResult
Gets the number of fixed warnings.
getNumberOfHighAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the number of annotations with priority high.
getNumberOfLowAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the number of annotations with priority low.
getNumberOfModules() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the number of modules in this project.
getNumberOfModules() - Method in class hudson.plugins.findbugs.util.ParserResult
Returns the number of modules.
getNumberOfNewWarnings() - Method in class hudson.plugins.findbugs.util.BuildResult
Gets the number of new warnings.
getNumberOfNormalAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the number of annotations with priority normal.
getNumberOfWarnings() - Method in class hudson.plugins.findbugs.util.BuildResult
Gets the number of warnings.
getOwner() - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns the build as owner of this object.
getOwner() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the associated build of this action.
getOwner() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.findbugs.util.ErrorDetail
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Returns the project.
getOwner() - Method in class hudson.plugins.findbugs.util.SourceDetail
Returns the build as owner of this object.
getPackage(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the package with the given name.
getPackage(int) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the package with the given hash code.
getPackageCategoryName() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the package category name for the scanned files.
getPackageName() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackageName() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackages() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the packages of this container that have annotations.
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.FindBugsDescriptor
Returns the name of the plug-in.
getPluginName() - Method in class hudson.plugins.findbugs.util.CategoryUrlBuilder
Returns the plug-in name.
getPluginName() - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Returns the plug-in name.
getPluginName() - Method in class hudson.plugins.findbugs.util.PluginDescriptor
Returns the name of the plug-in.
getPluginResultUrlName() - Method in class hudson.plugins.findbugs.util.PluginDescriptor
Returns the name of the plug-in.
getPluginRoot() - Method in class hudson.plugins.findbugs.util.PluginDescriptor
Returns the root folder of this plug-in.
getPreviousBuild() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Gets the result of a previous build if it's recorded, or null if not.
getPreviousResult() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the results of the previous build.
getPreviousResultAction() - Method in class hudson.plugins.findbugs.FindBugsResultAction
Gets the FindBugs result of the previous build.
getPreviousResultAction() - Method in interface hudson.plugins.findbugs.util.ResultAction
Returns the result action from the previous build.
getPrimaryLineNumber() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPrimaryLineNumber() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPriorities() - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns all possible priorities.
getPriorities() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns all possible priorities.
getPriority() - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Gets the priority of the warning.
getPriority() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns the priority of this annotation.
getPriority() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the priority of this annotation.
getProject() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns the project.
getProject() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the associated project of this result.
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.plugins.findbugs.FindBugsPublisher
getProjectAction(MavenModule) - Method in class hudson.plugins.findbugs.FindBugsReporter
getProjectAction(MavenModuleSet) - Method in class hudson.plugins.findbugs.MavenFindBugsResultAction
getPublisherDescriptor() - Method in class hudson.plugins.findbugs.util.ReporterDescriptor
Gets the publisher descriptor.
getRequiredMonitorService() - Method in class hudson.plugins.findbugs.FindBugsPublisher
 
getResult() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the current result of this action.
getResult() - Method in interface hudson.plugins.findbugs.util.ResultAction
Returns the current result of this action.
getResultActionClass() - Method in class hudson.plugins.findbugs.FindBugsReporter
Returns the type of the result action.
getResultActionClass() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the type of the result action.
getResultActionType() - Method in class hudson.plugins.findbugs.FindBugsMavenResult
Returns the actual type of the associated result action.
getResultActionType() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the actual type of the associated result action.
getResultActionType() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the actual type of the associated result action.
getRootUrl() - Method in class hudson.plugins.findbugs.util.BuildResultGraph
Returns the root URL.
getRootUrl() - Method in class hudson.plugins.findbugs.util.CategoryUrlBuilder
Returns the root URL.
getRootUrl() - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Returns the root URL of this object.
getSerializationFileName() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the name of the file to store the serialized annotations.
getSerializationFileName() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the name of the file to store the serialized annotations.
getShortDescription() - Method in class hudson.plugins.findbugs.Pattern
Returns the shortDescription.
getShortDescription(int) - Method in class hudson.plugins.findbugs.util.ToolTipBuilder
Returns a short description for of the selected row.
getShortFileName() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Gets the associated file name of this bug (without path).
getShortFileName() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Gets the associated file name of this bug (without path).
getShortMessage(String, Locale) - Method in class hudson.plugins.findbugs.FindBugsMessages
Returns a short description for the specified bug.
getShortName() - Method in class hudson.plugins.findbugs.util.model.WorkspaceFile
Returns a readable name of this workspace file without path prefix.
getSingleItemTooltip() - Method in class hudson.plugins.findbugs.FindBugsResultAction
Returns the tooltip for exactly one item.
getSingleItemTooltip() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the tooltip for exactly one item.
getSourceCode() - Method in class hudson.plugins.findbugs.util.SourceDetail
Returns the line that should be highlighted.
getStart() - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Returns the first line of the warning range.
getStart() - Method in class hudson.plugins.findbugs.util.model.LineRange
Returns the first line of this range.
getSummary() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns a summary message for the summary.jelly file.
getTail() - Method in class hudson.plugins.findbugs.util.Pair
Returns the tail object of the pair.
getTarget() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
getTargetPath(MavenProject) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the path to the target folder.
getTempName(AbstractBuild<?, ?>) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns a file name for a temporary file that will hold the contents of the source.
getTempName(AbstractBuild<?, ?>) - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns a file name for a temporary file that will hold the contents of the source.
getTempName() - Method in class hudson.plugins.findbugs.util.model.WorkspaceFile
Returns a file name for a temporary file that will hold the contents of the source.
getThreshold() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the threshold of all annotations to be reached if a build should be considered as unstable.
getThreshold() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the threshold of all annotations to be reached if a build should be considered as unstable.
getThreshold() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the annotation threshold to be reached if a build should be considered as unstable.
getThreshold() - Method in interface hudson.plugins.findbugs.util.HealthDescriptor
Returns the threshold of all annotations to be reached if a build should be considered as unstable.
getThresholdLimit() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the threshold limit.
getThresholdLimit() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the threshold limit.
getToolTip() - Method in class hudson.plugins.findbugs.parser.Bug
Returns the a detailed description that will be used as tooltip.
getTooltip(int) - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the tooltip for the specified number of items.
getToolTip() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns a tooltip showing the distribution of priorities for this container.
getToolTip() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the a detailed description that will be used as tooltip.
getToolTip(String) - Method in class hudson.plugins.findbugs.util.ModuleDetail
Returns a tooltip showing the distribution of priorities for the selected package.
getTooltip(int) - Method in interface hudson.plugins.findbugs.util.ToolTipProvider
Returns the tooltip for the specified number of items.
getToolTipProvider() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the associated tool tip provider.
getToolTipProvider() - Method in interface hudson.plugins.findbugs.util.ResultAction
Returns the associated tool tip provider.
getTrendName() - Method in class hudson.plugins.findbugs.FindBugsProjectAction
Returns the title of the trend graph.
getTrendName() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns the title of the trend graph.
getType() - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Returns the type of the warning.
getType() - Method in class hudson.plugins.findbugs.Pattern
Returns the type.
getType() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns the annotation type.
getType(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the type with the given name.
getType(int) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the type with the given hash code.
getType() - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Returns the annotation type.
getTypes() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the types of this container that have annotations.
getUnHealthy() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in interface hudson.plugins.findbugs.util.HealthDescriptor
Returns the unhealthy threshold, i.e.
getUnHealthyAnnotations() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns the unhealthy threshold of annotations, i.e.
getUpperBound(Collection<? extends AnnotationContainer>) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the maximum number of annotations within the specified containers.
getUrl() - Method in class hudson.plugins.findbugs.util.DefaultGraphConfigurationDetail
Returns the URL of this object.
getUrl() - Method in class hudson.plugins.findbugs.util.TabDetail
Returns the url.
getUrl() - Method in class hudson.plugins.findbugs.util.UserGraphConfigurationDetail
Returns the URL of this object.
getUrlName() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
getUrlName() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
getValue(Cookie[]) - Method in class hudson.plugins.findbugs.util.CookieHandler
Selects the correct cookie from the specified cookies and returns its value.
getWarningsDelta() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the delta between two builds.
getWidth() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns the width.
getWorkspacePath() - Method in class hudson.plugins.findbugs.util.model.JavaProject
Returns the root path of the workspace files.
getZeroWarningsHighScore() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the maximum period with zero warnings in a build.
getZeroWarningsSinceBuild() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the build since we have zero warnings.
getZeroWarningsSinceDate() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns the time since we have zero warnings.
GraphConfiguration - Class in hudson.plugins.findbugs.util
Configuration properties of a trend graph.
GraphConfiguration(String) - Constructor for class hudson.plugins.findbugs.util.GraphConfiguration
Creates a new instance of GraphConfiguration.
GraphConfiguration(String, File) - Constructor for class hudson.plugins.findbugs.util.GraphConfiguration
Creates a new instance of GraphConfiguration.
GraphConfigurationDetail - Class in hudson.plugins.findbugs.util
Configures the trend graph of this plug-in.
GraphConfigurationDetail(AbstractProject<?, ?>, String, String) - Constructor for class hudson.plugins.findbugs.util.GraphConfigurationDetail
Creates a new instance of GraphConfigurationDetail.
GraphConfigurationDetail(AbstractProject<?, ?>, String, String, ResultAction<?>) - Constructor for class hudson.plugins.findbugs.util.GraphConfigurationDetail
Creates a new instance of GraphConfigurationDetail.
GraphType - Enum in hudson.plugins.findbugs.util
The available types for the trend graph.
guessModuleName(String) - Method in class hudson.plugins.findbugs.util.ModuleDetector
Uses the path prefixes of pom.xml or build.xml files to guess a module name for the specified file.
guessModuleName(String, boolean, boolean) - Method in class hudson.plugins.findbugs.util.ModuleDetector
Guesses a module name based on the source folder or the content in the pom.xml or build.xml files.

H

hasAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns whether this objects has annotations.
hasAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in class hudson.plugins.findbugs.util.ParserResult
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.ParserResult
Returns whether this objects has annotations with the specified priority.
hasError() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.findbugs.util.model.JavaProject
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.findbugs.util.model.MavenModule
Return whether this module has an error message stored.
hashCode() - Method in class hudson.plugins.findbugs.parser.Bug
hashCode() - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
hashCode() - Method in class hudson.plugins.findbugs.parser.maven.File
hashCode() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
 
hashCode() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
hashCode() - Method in class hudson.plugins.findbugs.util.model.LineRange
hashCode() - Method in class hudson.plugins.findbugs.util.Pair
hasMeaningfulGraph() - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Checks whether a meaningful graph is available.
hasNoAnnotations() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in class hudson.plugins.findbugs.util.BuildResult
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in interface hudson.plugins.findbugs.util.model.AnnotationProvider
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in class hudson.plugins.findbugs.util.ParserResult
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.findbugs.util.ParserResult
Returns whether this objects has no annotations with the specified priority.
hasPackageName() - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Returns whether a package name has been defined.
hasPreviousResult() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns whether a previous build result exists.
hasPreviousResultAction() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns whether a previous build already has a result action of this type attached.
hasPreviousResultAction() - Method in interface hudson.plugins.findbugs.util.ResultAction
Returns whether a previous build already has a result action of this type attached.
hasValidResults() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns whether we have enough valid results in order to draw a meaningful graph.
HealthAwareMavenReporter - Class in hudson.plugins.findbugs.util
A base class for maven reporters with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
HealthAwareMavenReporter(String, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Creates a new instance of HealthReportingMavenReporter.
HealthAwarePublisher - Class in hudson.plugins.findbugs.util
A base class for publishers with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
HealthAwarePublisher(String, String, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.findbugs.util.HealthAwarePublisher
Creates a new instance of HealthAwarePublisher.
HealthDescriptor - Interface in hudson.plugins.findbugs.util
A health descriptor defines the parameters to create the build health.
HealthGraph - Class in hudson.plugins.findbugs.util
Builds a graph showing all warnings by health descriptor.
HealthGraph(AbstractHealthDescriptor) - Constructor for class hudson.plugins.findbugs.util.HealthGraph
Creates a new instance of HealthGraph.
HealthReportBuilder - Class in hudson.plugins.findbugs.util
Creates a health report for integer values based on healthy and unhealthy thresholds.
HealthReportBuilder(AbstractHealthDescriptor) - Constructor for class hudson.plugins.findbugs.util.HealthReportBuilder
Creates a new instance of HealthReportBuilder.
high - Variable in class hudson.plugins.findbugs.util.BuildResult
Deprecated. 
highlightSource(InputStream) - Method in class hudson.plugins.findbugs.util.SourceDetail
Highlights the specified source and returns the result as an HTML string.
HighPriority() - Static method in class hudson.plugins.findbugs.util.Messages
High Priority
hudson.plugins.findbugs - package hudson.plugins.findbugs
 
hudson.plugins.findbugs.parser - package hudson.plugins.findbugs.parser
 
hudson.plugins.findbugs.parser.maven - package hudson.plugins.findbugs.parser.maven
 
hudson.plugins.findbugs.util - package hudson.plugins.findbugs.util
 
hudson.plugins.findbugs.util.model - package hudson.plugins.findbugs.util.model
 

I

initialize() - Method in class hudson.plugins.findbugs.FindBugsMessages
Initializes the messages map.
invoke(File, VirtualChannel) - Method in class hudson.plugins.findbugs.util.FileFinder
Returns an array with the filenames of the specified file pattern that have been found in the workspace.
invoke(File, VirtualChannel) - Method in class hudson.plugins.findbugs.util.FilesParser
isAnnotationCountExceeded(int, String) - Method in class hudson.plugins.findbugs.util.BuildResultEvaluator
Returns whether the new annotation count exceeds the user defined threshold and the build should be set to unstable.
isAntBuild(AbstractBuild<?, ?>) - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns whether the current build uses ant.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.findbugs.util.PluginDescriptor
isBuildCountDefined() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns whether a valid build count is defined.
isCurrent() - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns whether this build is the last available build.
isCurrent() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns whether this result belongs to the last build.
isDayCountDefined() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns whether a valid day count is defined.
isDefault() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns whether this instance is initialized with its default values.
isEnabled() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Returns whether this health report build is enabled, i.e.
isHealthGraphAvailable() - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Checks if the health graph is available.
isHealthyReportEnabled() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Determines whether a health report should be created.
isMavenBuild(AbstractBuild<?, ?>) - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns whether the current build uses maven.
isNewZeroWarningsHighScore() - Method in class hudson.plugins.findbugs.util.BuildResult
Returns if the current result reached the old zero warnings highscore.
isPriority(String) - Method in class hudson.plugins.findbugs.util.PriorityDetailFactory
Returns whether the provided value is a valid priority.
isThresholdEnabled() - Method in class hudson.plugins.findbugs.util.AbstractHealthDescriptor
Determines whether a threshold has been defined.
isTrendVisible(StaplerRequest) - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns whether the trend graph is visible.
isValid(int, int, int, int, GraphType) - Static method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns whether the configuration parameters are valid.
isValid(String) - Static method in class hudson.plugins.findbugs.util.ThresholdValidator
Returns whether the provided threshold string parameter is a valid threshold number, i.e.
isValidBuildCount(int) - Static method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns if the build count is valid.
isValidHeight(int) - Static method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns whether the width is valid.
isValidWidth(int) - Static method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns whether the width is valid.
isVisible() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Returns whether the trend graph is visible or not.

J

JavaPackage - Class in hudson.plugins.findbugs.util.model
A serializable Java Bean class representing a Java package.
JavaPackage(String) - Constructor for class hudson.plugins.findbugs.util.model.JavaPackage
Creates a new instance of JavaPackage.
JavaPackageDetector - Class in hudson.plugins.findbugs.util
Detects the package name of a Java file.
JavaPackageDetector() - Constructor for class hudson.plugins.findbugs.util.JavaPackageDetector
Creates a new instance of JavaPackageDetector.
JavaProject - Class in hudson.plugins.findbugs.util.model
A serializable Java Bean class representing a project that has been built by Hudson.
JavaProject() - Constructor for class hudson.plugins.findbugs.util.model.JavaProject
Creates a new instance of JavaProject.

L

LineRange - Class in hudson.plugins.findbugs.util.model
A line range in a source file is defined by its first and last line.
LineRange(int) - Constructor for class hudson.plugins.findbugs.util.model.LineRange
Creates a new instance of LineRange.
LineRange(int, int) - Constructor for class hudson.plugins.findbugs.util.model.LineRange
Creates a new instance of LineRange.
log(String) - Method in class hudson.plugins.findbugs.util.FilesParser
Logs the specified message.
log(String) - Method in class hudson.plugins.findbugs.util.PluginLogger
Logs the specified message.
log(Throwable) - Method in class hudson.plugins.findbugs.util.PluginLogger
Logs the specified throwable.
low - Variable in class hudson.plugins.findbugs.util.BuildResult
Deprecated. 
LowPriority() - Static method in class hudson.plugins.findbugs.util.Messages
Low Priority

M

mapFiles(Collection<FileAnnotation>, String[]) - Method in class hudson.plugins.findbugs.parser.maven.MavenFindBugsParser
Maps each class with an warning to a workspace file.
MAVEN_POM - Static variable in class hudson.plugins.findbugs.util.ModuleDetector
Filename of Maven pom.
MavenFindBugsParser - Class in hudson.plugins.findbugs.parser.maven
A parser for the maven-findbugs-plugin XML files (version <= 1.1.1).
MavenFindBugsParser() - Constructor for class hudson.plugins.findbugs.parser.maven.MavenFindBugsParser
 
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.
MavenModule - Class in hudson.plugins.findbugs.util.model
A serializable Java Bean class representing a maven module.
MavenModule() - Constructor for class hudson.plugins.findbugs.util.model.MavenModule
Creates a new instance of MavenModule.
MavenModule(String) - Constructor for class hudson.plugins.findbugs.util.model.MavenModule
Creates a new instance of MavenModule.
Messages - Class in hudson.plugins.findbugs
 
Messages() - Constructor for class hudson.plugins.findbugs.Messages
 
Messages - Class in hudson.plugins.findbugs.util
 
Messages() - Constructor for class hudson.plugins.findbugs.util.Messages
 
ModuleDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the package statistics of a module.
ModuleDetail(AbstractBuild<?, ?>, MavenModule, String, String) - Constructor for class hudson.plugins.findbugs.util.ModuleDetail
Creates a new instance of ModuleDetail.
ModuleDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Module
ModuleDetector - Class in hudson.plugins.findbugs.util
Detects module names by parsing the name of a source file, the Maven pom.xml file or the ANT build.xml file.
ModuleDetector() - Constructor for class hudson.plugins.findbugs.util.ModuleDetector
Creates a new instance of ModuleDetector.
ModuleDetector(File) - Constructor for class hudson.plugins.findbugs.util.ModuleDetector
Creates a new instance of ModuleDetector.
ModuleDetector(File, FileInputStreamFactory) - Constructor for class hudson.plugins.findbugs.util.ModuleDetector
Creates a new instance of ModuleDetector.

N

NamespaceDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Namespace
NativeFindBugsParser - Class in hudson.plugins.findbugs.parser
A parser for the native FindBugs XML files (ant task, batch file or maven-findbugs-plugin >= 1.2).
NativeFindBugsParser() - Constructor for class hudson.plugins.findbugs.parser.NativeFindBugsParser
 
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.findbugs.FindBugsDescriptor
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.findbugs.FindBugsReporterDescriptor
NewVersusFixedGraph - Class in hudson.plugins.findbugs.util
Builds a new versus fixed warnings graph for a specified result action.
NewVersusFixedGraph() - Constructor for class hudson.plugins.findbugs.util.NewVersusFixedGraph
 
NewWarningsDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the new warnings in a build.
NewWarningsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String) - Constructor for class hudson.plugins.findbugs.util.NewWarningsDetail
Creates a new instance of NewWarningsDetail.
NewWarningsDetail_Name() - Static method in class hudson.plugins.findbugs.util.Messages
New Warnings
normal - Variable in class hudson.plugins.findbugs.util.BuildResult
Deprecated. 
NormalPriority() - Static method in class hudson.plugins.findbugs.util.Messages
Normal Priority
NULL_HEALTH_DESCRIPTOR - Static variable in class hudson.plugins.findbugs.util.NullHealthDescriptor
Shared null health descriptor.
NullHealthDescriptor - Class in hudson.plugins.findbugs.util
A HealthDescriptor that neither has the failure threshold nor the health report enabled.
NullHealthDescriptor() - Constructor for class hudson.plugins.findbugs.util.NullHealthDescriptor
 

P

PackageDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the package statistics of a module.
PackageDetail(AbstractBuild<?, ?>, JavaPackage, String, String) - Constructor for class hudson.plugins.findbugs.util.PackageDetail
Creates a new instance of ModuleDetail.
PackageDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Package
PackageDetector - Interface in hudson.plugins.findbugs.util
Detects the package or namespace name of a file.
Pair<H,T> - Class in hudson.plugins.findbugs.util
Pair is a helper class for the frequent case, when two objects must be combined for a collection entry or even a key.
Pair(H, T) - Constructor for class hudson.plugins.findbugs.util.Pair
Constructs a Pair using the two given objects as head and tail.
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
Returns the annotations found in the specified file.
parse(InputStream, String, FilePath) - Method in class hudson.plugins.findbugs.parser.maven.MavenFindBugsParser
Returns the parsed FindBugs analysis file.
parse(InputStream, String) - Method in class hudson.plugins.findbugs.parser.maven.MavenFindBugsParser
Returns the parsed FindBugs analysis file.
parse(File, Collection<String>, String) - Method in class hudson.plugins.findbugs.parser.NativeFindBugsParser
Returns the parsed FindBugs analysis file.
parse(InputStream, Collection<String>, String, Map<String, String>) - Method in class hudson.plugins.findbugs.parser.NativeFindBugsParser
Returns the parsed FindBugs analysis file.
parse(File, String) - Method in class hudson.plugins.findbugs.util.AbstractAnnotationParser
Returns the annotations found in the specified file.
parse(InputStream, String) - Method in class hudson.plugins.findbugs.util.AbstractAnnotationParser
Returns the annotations found in the specified file.
parse(File, String) - Method in interface hudson.plugins.findbugs.util.AnnotationParser
Returns the annotations found in the specified file.
ParserResult - Class in hudson.plugins.findbugs.util
Stores the collection of parsed annotations and associated error messages.
ParserResult() - Constructor for class hudson.plugins.findbugs.util.ParserResult
Creates a new instance of ParserResult.
ParserResult(FilePath) - Constructor for class hudson.plugins.findbugs.util.ParserResult
Creates a new instance of ParserResult.
ParserResult(Collection<FileAnnotation>) - Constructor for class hudson.plugins.findbugs.util.ParserResult
Creates a new instance of ParserResult.
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
Performs the publishing of the results of this plug-in.
perform(MavenBuildProxy, MavenProject, MojoInfo, PluginLogger) - Method in class hudson.plugins.findbugs.FindBugsReporter
Performs the publishing of the results of this plug-in.
perform(MavenBuildProxy, MavenProject, MojoInfo, PluginLogger) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Performs the publishing of the results of this plug-in.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
perform(AbstractBuild<?, ?>, PluginLogger) - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Performs the publishing of the results of this plug-in.
persistResult(ParserResult, MavenBuild) - Method in class hudson.plugins.findbugs.FindBugsReporter
Persists the result in the build (on the master).
persistResult(ParserResult, MavenBuild) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Persists the result in the build (on the master).
persistValue(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.DefaultGraphConfigurationDetail
Persists the configured values.
persistValue(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.GraphConfigurationDetail
Persists the configured values.
persistValue(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.UserGraphConfigurationDetail
Persists the configured values.
PluginDescriptor - Class in hudson.plugins.findbugs.util
Base class for a Hudson plug/in descriptor.
PluginDescriptor(Class<? extends Publisher>) - Constructor for class hudson.plugins.findbugs.util.PluginDescriptor
Creates a new instance of PluginDescriptor.
PluginLogger - Class in hudson.plugins.findbugs.util
A simple logger that prefixes each message with the plug-in name.
PluginLogger(PrintStream, String) - Constructor for class hudson.plugins.findbugs.util.PluginLogger
Creates a new instance of PluginLogger.
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
preExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener) - Method in class hudson.plugins.findbugs.FindBugsReporter
printStackTrace(Throwable) - Method in class hudson.plugins.findbugs.util.PluginLogger
Logs the stack trace of the throwable.
PrioritiesDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the priorities statistics of an annotation container.
PrioritiesDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, Priority, String, String) - Constructor for class hudson.plugins.findbugs.util.PrioritiesDetail
Creates a new instance of ModuleDetail.
Priority - Enum in hudson.plugins.findbugs.util.model
Defines the priority of an annotation.
Priority.PriorityConverter - Class in hudson.plugins.findbugs.util.model
Converts priorities for XStream deserialization.
Priority.PriorityConverter() - Constructor for class hudson.plugins.findbugs.util.model.Priority.PriorityConverter
 
Priority_High() - Static method in class hudson.plugins.findbugs.util.Messages
High
Priority_Low() - Static method in class hudson.plugins.findbugs.util.Messages
Low
Priority_Normal() - Static method in class hudson.plugins.findbugs.util.Messages
Normal
PriorityDetailFactory - Class in hudson.plugins.findbugs.util
Creates priority detail objects.
PriorityDetailFactory() - Constructor for class hudson.plugins.findbugs.util.PriorityDetailFactory
 
PriorityGraph - Class in hudson.plugins.findbugs.util
Builds a graph showing all warnings by priority.
PriorityGraph() - Constructor for class hudson.plugins.findbugs.util.PriorityGraph
 

R

readFile(String, String) - Static method in class hudson.plugins.findbugs.util.EncodingValidator
Reads the specified file with the given encoding.
readResolve() - Method in class hudson.plugins.findbugs.util.BuildResult
Initializes members that were not present in previous versions of this plug-in.
readResolve() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Initializes new fields that are not serialized yet.
rebuildMappings() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Rebuilds the priorities and files after deserialization.
Reporter_Error_NoEncoding(Object) - Static method in class hudson.plugins.findbugs.util.Messages
File encoding has not been set in pom.xml, using platform encoding {0}, i.e.
ReporterDescriptor - Class in hudson.plugins.findbugs.util
A maven reporter descriptor that uses a publisher descriptor as delegate to obtain the relevant configuration data.
ReporterDescriptor(Class<? extends MavenReporter>, PluginDescriptor) - Constructor for class hudson.plugins.findbugs.util.ReporterDescriptor
Creates a new instance of ReporterDescriptor.
Result_Error_ModuleErrorMessage(Object, Object) - Static method in class hudson.plugins.findbugs.util.Messages
Module {0}: {1}
ResultAction<T extends BuildResult> - Interface in hudson.plugins.findbugs.util
Defines an action that is responsible for handling results of the given type T.
ResultSummary - Class in hudson.plugins.findbugs
Represents the result summary of the FindBugs parser.

S

SerializableToolTipGenerator - Interface in hudson.plugins.findbugs.util
A serializable CategoryToolTipGenerator.
SerializableUrlGenerator - Interface in hudson.plugins.findbugs.util
A serializable CategoryURLGenerator.
serializeToString(int, int, int, int, GraphType) - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Serializes the values of this configuration.
setCategory(String) - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Sets the category of the warning to the specified value.
setCategoryPlotProperties(CategoryPlot) - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Sets properties common to all category graphs of this plug-in.
setClassname(String) - Method in class hudson.plugins.findbugs.parser.maven.File
Sets the class name to the specified value.
setColors(JFreeChart, Color[]) - Method in class hudson.plugins.findbugs.util.CategoryBuildResultGraph
Sets the series colors for the specified chart.
setContextHashCode(long) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Sets the context hash code to the specified value.
setContextHashCode(long) - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Sets the context hash code to the specified value.
setDescription(String) - Method in class hudson.plugins.findbugs.Pattern
Sets the description to the specified value.
setDetailBuilder(Class<? extends DetailBuilder>) - Static method in class hudson.plugins.findbugs.util.DetailBuilder
Sets the detail builder class to the specified value.
setError(String) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Sets the error message that denotes that why project creation has been failed.
setError(String) - Method in class hudson.plugins.findbugs.util.model.MavenModule
Sets an error message that denotes that the creation of the module has been failed.
setFileInputStreamFactory(FileInputStreamFactory) - Method in class hudson.plugins.findbugs.util.ModuleDetector
Sets the factory to the specified value.
setFileName(String) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Sets the file name to the specified value.
setFileName(String) - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Sets the file name to the specified value.
setHead(H) - Method in class hudson.plugins.findbugs.util.Pair
Modifies the head object of the pair.
setHierarchy(AnnotationContainer.Hierarchy) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Sets the hierarchy to the specified value.
setHighWarnings(int) - Method in class hudson.plugins.findbugs.util.BuildResult
Sets the number of high warnings 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.
setLineNumberExpression(String) - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Sets the line number to the specified value.
setLowWarnings(int) - Method in class hudson.plugins.findbugs.util.BuildResult
Sets the number of low warnings to the specified value.
setMessage(String) - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Sets the message of the warning to the specified value.
setMessage(String) - Method in class hudson.plugins.findbugs.parser.XmlBugInstance
Sets the message to the specified value.
setModuleName(String) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Sets the module name to the specified value.
setModuleName(String) - Method in interface hudson.plugins.findbugs.util.model.FileAnnotation
Sets the name of the maven or ant module that contains this annotation.
setName(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Sets the name of this container.
setNormalWarnings(int) - Method in class hudson.plugins.findbugs.util.BuildResult
Sets the number of normal warnings to the specified value.
setPackageName(String) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Sets the package name to the specified value.
setPlotProperties(Plot) - Method in class hudson.plugins.findbugs.util.BuildResultGraph
Sets properties common to all plots of this plug-in.
setPriority(String) - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Sets the priority of the warning to the specified value.
setPriority(Priority) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Sets the priority to the specified value.
setResult(T) - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Sets the result for this build.
setResult(T) - Method in interface hudson.plugins.findbugs.util.ResultAction
Sets the result for this build.
setRootUrl(String) - Method in class hudson.plugins.findbugs.util.BuildResultGraph
Sets the root URL to the specified value.
setShortDescription(String) - Method in class hudson.plugins.findbugs.Pattern
Sets the shortDescription to the specified value.
setTail(T) - Method in class hudson.plugins.findbugs.util.Pair
Modifies the tail object of the pair.
setType(String) - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Sets the type of the warning to the specified value.
setType(String) - Method in class hudson.plugins.findbugs.Pattern
Sets the type to the specified value.
setWarnings(int) - Method in class hudson.plugins.findbugs.util.BuildResult
Sets the number of warnings to the specified value.
setWorkspacePath(String) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Sets the root path of the workspace files.
SingleFieldValidator - Class in hudson.plugins.findbugs.util
Form field validator base class with template method to validate a single field value.
SingleFieldValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.findbugs.util.SingleFieldValidator
Creates a new instance of FormValidator.
SOURCE_GENERATOR_OFFSET - Static variable in class hudson.plugins.findbugs.util.SourceDetail
Offset of the source code generator.
SourceDetail - Class in hudson.plugins.findbugs.util
Renders a source file containing an annotation for the whole file or a specific line number.
SourceDetail(AbstractBuild<?, ?>, FileAnnotation, String) - Constructor for class hudson.plugins.findbugs.util.SourceDetail
Creates a new instance of this source code object.
splitSourceFile(String) - Method in class hudson.plugins.findbugs.util.SourceDetail
Splits the source code into three blocks: the line to highlight and the source code before and after this line.
start() - Method in class hudson.plugins.findbugs.FindBugsPlugin

T

TabDetail - Class in hudson.plugins.findbugs.util
Result object representing a dynamic tab.
TabDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String) - Constructor for class hudson.plugins.findbugs.util.TabDetail
Creates a new instance of ModuleDetail.
ThresholdValidator - Class in hudson.plugins.findbugs.util
Validates and converts threshold parameters.
ThresholdValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.findbugs.util.ThresholdValidator
Creates a new instance of ThresholdValidator.
ToolTipBuilder - Class in hudson.plugins.findbugs.util
Builds tooltips for items.
ToolTipBuilder(ToolTipProvider) - Constructor for class hudson.plugins.findbugs.util.ToolTipBuilder
Creates a new instance of ToolTipBuilder.
ToolTipProvider - Interface in hudson.plugins.findbugs.util
Provides tooltips for single or multiple items.
toString() - Method in class hudson.plugins.findbugs.util.GraphConfiguration
Trend_Fixed() - Static method in class hudson.plugins.findbugs.util.Messages
(fixed)
Trend_New() - Static method in class hudson.plugins.findbugs.util.Messages
(new)
Trend_PriorityHigh() - Static method in class hudson.plugins.findbugs.util.Messages
(high priority)
Trend_PriorityLow() - Static method in class hudson.plugins.findbugs.util.Messages
(low priority)
Trend_PriorityNormal() - Static method in class hudson.plugins.findbugs.util.Messages
(normal priority)
TrendReportHeightValidator - Class in hudson.plugins.findbugs.util
Controls the size of a trend report.
TrendReportHeightValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.findbugs.util.TrendReportHeightValidator
Creates a new instance of TrendReportHeightValidator.
TypeDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Type

U

UNKNOWN_PACKAGE - Static variable in class hudson.plugins.findbugs.util.AbstractPackageDetector
Identifies an unknown package.
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.
updateBuildHealth(MavenBuild, BuildResult) - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Updates the build status if the number of annotations exceeds one of the thresholds.
UserGraphConfiguration_Description() - Static method in class hudson.plugins.findbugs.util.Messages
Configure the trend graph of this plug-in for the current job and user.
UserGraphConfiguration_Name() - Static method in class hudson.plugins.findbugs.util.Messages
Configure User Trend Graph
UserGraphConfigurationDetail - Class in hudson.plugins.findbugs.util
Configures the trend graph of this plug-in for the current user and job using a cookie.
UserGraphConfigurationDetail(AbstractProject<?, ?>, String, StaplerRequest) - Constructor for class hudson.plugins.findbugs.util.UserGraphConfigurationDetail
Creates a new instance of UserGraphConfigurationDetail.
UserGraphConfigurationDetail(AbstractProject<?, ?>, String, StaplerRequest, ResultAction<?>) - Constructor for class hudson.plugins.findbugs.util.UserGraphConfigurationDetail
Creates a new instance of UserGraphConfigurationDetail.

V

valueOf(String) - Static method in enum hudson.plugins.findbugs.util.GraphType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.findbugs.util.model.AnnotationContainer.Hierarchy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum hudson.plugins.findbugs.util.model.Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.findbugs.util.GraphType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.findbugs.util.model.AnnotationContainer.Hierarchy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum hudson.plugins.findbugs.util.model.Priority
Returns an array containing the constants of this enum type, in the order they are declared.

W

WORKSPACE_FILES - Static variable in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Temporary directory holding the workspace files.
WorkspaceFile - Class in hudson.plugins.findbugs.util.model
A serializable Java Bean class representing a file in the Hudson workspace.
WorkspaceFile(String) - Constructor for class hudson.plugins.findbugs.util.model.WorkspaceFile
Creates a new instance of WorkspaceFile.

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
 
XSTREAM - Static variable in class hudson.plugins.findbugs.util.BuildResult
Serialization provider.

_

_CategoryDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Category
_DefaultGraphConfiguration_Description() - Static method in class hudson.plugins.findbugs.util.Messages
Configure the trend graph of this plug-in.
_DefaultGraphConfiguration_Name() - Static method in class hudson.plugins.findbugs.util.Messages
Configure Default Trend Graph
_Errors() - Static method in class hudson.plugins.findbugs.util.Messages
Errors
_FieldValidator_Error_DefaultEncoding() - Static method in class hudson.plugins.findbugs.util.Messages
Encoding must be a supported encoding of the Java platform (see java.nio.charset.Charset).
_FieldValidator_Error_Threshold() - Static method in class hudson.plugins.findbugs.util.Messages
Threshold must be an integer value greater or equal 0.
_FieldValidator_Error_TrendHeight(Object) - Static method in class hudson.plugins.findbugs.util.Messages
Trend graph height must be an integer value greater or equal {0}.
_FilesParser_Error_EmptyFile(Object, Object) - Static method in class hudson.plugins.findbugs.util.Messages
Skipping file {0} of module {1} because it''s empty.
_FilesParser_Error_Exception(Object) - Static method in class hudson.plugins.findbugs.util.Messages
Parsing of file {0} failed due to an exception:
_FilesParser_Error_NoFiles() - Static method in class hudson.plugins.findbugs.util.Messages
No report files were found.
_FilesParser_Error_NoPermission(Object, Object) - Static method in class hudson.plugins.findbugs.util.Messages
Skipping file {0} of module {1} because Hudson has no permission to read the file.
_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
in {0} FindBugs files.
_FindBugs_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} fixed warnings
_FindBugs_ResultAction_MultipleHighScore(Object) - Static method in class hudson.plugins.findbugs.Messages
New zero warnings highscore: no FindBugs warnings for {0} days!
_FindBugs_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} new warnings
_FindBugs_ResultAction_MultipleNoHighScore(Object) - Static method in class hudson.plugins.findbugs.Messages
Still {0} days before reaching the previous zero warnings highscore.
_FindBugs_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} warnings
_FindBugs_ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.findbugs.Messages
No warnings since build {0}.
_FindBugs_ResultAction_OneFile() - Static method in class hudson.plugins.findbugs.Messages
in 1 FindBugs file.
_FindBugs_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.findbugs.Messages
1 fixed warning
_FindBugs_ResultAction_OneHighScore() - Static method in class hudson.plugins.findbugs.Messages
New zero warnings highscore: no FindBugs warnings since yesterday!
_FindBugs_ResultAction_OneNewWarning() - Static method in class hudson.plugins.findbugs.Messages
1 new warning
_FindBugs_ResultAction_OneNoHighScore() - Static method in class hudson.plugins.findbugs.Messages
Still one day before reaching the previous zero warnings highscore.
_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
_FixedWarningsDetail_Name() - Static method in class hudson.plugins.findbugs.util.Messages
Fixed Warnings
_HighPriority() - Static method in class hudson.plugins.findbugs.util.Messages
High Priority
_LowPriority() - Static method in class hudson.plugins.findbugs.util.Messages
Low Priority
_ModuleDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Module
_NamespaceDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Namespace
_NewWarningsDetail_Name() - Static method in class hudson.plugins.findbugs.util.Messages
New Warnings
_NormalPriority() - Static method in class hudson.plugins.findbugs.util.Messages
Normal Priority
_PackageDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Package
_Priority_High() - Static method in class hudson.plugins.findbugs.util.Messages
High
_Priority_Low() - Static method in class hudson.plugins.findbugs.util.Messages
Low
_Priority_Normal() - Static method in class hudson.plugins.findbugs.util.Messages
Normal
_Reporter_Error_NoEncoding(Object) - Static method in class hudson.plugins.findbugs.util.Messages
File encoding has not been set in pom.xml, using platform encoding {0}, i.e.
_Result_Error_ModuleErrorMessage(Object, Object) - Static method in class hudson.plugins.findbugs.util.Messages
Module {0}: {1}
_Trend_Fixed() - Static method in class hudson.plugins.findbugs.util.Messages
(fixed)
_Trend_New() - Static method in class hudson.plugins.findbugs.util.Messages
(new)
_Trend_PriorityHigh() - Static method in class hudson.plugins.findbugs.util.Messages
(high priority)
_Trend_PriorityLow() - Static method in class hudson.plugins.findbugs.util.Messages
(low priority)
_Trend_PriorityNormal() - Static method in class hudson.plugins.findbugs.util.Messages
(normal priority)
_TypeDetail_header() - Static method in class hudson.plugins.findbugs.util.Messages
Type
_UserGraphConfiguration_Description() - Static method in class hudson.plugins.findbugs.util.Messages
Configure the trend graph of this plug-in for the current job and user.
_UserGraphConfiguration_Name() - Static method in class hudson.plugins.findbugs.util.Messages
Configure User Trend Graph

A B C D E F G H I J L M N P R S T U V W X _

Copyright © 2009. All Rights Reserved.