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

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(Priority, String, int, int) - Constructor for class hudson.plugins.findbugs.util.model.AbstractAnnotation
Creates a new instance of AbstractAnnotation.
AbstractAnnotationsDetail - Class in hudson.plugins.findbugs.util
Base class for annotation detail objects.
AbstractAnnotationsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String) - Constructor for class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Creates a new instance of AbstractWarningsDetail.
AbstractAreaRenderer - Class in hudson.plugins.findbugs.util
Renderer that provides direct access to the individual results of a build via links.
AbstractAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.findbugs.util.AbstractAreaRenderer
Creates a new instance of AbstractAreaRenderer.
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, int) - Constructor for class hudson.plugins.findbugs.util.AbstractProjectAction
Creates a new instance of AbstractProjectAction.
AbstractResultAction<T extends AnnotationProvider> - Class in hudson.plugins.findbugs.util
Controls the live cycle of Hudson results.
AbstractResultAction(AbstractBuild<?, ?>, HealthReportBuilder, T) - Constructor for class hudson.plugins.findbugs.util.AbstractResultAction
Creates a new instance of AbstractResultAction.
AbstractResultAction(AbstractBuild<?, ?>, HealthReportBuilder) - 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.
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.
addBugInstance(BugInstance) - Method in class hudson.plugins.findbugs.parser.maven.File
Adds a new bug instance to this class.
addFile(File) - Method in class hudson.plugins.findbugs.parser.maven.BugCollection
Adds a new file to this bug collection.
addFile(FileAnnotation) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Adds a new file to this container that will contain the specified annotation.
addFiles(Collection<WorkspaceFile>) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Adds the specified annotations of the given files to this container.
addLineRange(LineRange) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Adds another line range to this annotation.
addModule(MavenModule) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Adds the specified module with its annotations to this project.
addModules(Collection<MavenModule>) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Adds the specified modules with their annotations to this project.
annotationAdded(FileAnnotation) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Called if the specified annotation has been added to this container.
annotationAdded(FileAnnotation) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Creates the mapping of modules.
annotationAdded(FileAnnotation) - Method in class hudson.plugins.findbugs.util.model.MavenModule
Creates the mapping of packages.
AnnotationContainer - Class in hudson.plugins.findbugs.util.model
A container for annotations.
AnnotationContainer() - Constructor for class hudson.plugins.findbugs.util.model.AnnotationContainer
Creates a new instance of AnnotationContainer.
AnnotationContainer(boolean, String) - Constructor for class hudson.plugins.findbugs.util.model.AnnotationContainer
Creates a new instance of AnnotationContainer.
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.

B

Bug - Class in hudson.plugins.findbugs.parser
A serializable Java Bean class representing a warning.
Bug(Priority, String, String, String, int, int) - Constructor for class hudson.plugins.findbugs.parser.Bug
Creates a new instance of Bug.
Bug(Priority, String, String, String, int) - Constructor for class hudson.plugins.findbugs.parser.Bug
Creates a new instance of Bug.
Bug(Priority, String, String, String) - Constructor for class hudson.plugins.findbugs.parser.Bug
Creates a new instance of Bug that has no associated line in code (file warning).
Bug(Priority, String, String, String, int, int, String) - Constructor for class hudson.plugins.findbugs.parser.Bug
Creates a new instance of Bug.
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<?, ?>, JavaProject) - Method in class hudson.plugins.findbugs.FindBugsResultBuilder
Creates a result that persists the FindBugs information for the specified build.
buildDataSet(boolean) - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the data set that represents the result.

C

canConvert(Class) - Method in class hudson.plugins.findbugs.util.model.Priority.PriorityConverter
ChartBuilder - Class in hudson.plugins.findbugs.util
Creates various charts.
ChartRenderer - Class in hudson.plugins.findbugs.util
Renders various charts and attaches the graph to the stapler response.
check() - Method in class hudson.plugins.findbugs.util.ThresholdValidator
computeHealth(int) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Computes the healthiness of a build based on the specified counter.
containsModule(String) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Returns whether the maven module with the given name exists.
create(String) - Method in interface hudson.plugins.findbugs.util.FileInputStreamFactory
Creates an InputStream from the specified filename.
create(String, AbstractBuild<?, ?>, AnnotationContainer, 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
createChart(CategoryDataset, StackedAreaRenderer, int, boolean) - Static method in class hudson.plugins.findbugs.util.ChartBuilder
Creates a colored graph displaying the specified data set.
createChart(CategoryDataset) - Static method in class hudson.plugins.findbugs.util.ChartBuilder
Creates a standard graph from the specified data set.
createDeltaMessage(FindBugsResult) - Static method in class hudson.plugins.findbugs.ResultSummary
Returns the message to show as the result summary.
createDetailGraph(StaplerRequest, StaplerResponse, AnnotationProvider, int) - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Creates a detail graph for the specified detail object.
createGraph(boolean, String, CategoryDataset, ToolTipProvider) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Creates a trend graph for the corresponding action using the thresholds of this health builder.
createHealthBuilder(String, String) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Creates a new instance of HealthReportBuilder.
createHealthReporter(String, String) - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Creates a new instance of HealthReportBuilder.
createHighNormalLowChart(int, int, int, int) - Static method in class hudson.plugins.findbugs.util.ChartBuilder
Creates a standard bar graph from the specified priority values.
createPluginUrls() - Static method in class hudson.plugins.findbugs.parser.PlainFindBugsParser
Returns an URL array containing the references to the FindBugs libraries.
createPrioritiesDetail(Priority, AbstractBuild<?, ?>, AnnotationContainer, String) - Method in class hudson.plugins.findbugs.util.PriorityDetailFactory
Creates a new priorities detail.
createSeries(int) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Creates a list of integer values used to create a three color graph showing the items per build.
createSummary(FindBugsResult) - Static method in class hudson.plugins.findbugs.ResultSummary
Returns the message to show as the result summary.
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

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.
doCheckPattern(StaplerRequest, StaplerResponse) - 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.
doFlipTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Changes the trend graph display mode.
doGraph(StaplerRequest, StaplerResponse, int) - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraph(StaplerRequest, StaplerResponse, int) - Method in interface hudson.plugins.findbugs.util.ResultAction
Generates a PNG image showing the trend graph for this result action.
doGraphMap(StaplerRequest, StaplerResponse, int) - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraphMap(StaplerRequest, StaplerResponse, int) - Method in interface hudson.plugins.findbugs.util.ResultAction
Generates a clickable map for the trend graph of this result action.
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Redirects the index page to the last result.
doModuleStatistics(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.FindBugsResult
Generates a PNG image for high/normal/low distribution of a maven module.
doPackageStatistics(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.FindBugsResult
Generates a PNG image for high/normal/low distribution of a Java package.
doPackageStatistics(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.ModuleDetail
Generates a PNG image for high/normal/low distribution of a Java package.
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

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.LineRange
ErrorDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the errors during execution of the plug-in.
ErrorDetail(AbstractBuild<?, ?>, String, List<String>) - Constructor for class hudson.plugins.findbugs.util.ErrorDetail
Creates a new instance of ErrorDetail.

F

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.
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 the files that match the specified pattern and creates a corresponding Java project with a collection of annotations.
FilesParser(PrintStream, String, AnnotationParser) - Constructor for class hudson.plugins.findbugs.util.FilesParser
Creates a new instance of CheckstyleCollector.
FilesParser_Error_EmptyFile(Object) - Static method in class hudson.plugins.findbugs.util.Messages
Skipping file {0} 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) - Static method in class hudson.plugins.findbugs.util.Messages
Skipping file {0} because we have 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_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 created with the out-dated version 1.1.1 of the maven-findbugs-plugin.
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_HealthReportSingleItem() - Static method in class hudson.plugins.findbugs.Messages
FindBugs: 1 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_MultipleNewWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} new warnings
FindBugs_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} warnings
FindBugs_ResultAction_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_OneNewWarning() - Static method in class hudson.plugins.findbugs.Messages
1 new warning
FindBugs_ResultAction_OneWarning() - Static method in class hudson.plugins.findbugs.Messages
1 warning
FINDBUGS_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
FindBugsCollector - Class in hudson.plugins.findbugs.parser
Parses the FindBugs files that match the specified pattern and creates a corresponding Java project with a collection of annotations.
FindBugsCollector(PrintStream, String, boolean) - Constructor for class hudson.plugins.findbugs.parser.FindBugsCollector
Creates a new instance of FindBugsCollector.
FindBugsDescriptor - Class in hudson.plugins.findbugs
Descriptor for the class FindBugsPublisher.
FindBugsMessages - Class in hudson.plugins.findbugs
Parses the FindBugs pattern descriptions and provides access to these HTML messages.
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<?, ?>, int) - 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) - 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) - 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<?, ?>, JavaProject) - Constructor for class hudson.plugins.findbugs.FindBugsResult
Creates a new instance of FindBugsResult.
FindBugsResult(AbstractBuild<?, ?>, JavaProject, JavaProject, long) - 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<?, ?>, HealthReportBuilder, FindBugsResult) - Constructor for class hudson.plugins.findbugs.FindBugsResultAction
Creates a new instance of FindBugsBuildAction.
FindBugsResultAction(AbstractBuild<?, ?>, HealthReportBuilder) - 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) - 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.PrioritiesAreaRenderer
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.findbugs.util.ResultAreaRenderer
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.findbugs.util.AbstractAreaRenderer
getAnnotation(long) - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.findbugs.FindBugsResult
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.
getAnnotationBound() - Method in class hudson.plugins.findbugs.util.model.JavaProject
Gets the maximum number of tasks in a module.
getAnnotationBound() - Method in class hudson.plugins.findbugs.util.model.MavenModule
Gets the maximum number of tasks in a package of this module.
getAnnotations(Priority) - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the annotations 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.
getBugInstances() - Method in class hudson.plugins.findbugs.parser.maven.File
Returns all bug instances of this file.
getBuildHealth() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
getCategory() - Method in class hudson.plugins.findbugs.parser.Bug
Returns the category of the bug.
getCategory() - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Returns the category of the warning.
getClassname() - Method in class hudson.plugins.findbugs.parser.maven.File
Returns the class name.
getCookieName() - Method in class hudson.plugins.findbugs.FindBugsProjectAction
Returns the flip trend cookie name.
getCookieName() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns the flip trend cookie name.
getDelta() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the delta.
getDescription() - Method in class hudson.plugins.findbugs.Pattern
Returns the description.
getDescriptor() - Method in class hudson.plugins.findbugs.FindBugsPublisher
getDescriptor() - Method in class hudson.plugins.findbugs.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.
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.ErrorDetail
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
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the dynamic result of the FindBugs analysis (a detail page for a module, package or warnings file or a detail object for new or fixed warnings).
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns the dynamic result of this module detail view.
getDynamic(String) - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns the dynamic result of this module detail view.
getDynamic(String) - Method in class hudson.plugins.findbugs.util.ModuleDetail
Returns a package detail object if there are more packages available.
getDynamic(String) - Method in class hudson.plugins.findbugs.util.NewWarningsDetail
Returns the dynamic result of this object (detail page for a source file).
getDynamic(String) - Method in class hudson.plugins.findbugs.util.PrioritiesDetail
Returns the dynamic result of the FindBugs analysis (detail page for a package).
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.JavaProject
Returns the error message that denotes that why project creation has been failed.
getError() - Method in class hudson.plugins.findbugs.util.model.MavenModule
Returns the error message for this module.
getErrors() - Method in class hudson.plugins.findbugs.util.ErrorDetail
Returns the errors in the project.
getFile(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Gets the file with the given name.
getFile(String) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Gets the file with the given name.
getFile(String) - Method in class hudson.plugins.findbugs.util.model.MavenModule
Gets the file with the given name.
getFile(String) - Method in class hudson.plugins.findbugs.util.model.WorkspaceFile
Gets the file with the given name.
getFile(String) - Method in class hudson.plugins.findbugs.util.ModuleDetail
Gets the file with the given name.
getFile(String) - Method in class hudson.plugins.findbugs.util.PackageDetail
Gets the file with the given name.
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.model.AnnotationContainer
Gets the files of this container that have annotations.
getFiles() - Method in class hudson.plugins.findbugs.util.model.JavaProject
Gets the files of this container that have annotations.
getFiles() - Method in class hudson.plugins.findbugs.util.model.MavenModule
Gets the files of this container that have annotations.
getFiles() - Method in class hudson.plugins.findbugs.util.model.WorkspaceFile
Gets the files of this container that have annotations.
getFiles() - Method in class hudson.plugins.findbugs.util.ModuleDetail
Gets the files of this container that have annotations.
getFiles() - Method in class hudson.plugins.findbugs.util.PackageDetail
Gets the files of this container that have annotations.
getFixedWarnings() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the fixed warnings of this build.
getFixedWarnings(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.
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.
getHealthReportBuilder() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
Returns the associated health report builder.
getHealthReportBuilder() - Method in interface hudson.plugins.findbugs.util.ResultAction
Returns the associated health report builder.
getHealthy() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the healthy threshold, i.e. when health is reported as 100%.
getHealthy() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the healthy threshold, i.e. when health is reported as 100%.
getHealthy() - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Returns the healthy.
getHealthyAnnotations() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the healthy threshold for annotations, i.e. when health is reported as 100%.
getHealthyAnnotations() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the healthy threshold for annotations, i.e. when health is reported as 100%.
getHeight() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the height of the trend graph.
getHeight() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the height of the trend graph.
getHeight() - Method in class hudson.plugins.findbugs.util.TrendReportSize
Returns the height of the trend graph.
getHelpFile() - Method in class hudson.plugins.findbugs.util.PluginDescriptor
getHelpFile() - Method in class hudson.plugins.findbugs.util.ReporterDescriptor
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).
getIndividualActionType() - Method in class hudson.plugins.findbugs.MavenFindBugsResultAction
getInstance() - Static method in class hudson.plugins.findbugs.FindBugsMessages
Returns the singleton instance.
getItemName() - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Returns the itemName.
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.
getMessage(String) - 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.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.HealthAwareMavenReporter
Returns the threshold to be reached if a build should be considered as unstable.
getMinimumAnnotations() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the threshold to be reached if a build should be considered as unstable.
getModule(String) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Returns the maven module with the given name.
getModule() - Method in class hudson.plugins.findbugs.util.ModuleDetail
Returns the maven module.
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.FindBugsResult
Returns the modules of this project.
getModules() - Method in class hudson.plugins.findbugs.util.model.JavaProject
Gets the modules of this project that have annotations.
getMultipleItemsTooltip(int) - Method in class hudson.plugins.findbugs.FindBugsResultAction
Returns the tooltip for several items.
getMultipleItemsTooltip(int) - Method in interface hudson.plugins.findbugs.util.ToolTipProvider
Returns the tooltip for several items.
getName() - Method in interface hudson.plugins.findbugs.util.AnnotationParser
Returns the name of this parser.
getName() - Method in class hudson.plugins.findbugs.util.ErrorDetail
Returns the name of the associated plug-in.
getName() - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Returns the name of this container.
getNewWarnings() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the new warnings of this build.
getNewWarnings(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.
getNumberOfAnnotations() - Method in class hudson.plugins.findbugs.FindBugsResult
Gets the number of warnings.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the total number of warnings of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.findbugs.FindBugsResult
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.
getNumberOfFixedWarnings() - Method in class hudson.plugins.findbugs.FindBugsResult
Gets the number of fixed warnings.
getNumberOfModules() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the number of modules in this project.
getNumberOfNewWarnings() - Method in class hudson.plugins.findbugs.FindBugsResult
Gets the number of new warnings.
getOwner() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the build as owner of this action.
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.ErrorDetail
Returns the build as owner of this action.
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.JavaProject
Returns the package with the given name.
getPackage(String) - Method in class hudson.plugins.findbugs.util.model.MavenModule
Gets the package with the given name.
getPackage() - Method in class hudson.plugins.findbugs.util.PackageDetail
Returns the maven module.
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.FindBugsResult
Returns the packages of this project.
getPackages() - Method in class hudson.plugins.findbugs.util.model.JavaProject
Gets the packages of this project that have annotations.
getPackages() - Method in class hudson.plugins.findbugs.util.model.MavenModule
Gets the packages of this module that have annotations.
getPackages() - Method in class hudson.plugins.findbugs.util.ModuleDetail
Returns the packages of this module.
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.PluginDescriptor
Returns the name of the plug-in.
getPluginResultUrlName() - Method in class hudson.plugins.findbugs.util.PluginDescriptor
Returns the name of the 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.
getPreviousNumberOfWarnings(String) - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the number of warnings of the specified package in the previous build.
getPreviousResult() - Method in class hudson.plugins.findbugs.FindBugsResult
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.FindBugsResult
Returns all possible priorities.
getPriorities() - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
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.FindBugsResult
Returns the associated project of this result.
getProject() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns the project.
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.
getReportName() - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Returns the reportName.
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.
getShortFileName() - Method in class hudson.plugins.findbugs.parser.Bug
Gets the associated file name of this bug (without path).
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 interface hudson.plugins.findbugs.util.ToolTipProvider
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.
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.
getThreshold() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the annotation threshold 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 class hudson.plugins.findbugs.util.HealthReportBuilder
Returns the threshold.
getToolTip(String) - Method in class hudson.plugins.findbugs.FindBugsResult
Returns a tooltip showing the distribution of priorities for the selected package.
getToolTip() - Method in class hudson.plugins.findbugs.parser.Bug
Returns the a detailed description that will be used as tooltip.
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 class hudson.plugins.findbugs.util.ToolTipBuilder
Returns the tooltip for the specified number of items.
getToolTipBuilder() - Method in class hudson.plugins.findbugs.util.AbstractAreaRenderer
Gets the tool tip builder.
getTrendHeight() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the height of the trend graph.
getTrendHeight() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the height of the trend graph.
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.Bug
Returns the bug type.
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.
getUnHealthy() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the unhealthy threshold, i.e. when health is reported as 0%.
getUnHealthy() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the unhealthy threshold, i.e. when health is reported as 0%.
getUnHealthy() - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Returns the unHealthy.
getUnHealthyAnnotations() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the unhealthy threshold of annotations, i.e. when health is reported as 0%.
getUnHealthyAnnotations() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the unhealthy threshold of annotations, i.e. when health is reported as 0%.
getUrlName() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
getUrlName() - Method in class hudson.plugins.findbugs.util.AbstractResultAction
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.FindBugsResult
Returns the maximum period with zero warnings in a build.
getZeroWarningsSinceBuild() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the build since we have zero warnings.
getZeroWarningsSinceDate() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns the time since we have zero warnings.
guessModuleName(String) - Method in class hudson.plugins.findbugs.util.MavenModuleDetector
Guesses a maven module name based on the source folder.

H

hasAnnotations(Priority) - Method in class hudson.plugins.findbugs.FindBugsResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.findbugs.FindBugsResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in class hudson.plugins.findbugs.FindBugsResult
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.
hasError() - Method in class hudson.plugins.findbugs.FindBugsResult
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.LineRange
hasPreviousResult() - Method in class hudson.plugins.findbugs.FindBugsResult
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) - 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) - Constructor for class hudson.plugins.findbugs.util.HealthAwarePublisher
Creates a new instance of HealthAwarePublisher.
HealthReportBuilder - Class in hudson.plugins.findbugs.util
Creates a health report for integer values based on healthy and unhealthy thresholds.
HealthReportBuilder(boolean, int, boolean, int, int, String, String) - Constructor for class hudson.plugins.findbugs.util.HealthReportBuilder
Creates a new instance of HealthReportBuilder.
HealthReportBuilder() - Constructor for class hudson.plugins.findbugs.util.HealthReportBuilder
Creates a new dummy instance of HealthReportBuilder.
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.parser.FindBugsCollector
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
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.findbugs.util.PluginDescriptor
isCurrent() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns whether this result belongs to the last build.
isCurrent() - Method in class hudson.plugins.findbugs.util.AbstractAnnotationsDetail
Returns whether this build is the last available build.
isEnabled() - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Returns whether this health report build is enabled, i.e. at least one of the health or failed thresholds are provided.
isFailureThresholdEnabled() - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Returns the isThresholdEnabled.
isHealthinessEnabled() - Method in class hudson.plugins.findbugs.util.AbstractProjectAction
Returns whether we should display the toggle graph type links.
isHealthyReportEnabled() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Returns the isHealthyReportEnabled.
isHealthyReportEnabled() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Returns the isHealthyReportEnabled.
isHealthyReportEnabled() - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Returns the isHealthyReportEnabled.
isPriority(String) - Method in class hudson.plugins.findbugs.util.PriorityDetailFactory
Returns whether the provided value is a valid priority.
isSingleModuleProject() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns whether this project contains just one maven module.
isSinglePackageModule() - Method in class hudson.plugins.findbugs.util.ModuleDetail
Returns whether this module contains just one Java package.
isSinglePackageProject() - Method in class hudson.plugins.findbugs.FindBugsResult
Returns whether we only have a single package.
isThresholdEnabled() - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Determines whether a threshold has been defined.
isThresholdEnabled() - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Determines whether a threshold has been defined.

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
 
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
 

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.parser.FindBugsCollector
Logs the specified message.
log(String) - Method in class hudson.plugins.findbugs.util.FilesParser
Logs the specified message.
log(PrintStream, String) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Logs the specified message.
log(PrintStream, String) - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Logs the specified message.
LowPriority() - Static method in class hudson.plugins.findbugs.util.Messages
Low Priority

M

mapFiles(MavenModule, String[]) - Method in class hudson.plugins.findbugs.parser.maven.MavenFindBugsParser
Maps each class with an warning to a workspace file.
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, HealthReportBuilder, String) - Constructor for class hudson.plugins.findbugs.MavenFindBugsResultAction
Creates a new instance of MavenFindBugsResultAction.
MavenFindBugsResultAction(AbstractBuild<?, ?>, HealthReportBuilder, 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.
MavenModuleDetector - Class in hudson.plugins.findbugs.util
Detects maven module names by parsing the name of a source file.
MavenModuleDetector() - Constructor for class hudson.plugins.findbugs.util.MavenModuleDetector
 
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) - 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

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-SNAPSHOT).
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
NewWarningsDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the new warnings in a build.
NewWarningsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, 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
NormalPriority() - Static method in class hudson.plugins.findbugs.util.Messages
Normal Priority

P

PackageDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the package statistics of a module.
PackageDetail(AbstractBuild<?, ?>, JavaPackage, 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.
parse(InputStream) - Method in class hudson.plugins.findbugs.FindBugsMessages
Parses the FindBugs pattern description.
parse(InputStream, String, File) - 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(InputStream, String, String) - Method in class hudson.plugins.findbugs.parser.PlainFindBugsParser
Returns the parsed FindBugs analysis file.
parse(InputStream, String) - Method in interface hudson.plugins.findbugs.util.AnnotationParser
Returns the annotations found in the specified file.
Pattern - Class in hudson.plugins.findbugs
Bug pattern describing a bug type.
Pattern() - Constructor for class hudson.plugins.findbugs.Pattern
 
perform(AbstractBuild<?, ?>, PrintStream) - Method in class hudson.plugins.findbugs.FindBugsPublisher
Performs the publishing of the results of this plug-in.
perform(MavenBuildProxy, MavenProject, MojoInfo, PrintStream) - Method in class hudson.plugins.findbugs.FindBugsReporter
Performs the publishing of the results of this plug-in.
perform(MavenBuildProxy, MavenProject, MojoInfo, PrintStream) - 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<?, ?>, PrintStream) - Method in class hudson.plugins.findbugs.util.HealthAwarePublisher
Performs the publishing of the results of this plug-in.
persistResult(JavaProject, MavenBuild) - Method in class hudson.plugins.findbugs.FindBugsReporter
Persists the result in the build (on the master).
persistResult(JavaProject, MavenBuild) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
Persists the result in the build (on the master).
PlainFindBugsParser - Class in hudson.plugins.findbugs.parser
A parser for the native FindBugs XML files (ant task, batch file or maven-findbugs-plugin >= 1.2-SNAPSHOT).
PlainFindBugsParser() - Constructor for class hudson.plugins.findbugs.parser.PlainFindBugsParser
 
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.
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.plugins.findbugs.util.HealthAwareMavenReporter
PrioritiesAreaRenderer - Class in hudson.plugins.findbugs.util
Renderer that provides direct access to the individual results of a build via links.
PrioritiesAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.findbugs.util.PrioritiesAreaRenderer
Creates a new instance of PrioritiesAreaRenderer.
PrioritiesDetail - Class in hudson.plugins.findbugs.util
Result object to visualize the priorities statistics of an annotation container.
PrioritiesDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, Priority, 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
 

R

rebuildMappings(boolean) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Rebuilds the priorities and files after deserialization.
renderPriorititesChart(StaplerRequest, StaplerResponse, AnnotationProvider, int) - Static method in class hudson.plugins.findbugs.util.ChartRenderer
Creates a priority distribution graph for the specified annotation provider.
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.
ResultAction<T> - Interface in hudson.plugins.findbugs.util
Defines an action that is responsible for handling results of the given type T.
ResultAreaRenderer - Class in hudson.plugins.findbugs.util
Renderer that provides direct access to the individual results of a build via links.
ResultAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.findbugs.util.ResultAreaRenderer
Creates a new instance of ResultAreaRenderer.
ResultSummary - Class in hudson.plugins.findbugs
Represents the result summary of the FindBugs parser.

S

setCategory(String) - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Sets the category of the warning to the specified value.
setClassname(String) - Method in class hudson.plugins.findbugs.parser.maven.File
Sets the class name to the specified value.
setDescription(String) - Method in class hudson.plugins.findbugs.Pattern
Sets the description 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.
setFailureThresholdEnabled(boolean) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Sets the isThresholdEnabled to the specified value.
setFileInputStreamFactory(FileInputStreamFactory) - Method in class hudson.plugins.findbugs.util.MavenModuleDetector
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.
setHealthy(int) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Sets the healthy to the specified value.
setHealthyReportEnabled(boolean) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Sets the isHealthyReportEnabled to the specified value.
setItemName(String) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Sets the itemName to the specified value.
setLineNumberExpression(String) - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Sets the line number 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.
setModuleName(String) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Sets the module name to the specified value.
setName(String) - Method in class hudson.plugins.findbugs.util.model.AnnotationContainer
Sets the name of this container.
setPackageName(String) - Method in class hudson.plugins.findbugs.util.model.AbstractAnnotation
Sets the package name to the specified value.
setPriority(String) - Method in class hudson.plugins.findbugs.parser.maven.BugInstance
Sets the priority of the warning to the specified value.
setReportName(String) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Sets the reportName 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.
setThreshold(int) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Sets the threshold to the specified value.
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.
setUnHealthy(int) - Method in class hudson.plugins.findbugs.util.HealthReportBuilder
Sets the unHealthy to the specified value.
setWorkspacePath(String) - Method in class hudson.plugins.findbugs.util.model.JavaProject
Sets the root path of the workspace files.
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) - 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

ThresholdValidator - Class in hudson.plugins.findbugs.util
Validates a threshold parameter.
ThresholdValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.findbugs.util.ThresholdValidator
Creates a new instance of NumberValidator.
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.
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)
TrendReportSize - Class in hudson.plugins.findbugs.util
Controls the size of a trend report.
TrendReportSize(String) - Constructor for class hudson.plugins.findbugs.util.TrendReportSize
Creates a new instance of TrendReportSize.

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.

V

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.model.Priority
Returns an array containing the constants of this enum type, in the order they're declared.

W

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.

_

_FilesParser_Error_EmptyFile(Object) - Static method in class hudson.plugins.findbugs.util.Messages
Skipping file {0} 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) - Static method in class hudson.plugins.findbugs.util.Messages
Skipping file {0} because we have 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 created with the out-dated version 1.1.1 of the maven-findbugs-plugin.
_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_HealthReportSingleItem() - Static method in class hudson.plugins.findbugs.Messages
FindBugs: 1 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_MultipleNewWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} new warnings
_FindBugs_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.findbugs.Messages
{0} warnings
_FindBugs_ResultAction_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_OneNewWarning() - Static method in class hudson.plugins.findbugs.Messages
1 new warning
_FindBugs_ResultAction_OneWarning() - Static method in class hudson.plugins.findbugs.Messages
1 warning
_FindBugs_Trend_Name() - Static method in class hudson.plugins.findbugs.Messages
FindBugs Trend
_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
_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)

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

Copyright © 2008. All Rights Reserved.