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.warnings.util
Indicates an orderly abortion of the processing.
AbortException(String) - Constructor for exception hudson.plugins.warnings.util.AbortException
Constructs a new exception with the specified detail message.
AbortException(String, Throwable) - Constructor for exception hudson.plugins.warnings.util.AbortException
Constructs a new exception with the specified detail message and cause.
AbstractAnnotation - Class in hudson.plugins.warnings.util.model
A base class for annotations.
AbstractAnnotation(Priority, String, int, int, String, String) - Constructor for class hudson.plugins.warnings.util.model.AbstractAnnotation
Creates a new instance of AbstractAnnotation.
AbstractAnnotationsDetail - Class in hudson.plugins.warnings.util
Base class for annotation detail objects.
AbstractAnnotationsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, AnnotationContainer.Hierarchy) - Constructor for class hudson.plugins.warnings.util.AbstractAnnotationsDetail
Creates a new instance of AbstractAnnotationsDetail.
AbstractAreaRenderer - Class in hudson.plugins.warnings.util
Renderer that provides direct access to the individual results of a build via links.
AbstractAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.warnings.util.AbstractAreaRenderer
Creates a new instance of AbstractAreaRenderer.
AbstractPackageDetector - Class in hudson.plugins.warnings.util
Base class for package detectors.
AbstractPackageDetector() - Constructor for class hudson.plugins.warnings.util.AbstractPackageDetector
 
AbstractProjectAction<T extends ResultAction<?>> - Class in hudson.plugins.warnings.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.warnings.util.AbstractProjectAction
Creates a new instance of AbstractProjectAction.
AbstractResultAction<T extends BuildResult> - Class in hudson.plugins.warnings.util
Controls the live cycle of Hudson results.
AbstractResultAction(AbstractBuild<?, ?>, HealthReportBuilder, T) - Constructor for class hudson.plugins.warnings.util.AbstractResultAction
Creates a new instance of AbstractResultAction.
AbstractResultAction(AbstractBuild<?, ?>, HealthReportBuilder) - Constructor for class hudson.plugins.warnings.util.AbstractResultAction
Creates a new instance of AbstractResultAction.
acceptGoal(String) - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Determines whether this plug-in will accept the specified goal.
accepts(String) - Method in class hudson.plugins.warnings.util.CsharpNamespaceDetector
Returns whether this classifier accepts the specified file for processing.
accepts(String) - Method in class hudson.plugins.warnings.util.JavaPackageDetector
Returns whether this classifier accepts the specified file for processing.
accepts(String) - Method in interface hudson.plugins.warnings.util.PackageDetector
Returns whether this classifier accepts the specified file for processing.
addAnnotation(FileAnnotation) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Adds the specified annotation to this container.
addAnnotation(FileAnnotation) - Method in class hudson.plugins.warnings.util.ParserResult
Adds the specified annotation to this container.
addAnnotations(Collection<? extends FileAnnotation>) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Adds the specified annotations to this container.
addAnnotations(FileAnnotation[]) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Adds the specified annotations to this container.
addAnnotations(Collection<? extends FileAnnotation>) - Method in class hudson.plugins.warnings.util.ParserResult
Adds the specified annotations to this container.
addAnnotations(FileAnnotation[]) - Method in class hudson.plugins.warnings.util.ParserResult
Adds the specified annotations to this container.
addErrorMessage(String) - Method in class hudson.plugins.warnings.util.ParserResult
Sets an error message for the specified module name.
addLineRange(LineRange) - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Adds another line range to this annotation.
addModule(ParserResult, List<MavenBuild>) - Method in class hudson.plugins.warnings.util.AbstractResultAction
Adds a new module to the specified project.
addModule(MavenModule) - Method in class hudson.plugins.warnings.util.model.JavaProject
Adds the specified module with its annotations to this project.
addModule(String) - Method in class hudson.plugins.warnings.util.ParserResult
Adds a new parsed module.
addModules(Collection<MavenModule>) - Method in class hudson.plugins.warnings.util.model.JavaProject
Adds the specified modules with their annotations to this project.
addModules(Collection<String>) - Method in class hudson.plugins.warnings.util.ParserResult
Adds the specified parsed modules.
AnnotationContainer - Class in hudson.plugins.warnings.util.model
A container for annotations.
AnnotationContainer(AnnotationContainer.Hierarchy) - Constructor for class hudson.plugins.warnings.util.model.AnnotationContainer
Creates a new instance of AnnotationContainer.
AnnotationContainer(String, AnnotationContainer.Hierarchy) - Constructor for class hudson.plugins.warnings.util.model.AnnotationContainer
Creates a new instance of AnnotationContainer.
AnnotationContainer.Hierarchy - Enum in hudson.plugins.warnings.util.model
The hierarchy of a container.
AnnotationDifferencer - Class in hudson.plugins.warnings.util
Provides several utility methods based on sets of annotations.
AnnotationParser - Interface in hudson.plugins.warnings.util
A parser for annotations.
AnnotationProvider - Interface in hudson.plugins.warnings.util.model
Provides an annotation counter for a model object.
AnnotationsBuildResult - Class in hudson.plugins.warnings.util
Common base class for build results that persist annotations.
AnnotationsBuildResult(AbstractBuild<?, ?>, ParserResult) - Constructor for class hudson.plugins.warnings.util.AnnotationsBuildResult
Creates a new instance of AnnotationsBuildResult.
AnnotationsBuildResult(AbstractBuild<?, ?>, ParserResult, AnnotationsBuildResult) - Constructor for class hudson.plugins.warnings.util.AnnotationsBuildResult
Creates a new instance of AnnotationsBuildResult.
AnnotationStream - Class in hudson.plugins.warnings.util.model
An XStream for annotations.
AnnotationStream() - Constructor for class hudson.plugins.warnings.util.model.AnnotationStream
Creates a new instance of AnnotationStream.
ANT_PROJECT - Static variable in class hudson.plugins.warnings.util.ModuleDetector
Filename of Ant project file.
AntEclipseParser - Class in hudson.plugins.warnings.parser
A parser for the ant javac compiler warnings.
AntEclipseParser() - Constructor for class hudson.plugins.warnings.parser.AntEclipseParser
Creates a new instance of AntJavacParser.
AntJavacParser - Class in hudson.plugins.warnings.parser
A parser for the ant javac compiler warnings.
AntJavacParser() - Constructor for class hudson.plugins.warnings.parser.AntJavacParser
Creates a new instance of AntJavacParser.
AttributeDetail - Class in hudson.plugins.warnings.util
Result object to visualize the statistics of a category.
AttributeDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String) - Constructor for class hudson.plugins.warnings.util.AttributeDetail
Creates a new instance of AttributeDetail.

B

build(AbstractBuild<?, ?>, ParserResult) - Method in class hudson.plugins.warnings.WarningsResultBuilder
Creates a result that persists the warnings information for the specified build.
buildDataSet(boolean) - Method in class hudson.plugins.warnings.util.AbstractResultAction
Returns the data set that represents the result.
BuildResult - Class in hudson.plugins.warnings.util
A base class for build results that is capable of storing a reference to the current build.
BuildResult(AbstractBuild<?, ?>, Set<String>) - Constructor for class hudson.plugins.warnings.util.BuildResult
Creates a new instance of BuildResult.

C

canContinue(Result) - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns whether the publisher can continue processing.
canContinue(Result) - Method in class hudson.plugins.warnings.WarningsPublisher
Returns whether the publisher can continue processing.
canConvert(Class) - Method in class hudson.plugins.warnings.util.model.Priority.PriorityConverter
canDisplayFile(AbstractBuild<?, ?>) - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Checks if the file exists.
canDisplayFile(AbstractBuild<?, ?>) - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Checks if the file exists.
CategoryDetail_header() - Static method in class hudson.plugins.warnings.util.Messages
Category
ChartBuilder - Class in hudson.plugins.warnings.util
Creates various charts.
ChartRenderer - Class in hudson.plugins.warnings.util
Renders various charts and attaches the graph to the stapler response.
ChartRenderer() - Constructor for class hudson.plugins.warnings.util.ChartRenderer
 
check() - Method in class hudson.plugins.warnings.util.ThresholdValidator
classifyWarning(String) - Method in class hudson.plugins.warnings.parser.RegexpParser
Classifies the warning message: tries to guess a category from the warning message.
compareTo(FileAnnotation) - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
compareTo(AnnotationContainer) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
compareTo(AnnotationContainer) - Method in class hudson.plugins.warnings.util.model.WorkspaceFile
computeHealth(AnnotationProvider, AbstractProject<?, ?>, PluginDescriptor) - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Computes the healthiness of a build based on the specified results.
computeHealth(int, AnnotationProvider) - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Computes the healthiness of a build based on the specified counter.
containsCategory(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether the category with the given name exists.
containsFile(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether the file with the given name exists.
containsModule(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether the maven module with the given name exists.
containsPackage(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether the package with the given name exists.
containsType(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether the type with the given name exists.
create(String) - Method in interface hudson.plugins.warnings.util.FileInputStreamFactory
Creates an InputStream from the specified filename.
create(String, AbstractBuild<?, ?>, AnnotationContainer, String) - Method in class hudson.plugins.warnings.util.PriorityDetailFactory
Creates a new priorities detail object.
createAggregatedResult(Map<MavenModule, List<MavenBuild>>) - Method in class hudson.plugins.warnings.util.AbstractResultAction
Aggregates the results of the specified maven module builds.
createChart(CategoryDataset, StackedAreaRenderer, int, boolean) - Static method in class hudson.plugins.warnings.util.ChartBuilder
Creates a colored graph displaying the specified data set.
createChart(CategoryDataset) - Static method in class hudson.plugins.warnings.util.ChartBuilder
Creates a standard graph from the specified data set.
createDeltaMessage(WarningsResult) - Static method in class hudson.plugins.warnings.ResultSummary
Returns the message to show as the result summary.
createDetails(String, AbstractBuild<?, ?>, AnnotationContainer, String) - Method in class hudson.plugins.warnings.util.DetailBuilder
Returns a detail object for the selected element of the specified annotation container.
createGraph(boolean, String, CategoryDataset, ToolTipProvider) - Method in class hudson.plugins.warnings.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.warnings.util.HealthAwareMavenReporter
Creates a new instance of HealthReportBuilder.
createHealthReporter(String, String) - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Creates a new instance of HealthReportBuilder.
createHighNormalLowChart(int, int, int, int) - Static method in class hudson.plugins.warnings.util.ChartBuilder
Creates a standard bar graph from the specified priority values.
createInputStream(File) - Method in class hudson.plugins.warnings.parser.ParserRegistry
Creates the input stream to parse from the specified file.
createPrioritiesDetail(Priority, AbstractBuild<?, ?>, AnnotationContainer, String) - Method in class hudson.plugins.warnings.util.PriorityDetailFactory
Creates a new priorities detail.
createResult() - Method in class hudson.plugins.warnings.util.AbstractResultAction
Factory method to create the result of this action.
createSeries(int) - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Creates a list of integer values used to create a three color graph showing the items per build.
createSummary(WarningsResult) - Static method in class hudson.plugins.warnings.ResultSummary
Returns the message to show as the result summary.
createTrendDetails(String, AbstractBuild<?, ?>, AnnotationContainer, Collection<FileAnnotation>, Collection<FileAnnotation>, Collection<String>, String) - Method in class hudson.plugins.warnings.util.DetailBuilder
Returns a detail object for the selected element of the specified annotation container.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.AntEclipseParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.AntJavacParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.ErlcParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.GccParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.GnatParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.HpiCompileParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.InvalidsParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.JavacParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.JavaDocParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.MavenParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.MsBuildParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.RegexpParser
Creates a new annotation for the specified pattern.
createWarning(Matcher) - Method in class hudson.plugins.warnings.parser.SunCParser
Creates a new annotation for the specified pattern.
CsharpNamespaceDetector - Class in hudson.plugins.warnings.util
Detects the namespace of a C# workspace file.
CsharpNamespaceDetector() - Constructor for class hudson.plugins.warnings.util.CsharpNamespaceDetector
 

D

DefaultAnnotationContainer - Class in hudson.plugins.warnings.util.model
A simple annotation container that stores a set of annotations.
DefaultAnnotationContainer(String) - Constructor for class hudson.plugins.warnings.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(String, Collection<FileAnnotation>) - Constructor for class hudson.plugins.warnings.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(Collection<FileAnnotation>) - Constructor for class hudson.plugins.warnings.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DEPRECATION - Static variable in class hudson.plugins.warnings.parser.RegexpParser
Warning classification.
DetailBuilder - Class in hudson.plugins.warnings.util
Creates detail objects for the selected element of a annotation container.
DetailBuilder() - Constructor for class hudson.plugins.warnings.util.DetailBuilder
 
detectPackageName(String) - Method in class hudson.plugins.warnings.util.AbstractPackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in class hudson.plugins.warnings.util.CsharpNamespaceDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in class hudson.plugins.warnings.util.JavaPackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in interface hudson.plugins.warnings.util.PackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(String) - Method in interface hudson.plugins.warnings.util.PackageDetector
Detects the package or namespace name of the specified input stream.
doCheckPattern(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.PluginDescriptor
Performs on-the-fly validation on the file mask.
doCheckThreshold(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.PluginDescriptor
Performs on-the-fly validation on the annotations threshold.
doFlipTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Changes the trend graph display mode.
doGraph(StaplerRequest, StaplerResponse, int) - Method in class hudson.plugins.warnings.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraph(StaplerRequest, StaplerResponse, int) - Method in interface hudson.plugins.warnings.util.ResultAction
Generates a PNG image showing the trend graph for this result action.
doGraphMap(StaplerRequest, StaplerResponse, int) - Method in class hudson.plugins.warnings.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraphMap(StaplerRequest, StaplerResponse, int) - Method in interface hudson.plugins.warnings.util.ResultAction
Generates a clickable map for the trend graph of this result action.
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Redirects the index page to the last result.
doStatistics(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.AbstractAnnotationsDetail
Generates a PNG image for high/normal/low distribution of the specified object.
doStatistics(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Generates a PNG image for high/normal/low distribution of the specified object.
doStatistics(StaplerRequest, StaplerResponse, AnnotationContainer) - Method in class hudson.plugins.warnings.util.ChartRenderer
Generates a PNG image for high/normal/low distribution of the specified object.
doTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Display the trend graph.
doTrendMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Display the trend map.

E

equals(Object) - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
 
equals(Object) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
equals(Object) - Method in class hudson.plugins.warnings.util.model.LineRange
ErlcParser - Class in hudson.plugins.warnings.parser
A parser for the erlc compiler warnings.
ErlcParser() - Constructor for class hudson.plugins.warnings.parser.ErlcParser
Creates a new instance of ErlcCompileParser.
ErrorDetail - Class in hudson.plugins.warnings.util
Result object to visualize the errors during execution of the plug-in.
ErrorDetail(AbstractBuild<?, ?>, Collection<String>) - Constructor for class hudson.plugins.warnings.util.ErrorDetail
Creates a new instance of ErrorDetail.
Errors() - Static method in class hudson.plugins.warnings.util.Messages
Errors

F

FileAnnotation - Interface in hudson.plugins.warnings.util.model
Annotates a collection of line ranges in a file.
FileDetail - Class in hudson.plugins.warnings.util
Result object to visualize the package statistics of a module.
FileDetail(AbstractBuild<?, ?>, WorkspaceFile, String) - Constructor for class hudson.plugins.warnings.util.FileDetail
Creates a new instance of ModuleDetail.
FileFinder - Class in hudson.plugins.warnings.util
Scans the workspace and finds all Java files.
FileFinder() - Constructor for class hudson.plugins.warnings.util.FileFinder
Creates a new instance of FileFinder.
FileFinder(String) - Constructor for class hudson.plugins.warnings.util.FileFinder
Creates a new instance of FileFinder.
FileInputStreamFactory - Interface in hudson.plugins.warnings.util
Factory to create an InputStream from an absolute filename.
FilesParser - Class in hudson.plugins.warnings.util
Parses files that match the specified pattern and creates a corresponding project with a collection of annotations.
FilesParser(PrintStream, String, AnnotationParser, boolean, boolean) - Constructor for class hudson.plugins.warnings.util.FilesParser
Creates a new instance of CheckstyleCollector.
FilesParser_Error_EmptyFile(Object, Object) - Static method in class hudson.plugins.warnings.util.Messages
Skipping file {0} of module {1} because it''s empty.
FilesParser_Error_Exception(Object) - Static method in class hudson.plugins.warnings.util.Messages
Parsing of file {0} failed due to an exception:
FilesParser_Error_NoFiles() - Static method in class hudson.plugins.warnings.util.Messages
No report files were found.
FilesParser_Error_NoPermission(Object, Object) - Static method in class hudson.plugins.warnings.util.Messages
Skipping file {0} of module {1} because Hudson has no permission to read the file.
FileWarningsParser - Class in hudson.plugins.warnings.parser
A WarningsParser that scans files.
FileWarningsParser(String) - Constructor for class hudson.plugins.warnings.parser.FileWarningsParser
Creates a new instance of FileWarningsParser.
find(File) - Method in class hudson.plugins.warnings.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.warnings.util.ModuleDetector
Finds files of the matching pattern.
FixedWarningsDetail - Class in hudson.plugins.warnings.util
Result object to visualize the fixed warnings in a build.
FixedWarningsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String) - Constructor for class hudson.plugins.warnings.util.FixedWarningsDetail
Creates a new instance of FixedWarningsDetail.
FixedWarningsDetail_Name() - Static method in class hudson.plugins.warnings.util.Messages
Fixed Warnings
fromString(String) - Static method in enum hudson.plugins.warnings.util.model.Priority
Converts a String priority to an actual enumeration value.
fromString(String) - Method in class hudson.plugins.warnings.util.model.Priority.PriorityConverter

G

GccParser - Class in hudson.plugins.warnings.parser
A parser for the gcc compiler warnings.
GccParser() - Constructor for class hudson.plugins.warnings.parser.GccParser
Creates a new instance of GccParser.
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.warnings.util.PrioritiesAreaRenderer
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.warnings.util.ResultAreaRenderer
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.warnings.util.AbstractAreaRenderer
getAnnotation(long) - Method in class hudson.plugins.warnings.util.BuildResult
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.warnings.util.BuildResult
Returns the annotation with the specified key.
getAnnotation(long) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(long) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotation(String) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotations() - Method in class hudson.plugins.warnings.util.BuildResult
Returns the annotations for this object.
getAnnotations(Priority) - Method in class hudson.plugins.warnings.util.BuildResult
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.warnings.util.BuildResult
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the annotations for this object.
getAnnotations(Priority) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns the annotations for this object.
getAnnotations(Priority) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in class hudson.plugins.warnings.util.ParserResult
Returns the annotations of this result.
getBuildHealth() - Method in class hudson.plugins.warnings.util.AbstractResultAction
getCategories() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the categories of this container that have annotations.
getCategory() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns the category of the annotation.
getCategory(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the category with the given name.
getCategory() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the category of the annotation.
getContainer() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Gets the annotation container.
getContainer() - Method in class hudson.plugins.warnings.util.BuildResult
Gets the annotation container.
getContainer() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns this container.
getCookieName() - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Returns the flip trend cookie name.
getCookieName() - Method in class hudson.plugins.warnings.WarningsProjectAction
Returns the flip trend cookie name.
getDataFile() - Method in class hudson.plugins.warnings.util.BuildResult
Returns the serialization file.
getDays(long) - Static method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the number of days for the specified number of milliseconds.
getDelta() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the delta.
getDescriptor() - Method in class hudson.plugins.warnings.util.AbstractResultAction
Returns the descriptor of the associated plug-in.
getDescriptor() - Method in class hudson.plugins.warnings.WarningsPublisher
getDescriptor() - Method in class hudson.plugins.warnings.WarningsResultAction
Returns the descriptor of the associated plug-in.
getDetails() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the detail messages for the summary.jelly file.
getDetails() - Method in class hudson.plugins.warnings.WarningsResult
Returns the detail messages for the summary.jelly file.
getDisplayName() - Method in class hudson.plugins.warnings.util.AttributeDetail
getDisplayName() - Method in class hudson.plugins.warnings.util.ErrorDetail
getDisplayName() - Method in class hudson.plugins.warnings.util.FileDetail
getDisplayName() - Method in class hudson.plugins.warnings.util.FixedWarningsDetail
getDisplayName() - Method in class hudson.plugins.warnings.util.ModuleDetail
getDisplayName() - Method in class hudson.plugins.warnings.util.NewWarningsDetail
getDisplayName() - Method in class hudson.plugins.warnings.util.PackageDetail
getDisplayName() - Method in class hudson.plugins.warnings.util.PrioritiesDetail
getDisplayName() - Method in class hudson.plugins.warnings.util.ReporterDescriptor
getDisplayName() - Method in class hudson.plugins.warnings.util.SourceDetail
getDisplayName() - Method in class hudson.plugins.warnings.util.TabDetail
getDisplayName() - Method in class hudson.plugins.warnings.WarningsDescriptor
getDisplayName() - Method in class hudson.plugins.warnings.WarningsProjectAction
getDisplayName() - Method in class hudson.plugins.warnings.WarningsResult
getDisplayName() - Method in class hudson.plugins.warnings.WarningsResultAction
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.AbstractAnnotationsDetail
Returns the dynamic result of this module detail view.
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the dynamic result of the selection element.
getEnd() - Method in class hudson.plugins.warnings.util.model.LineRange
Returns the last line of this range.
getError() - Method in class hudson.plugins.warnings.util.model.MavenModule
Returns the error message for this module.
getErrorMessages() - Method in class hudson.plugins.warnings.util.ParserResult
Returns the errorMessages.
getErrors() - Method in class hudson.plugins.warnings.util.ErrorDetail
Returns the errors in the project.
getErrors() - Method in class hudson.plugins.warnings.util.model.JavaProject
Returns the error messages recorded during creation of the project.
getExcludePattern() - Method in class hudson.plugins.warnings.WarningsPublisher
Returns the Ant file-set pattern of files to exclude from report.
getFile(int) - Method in class hudson.plugins.warnings.util.FileDetail
Gets the file with the given hash code.
getFile(String) - Method in class hudson.plugins.warnings.util.FileDetail
Gets the file with the given name.
getFile(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the file with the given name.
getFile(int) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the file with the given hash code.
getFileName() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in class hudson.plugins.warnings.util.SourceDetail
Gets the file name of this source file.
getFiles() - Method in class hudson.plugins.warnings.util.FileDetail
Gets the files of this container that have annotations.
getFiles() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the files of this container that have annotations.
getFixedWarnings(Collection<FileAnnotation>, Collection<FileAnnotation>) - Static method in class hudson.plugins.warnings.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.warnings.util.AnnotationsBuildResult
Returns the fixed warnings of this build.
getHeader() - Method in class hudson.plugins.warnings.util.AbstractAnnotationsDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.warnings.util.FileDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.warnings.util.ModuleDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.warnings.util.PackageDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.warnings.util.PrioritiesDetail
Returns the header for the detail screen.
getHealthReportBuilder() - Method in class hudson.plugins.warnings.util.AbstractResultAction
Returns the associated health report builder.
getHealthReportBuilder() - Method in interface hudson.plugins.warnings.util.ResultAction
Returns the associated health report builder.
getHealthy() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the healthy threshold, i.e. when health is reported as 100%.
getHealthy() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the healthy threshold, i.e. when health is reported as 100%.
getHealthy() - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Returns the healthy.
getHealthyAnnotations() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the healthy threshold for annotations, i.e. when health is reported as 100%.
getHealthyAnnotations() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the healthy threshold for annotations, i.e. when health is reported as 100%.
getHeight() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the height of the trend graph.
getHeight() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the height of the trend graph.
getHeight() - Method in class hudson.plugins.warnings.util.TrendReportSize
Returns the height of the trend graph.
getHelpFile() - Method in class hudson.plugins.warnings.util.PluginDescriptor
getHelpFile() - Method in class hudson.plugins.warnings.util.ReporterDescriptor
getHighAnnotations() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the annotations with Priority.HIGH.
getHighPriority() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns Priority.HIGH.
getHighScoreGap() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the number of msec still to go before a new highscore is reached.
getIconFileName() - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Returns the icon URL for the side-panel in the project screen.
getIconFileName() - Method in class hudson.plugins.warnings.util.AbstractResultAction
getIconUrl() - Method in class hudson.plugins.warnings.util.PluginDescriptor
Returns the URL of the plug-in icon (24x24 image).
getIconUrl() - Method in class hudson.plugins.warnings.WarningsDescriptor
Returns the URL of the plug-in icon (24x24 image).
getItemName() - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Returns the itemName.
getKey() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns the unique key of this annotation.
getKey() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the unique key of this annotation.
getLastAction() - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Returns the last valid result action.
getLastFinishedBuild() - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Returns the last finished build.
getLineNumber(String) - Method in class hudson.plugins.warnings.parser.RegexpParser
Converts a string line number to an integer value.
getLineRanges() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns a collection of line ranges for this annotation.
getLineRanges() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns a collection of line ranges for this annotation.
getLocalizedPriority(String) - Method in class hudson.plugins.warnings.util.AbstractAnnotationsDetail
Returns a localized priority name.
getLocalizedString() - Method in enum hudson.plugins.warnings.util.model.Priority
Returns a localized description of this priority.
getLongLocalizedString() - Method in enum hudson.plugins.warnings.util.model.Priority
Returns a long localized description of this priority.
getLowAnnotations() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the annotations with Priority.LOW.
getLowPriority() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns Priority.LOW.
getMessage() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns the message of this annotation.
getMessage() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the message of this annotation.
getMinimumAnnotations() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the threshold to be reached if a build should be considered as unstable.
getMinimumAnnotations() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the threshold to be reached if a build should be considered as unstable.
getModule(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the module with the given name.
getModule(int) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the module with the given hash code.
getModuleName() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModuleName() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModules() - Method in class hudson.plugins.warnings.util.BuildResult
Returns the modules of this build result.
getModules() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the modules of this container that have annotations.
getModules(File) - Method in class hudson.plugins.warnings.util.ModuleDetector
Returns a mapping of path prefixes to module names.
getModules() - Method in class hudson.plugins.warnings.util.ParserResult
Returns the parsed modules.
getMultipleItemsTooltip(int) - Method in interface hudson.plugins.warnings.util.ToolTipProvider
Returns the tooltip for several items.
getMultipleItemsTooltip(int) - Method in class hudson.plugins.warnings.WarningsResultAction
Returns the tooltip for several items.
getName() - Method in class hudson.plugins.warnings.parser.FileWarningsParser
Returns the name of this parser.
getName() - Method in interface hudson.plugins.warnings.util.AnnotationParser
Returns the name of this parser.
getName() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the name of this container.
getNewWarnings(Collection<FileAnnotation>, Collection<FileAnnotation>) - Static method in class hudson.plugins.warnings.util.AnnotationDifferencer
Returns the new annotations, i.e., the annotations that are in the actual build but not in the previous.
getNewWarnings() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the new warnings of this build.
getNormalAnnotations() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the annotations with Priority.NORMAL.
getNormalPriority() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns Priority.NORMAL.
getNumberOfAnnotations() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Gets the number of warnings.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the total number of warnings of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.warnings.util.BuildResult
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in class hudson.plugins.warnings.util.ParserResult
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.warnings.util.ParserResult
Returns the total number of annotations of the specified priority for this object.
getNumberOfFixedWarnings() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Gets the number of fixed warnings.
getNumberOfModules() - Method in class hudson.plugins.warnings.util.BuildResult
Returns the number of modules in this project.
getNumberOfModules() - Method in class hudson.plugins.warnings.util.ParserResult
Returns the number of modules.
getNumberOfNewWarnings() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Gets the number of new warnings.
getOwner() - Method in class hudson.plugins.warnings.util.AbstractAnnotationsDetail
Returns the build as owner of this object.
getOwner() - Method in class hudson.plugins.warnings.util.AbstractResultAction
Returns the associated build of this action.
getOwner() - Method in class hudson.plugins.warnings.util.BuildResult
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.warnings.util.ErrorDetail
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.warnings.util.SourceDetail
Returns the build as owner of this object.
getPackage(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the package with the given name.
getPackage(int) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the package with the given hash code.
getPackageCategoryName() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns the package category name for the scanned files.
getPackageName() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackageName() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackages() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the packages of this container that have annotations.
getPattern() - Method in class hudson.plugins.warnings.WarningsPublisher
Returns the Ant file-set pattern of files to work with.
getPluginName() - Method in class hudson.plugins.warnings.util.PluginDescriptor
Returns the name of the plug-in.
getPluginName() - Method in class hudson.plugins.warnings.WarningsDescriptor
Returns the name of the plug-in.
getPluginResultUrlName() - Method in class hudson.plugins.warnings.util.PluginDescriptor
Returns the name of the plug-in.
getPluginRoot() - Method in class hudson.plugins.warnings.util.PluginDescriptor
Returns the root folder of this plug-in.
getPreviousBuild() - Method in class hudson.plugins.warnings.util.AbstractResultAction
Gets the result of a previous build if it's recorded, or null if not.
getPreviousResult() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the results of the previous build.
getPreviousResult() - Method in class hudson.plugins.warnings.WarningsResult
Returns the results of the previous build.
getPreviousResultAction() - Method in interface hudson.plugins.warnings.util.ResultAction
Returns the result action from the previous build.
getPreviousResultAction() - Method in class hudson.plugins.warnings.WarningsResultAction
Gets the warnings result of the previous build.
getPrimaryLineNumber() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPrimaryLineNumber() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPriorities() - Method in class hudson.plugins.warnings.util.AbstractAnnotationsDetail
Returns all possible priorities.
getPriorities() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns all possible priorities.
getPriorities() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the priorities that should should be considered when evaluating the build stability and health.
getPriorities() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the priorities that should should be considered when evaluating the build stability and health.
getPriority() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns the priority of this annotation.
getPriority() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the priority of this annotation.
getProject() - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Returns the project.
getProject() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the associated project of this result.
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.plugins.warnings.WarningsPublisher
getPublisherDescriptor() - Method in class hudson.plugins.warnings.util.ReporterDescriptor
Gets the publisher descriptor.
getReportName() - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Returns the reportName.
getResult() - Method in class hudson.plugins.warnings.util.AbstractResultAction
Returns the current result of this action.
getResult() - Method in interface hudson.plugins.warnings.util.ResultAction
Returns the current result of this action.
getResultActionClass() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the type of the result action.
getSerializationFileName() - Method in class hudson.plugins.warnings.util.BuildResult
Returns the name of the file to store the serialized annotations.
getSerializationFileName() - Method in class hudson.plugins.warnings.WarningsResult
Returns the name of the file to store the serialized annotations.
getShortFileName() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Gets the associated file name of this bug (without path).
getShortFileName() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Gets the associated file name of this bug (without path).
getShortName() - Method in class hudson.plugins.warnings.util.model.WorkspaceFile
Returns a readable name of this workspace file without path prefix.
getSingleItemTooltip() - Method in interface hudson.plugins.warnings.util.ToolTipProvider
Returns the tooltip for exactly one item.
getSingleItemTooltip() - Method in class hudson.plugins.warnings.WarningsResultAction
Returns the tooltip for exactly one item.
getSourceCode() - Method in class hudson.plugins.warnings.util.SourceDetail
Returns the line that should be highlighted.
getStart() - Method in class hudson.plugins.warnings.util.model.LineRange
Returns the first line of this range.
getSummary() - Method in class hudson.plugins.warnings.WarningsResult
Returns a summary message for the summary.jelly file.
getTarget() - Method in class hudson.plugins.warnings.util.AbstractResultAction
getTargetPath(MavenProject) - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the path to the target folder.
getTempName(AbstractBuild<?, ?>) - Method in class hudson.plugins.warnings.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.warnings.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.warnings.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.warnings.util.HealthAwareMavenReporter
Returns the annotation threshold to be reached if a build should be considered as unstable.
getThreshold() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the annotation threshold to be reached if a build should be considered as unstable.
getThreshold() - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Returns the threshold.
getThresholdLimit() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the thresholdLimit.
getThresholdLimit() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the thresholdLimit.
getToolTip() - Method in class hudson.plugins.warnings.parser.Warning
Returns the a detailed description that will be used as tooltip.
getToolTip() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns a tooltip showing the distribution of priorities for this container.
getToolTip() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the a detailed description that will be used as tooltip.
getToolTip(String) - Method in class hudson.plugins.warnings.util.ModuleDetail
Returns a tooltip showing the distribution of priorities for the selected package.
getTooltip(int) - Method in class hudson.plugins.warnings.util.ToolTipBuilder
Returns the tooltip for the specified number of items.
getToolTipBuilder() - Method in class hudson.plugins.warnings.util.AbstractAreaRenderer
Gets the tool tip builder.
getTrendHeight() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the height of the trend graph.
getTrendHeight() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the height of the trend graph.
getTrendName() - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Returns the title of the trend graph.
getTrendName() - Method in class hudson.plugins.warnings.WarningsProjectAction
Returns the title of the trend graph.
getType() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns the annotation type.
getType(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the type with the given name.
getType() - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Returns the annotation type.
getTypes() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Gets the types of this container that have annotations.
getUnHealthy() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the unhealthy threshold, i.e. when health is reported as 0%.
getUnHealthy() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the unhealthy threshold, i.e. when health is reported as 0%.
getUnHealthy() - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Returns the unHealthy.
getUnHealthyAnnotations() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the unhealthy threshold of annotations, i.e. when health is reported as 0%.
getUnHealthyAnnotations() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the unhealthy threshold of annotations, i.e. when health is reported as 0%.
getUrl() - Method in class hudson.plugins.warnings.util.TabDetail
Returns the url.
getUrlName() - Method in class hudson.plugins.warnings.util.AbstractProjectAction
getUrlName() - Method in class hudson.plugins.warnings.util.AbstractResultAction
getWorkspacePath() - Method in class hudson.plugins.warnings.util.model.JavaProject
Returns the root path of the workspace files.
getZeroWarningsHighScore() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the maximum period with zero warnings in a build.
getZeroWarningsSinceBuild() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the build since we have zero warnings.
getZeroWarningsSinceDate() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns the time since we have zero warnings.
GnatParser - Class in hudson.plugins.warnings.parser
A parser for the Gnat compiler warnings.
GnatParser() - Constructor for class hudson.plugins.warnings.parser.GnatParser
Creates a new instance of GnatParser.
guessModuleName(String, boolean, boolean) - Method in class hudson.plugins.warnings.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.warnings.util.BuildResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.warnings.util.BuildResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in class hudson.plugins.warnings.util.BuildResult
Returns whether this objects has annotations.
hasAnnotations() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in class hudson.plugins.warnings.util.ParserResult
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in class hudson.plugins.warnings.util.ParserResult
Returns whether this objects has annotations with the specified priority.
hasError() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.warnings.util.model.JavaProject
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.warnings.util.model.MavenModule
Return whether this module has an error message stored.
hashCode() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
 
hashCode() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
hashCode() - Method in class hudson.plugins.warnings.util.model.LineRange
hasNoAnnotations() - Method in class hudson.plugins.warnings.util.BuildResult
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.warnings.util.BuildResult
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in class hudson.plugins.warnings.util.BuildResult
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in interface hudson.plugins.warnings.util.model.AnnotationProvider
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in class hudson.plugins.warnings.util.ParserResult
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.warnings.util.ParserResult
Returns whether this objects has no annotations with the specified priority.
hasPackageName() - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Returns whether a package name has been defined.
hasPreviousResult() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns whether a previous build result exists.
hasPreviousResult() - Method in class hudson.plugins.warnings.WarningsResult
Returns whether a previous build result exists.
hasPreviousResultAction() - Method in class hudson.plugins.warnings.util.AbstractResultAction
Returns whether a previous build already has a result action of this type attached.
hasPreviousResultAction() - Method in interface hudson.plugins.warnings.util.ResultAction
Returns whether a previous build already has a result action of this type attached.
hasValidResults() - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Returns whether we have enough valid results in order to draw a meaningful graph.
HealthAwareMavenReporter - Class in hudson.plugins.warnings.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) - Constructor for class hudson.plugins.warnings.util.HealthAwareMavenReporter
Creates a new instance of HealthReportingMavenReporter.
HealthAwarePublisher - Class in hudson.plugins.warnings.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) - Constructor for class hudson.plugins.warnings.util.HealthAwarePublisher
Creates a new instance of HealthAwarePublisher.
HealthReportBuilder - Class in hudson.plugins.warnings.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.warnings.util.HealthReportBuilder
Creates a new instance of HealthReportBuilder.
HealthReportBuilder() - Constructor for class hudson.plugins.warnings.util.HealthReportBuilder
Creates a new dummy instance of HealthReportBuilder.
highlightSource(InputStream) - Method in class hudson.plugins.warnings.util.SourceDetail
Highlights the specified source and returns the result as an HTML string.
HighPriority() - Static method in class hudson.plugins.warnings.util.Messages
High Priority
HpiCompileParser - Class in hudson.plugins.warnings.parser
A parser for the maven-hpi-plugin compiler warnings.
HpiCompileParser() - Constructor for class hudson.plugins.warnings.parser.HpiCompileParser
Creates a new instance of HpiCompileParser.
hudson.plugins.warnings - package hudson.plugins.warnings
 
hudson.plugins.warnings.parser - package hudson.plugins.warnings.parser
 
hudson.plugins.warnings.util - package hudson.plugins.warnings.util
 
hudson.plugins.warnings.util.model - package hudson.plugins.warnings.util.model
 

I

InvalidsParser - Class in hudson.plugins.warnings.parser
A parser for Oracle Invalids.
InvalidsParser() - Constructor for class hudson.plugins.warnings.parser.InvalidsParser
Creates a new instance of InvalidsParser.
invoke(File, VirtualChannel) - Method in class hudson.plugins.warnings.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.warnings.util.FilesParser
isAntBuild(AbstractBuild<?, ?>) - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns whether the current build uses ant.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.warnings.util.PluginDescriptor
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.warnings.WarningsDescriptor
isCurrent() - Method in class hudson.plugins.warnings.util.AbstractAnnotationsDetail
Returns whether this build is the last available build.
isCurrent() - Method in class hudson.plugins.warnings.util.BuildResult
Returns whether this result belongs to the last build.
isEnabled() - Method in class hudson.plugins.warnings.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.warnings.util.HealthReportBuilder
Returns the isThresholdEnabled.
isHealthinessEnabled() - Method in class hudson.plugins.warnings.util.AbstractProjectAction
Returns whether we should display the toggle graph type links.
isHealthyReportEnabled() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Returns the isHealthyReportEnabled.
isHealthyReportEnabled() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns the isHealthyReportEnabled.
isHealthyReportEnabled() - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Returns the isHealthyReportEnabled.
isMavenBuild(AbstractBuild<?, ?>) - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Returns whether the current build uses maven.
isNewZeroWarningsHighScore() - Method in class hudson.plugins.warnings.util.AnnotationsBuildResult
Returns if the current result reached the old zero warnings highscore.
isPriority(String) - Method in class hudson.plugins.warnings.util.PriorityDetailFactory
Returns whether the provided value is a valid priority.
isThresholdEnabled() - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Determines whether a threshold has been defined.
isThresholdEnabled() - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Determines whether a threshold has been defined.

J

JavacParser - Class in hudson.plugins.warnings.parser
A parser for the javac compiler warnings.
JavacParser() - Constructor for class hudson.plugins.warnings.parser.JavacParser
Creates a new instance of JavacParser.
JavaDocParser - Class in hudson.plugins.warnings.parser
A parser for the ant JavaDoc compiler warnings.
JavaDocParser() - Constructor for class hudson.plugins.warnings.parser.JavaDocParser
Creates a new instance of AntJavacParser.
JavaPackage - Class in hudson.plugins.warnings.util.model
A serializable Java Bean class representing a Java package.
JavaPackage(String) - Constructor for class hudson.plugins.warnings.util.model.JavaPackage
Creates a new instance of JavaPackage.
JavaPackageDetector - Class in hudson.plugins.warnings.util
Detects the package name of a Java file.
JavaPackageDetector() - Constructor for class hudson.plugins.warnings.util.JavaPackageDetector
Creates a new instance of JavaPackageDetector.
JavaProject - Class in hudson.plugins.warnings.util.model
A serializable Java Bean class representing a project that has been built by Hudson.
JavaProject() - Constructor for class hudson.plugins.warnings.util.model.JavaProject
Creates a new instance of JavaProject.

L

LineRange - Class in hudson.plugins.warnings.util.model
A line range in a source file is defined by its first and last line.
LineRange(int) - Constructor for class hudson.plugins.warnings.util.model.LineRange
Creates a new instance of LineRange.
LineRange(int, int) - Constructor for class hudson.plugins.warnings.util.model.LineRange
Creates a new instance of LineRange.
log(String) - Method in class hudson.plugins.warnings.util.FilesParser
Logs the specified message.
log(PrintStream, String) - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Logs the specified message.
log(PrintStream, String) - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Logs the specified message.
LowPriority() - Static method in class hudson.plugins.warnings.util.Messages
Low Priority

M

MAVEN_POM - Static variable in class hudson.plugins.warnings.util.ModuleDetector
Filename of Maven pom.
MavenModule - Class in hudson.plugins.warnings.util.model
A serializable Java Bean class representing a maven module.
MavenModule() - Constructor for class hudson.plugins.warnings.util.model.MavenModule
Creates a new instance of MavenModule.
MavenModule(String) - Constructor for class hudson.plugins.warnings.util.model.MavenModule
Creates a new instance of MavenModule.
MavenParser - Class in hudson.plugins.warnings.parser
A parser for the javac compiler warnings.
MavenParser() - Constructor for class hudson.plugins.warnings.parser.MavenParser
Creates a new instance of MavenParser.
Messages - Class in hudson.plugins.warnings
 
Messages() - Constructor for class hudson.plugins.warnings.Messages
 
Messages - Class in hudson.plugins.warnings.util
 
Messages() - Constructor for class hudson.plugins.warnings.util.Messages
 
ModuleDetail - Class in hudson.plugins.warnings.util
Result object to visualize the package statistics of a module.
ModuleDetail(AbstractBuild<?, ?>, MavenModule, String) - Constructor for class hudson.plugins.warnings.util.ModuleDetail
Creates a new instance of ModuleDetail.
ModuleDetail_header() - Static method in class hudson.plugins.warnings.util.Messages
Module
ModuleDetector - Class in hudson.plugins.warnings.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.warnings.util.ModuleDetector
 
MsBuildParser - Class in hudson.plugins.warnings.parser
A parser for the MSBuild compiler warnings.
MsBuildParser() - Constructor for class hudson.plugins.warnings.parser.MsBuildParser
Creates a new instance of MsBuildParser.

N

NamespaceDetail_header() - Static method in class hudson.plugins.warnings.util.Messages
Namespace
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.warnings.WarningsDescriptor
NewWarningsDetail - Class in hudson.plugins.warnings.util
Result object to visualize the new warnings in a build.
NewWarningsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String) - Constructor for class hudson.plugins.warnings.util.NewWarningsDetail
Creates a new instance of NewWarningsDetail.
NewWarningsDetail_Name() - Static method in class hudson.plugins.warnings.util.Messages
New Warnings
NormalPriority() - Static method in class hudson.plugins.warnings.util.Messages
Normal Priority

P

PackageDetail - Class in hudson.plugins.warnings.util
Result object to visualize the package statistics of a module.
PackageDetail(AbstractBuild<?, ?>, JavaPackage, String) - Constructor for class hudson.plugins.warnings.util.PackageDetail
Creates a new instance of ModuleDetail.
PackageDetail_header() - Static method in class hudson.plugins.warnings.util.Messages
Package
PackageDetector - Interface in hudson.plugins.warnings.util
Detects the package or namespace name of a file.
parse(File, String) - Method in class hudson.plugins.warnings.parser.FileWarningsParser
Returns the annotations found in the specified file.
parse(File) - Method in class hudson.plugins.warnings.parser.ParserRegistry
Iterates over the available parsers and parses the specified file with each parser.
parse(InputStream) - Method in class hudson.plugins.warnings.parser.RegexpParser
Parses the specified input stream for compiler warnings using the provided regular expression.
parse(InputStream) - Method in interface hudson.plugins.warnings.parser.WarningsParser
Parses an input stream for compiler warnings and returns the found annotations.
parse(File, String) - Method in interface hudson.plugins.warnings.util.AnnotationParser
Returns the annotations found in the specified file.
ParserRegistry - Class in hudson.plugins.warnings.parser
Registry for the active parsers in this plug-in.
ParserRegistry(String) - Constructor for class hudson.plugins.warnings.parser.ParserRegistry
Creates a new instance of ParserRegistry.
ParserResult - Class in hudson.plugins.warnings.util
Stores the collection of parsed annotations and associated error messages.
ParserResult() - Constructor for class hudson.plugins.warnings.util.ParserResult
Creates a new instance of ParserResult.
ParserResult(FilePath) - Constructor for class hudson.plugins.warnings.util.ParserResult
Creates a new instance of ParserResult.
perform(MavenBuildProxy, MavenProject, MojoInfo, PrintStream) - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Performs the publishing of the results of this plug-in.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
perform(AbstractBuild<?, ?>, PrintStream) - Method in class hudson.plugins.warnings.util.HealthAwarePublisher
Performs the publishing of the results of this plug-in.
perform(AbstractBuild<?, ?>, PrintStream) - Method in class hudson.plugins.warnings.WarningsPublisher
Performs the publishing of the results of this plug-in.
persistResult(ParserResult, MavenBuild) - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
Persists the result in the build (on the master).
PluginDescriptor - Class in hudson.plugins.warnings.util
Base class for a Hudson plug/in descriptor.
PluginDescriptor(Class<? extends Publisher>) - Constructor for class hudson.plugins.warnings.util.PluginDescriptor
Creates a new instance of PluginDescriptor.
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.plugins.warnings.util.HealthAwareMavenReporter
PrioritiesAreaRenderer - Class in hudson.plugins.warnings.util
Renderer that provides direct access to the individual results of a build via links.
PrioritiesAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.warnings.util.PrioritiesAreaRenderer
Creates a new instance of PrioritiesAreaRenderer.
PrioritiesDetail - Class in hudson.plugins.warnings.util
Result object to visualize the priorities statistics of an annotation container.
PrioritiesDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, Priority, String) - Constructor for class hudson.plugins.warnings.util.PrioritiesDetail
Creates a new instance of ModuleDetail.
Priority - Enum in hudson.plugins.warnings.util.model
Defines the priority of an annotation.
Priority.PriorityConverter - Class in hudson.plugins.warnings.util.model
Converts priorities for XStream deserialization.
Priority.PriorityConverter() - Constructor for class hudson.plugins.warnings.util.model.Priority.PriorityConverter
 
Priority_High() - Static method in class hudson.plugins.warnings.util.Messages
High
Priority_Low() - Static method in class hudson.plugins.warnings.util.Messages
Low
Priority_Normal() - Static method in class hudson.plugins.warnings.util.Messages
Normal
PriorityDetailFactory - Class in hudson.plugins.warnings.util
Creates priority detail objects.
PriorityDetailFactory() - Constructor for class hudson.plugins.warnings.util.PriorityDetailFactory
 
PROPRIETARY_API - Static variable in class hudson.plugins.warnings.parser.RegexpParser
Warning classification.

R

rebuildMappings() - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Rebuilds the priorities and files after deserialization.
RegexpParser - Class in hudson.plugins.warnings.parser
Parses an input stream for compiler warnings using the provided regular expression.
RegexpParser(String) - Constructor for class hudson.plugins.warnings.parser.RegexpParser
Creates a new instance of RegexpParser.
RegexpParser(String, boolean) - Constructor for class hudson.plugins.warnings.parser.RegexpParser
Creates a new instance of RegexpParser.
ReporterDescriptor - Class in hudson.plugins.warnings.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.warnings.util.ReporterDescriptor
Creates a new instance of ReporterDescriptor.
ResultAction<T> - Interface in hudson.plugins.warnings.util
Defines an action that is responsible for handling results of the given type T.
ResultAreaRenderer - Class in hudson.plugins.warnings.util
Renderer that provides direct access to the individual results of a build via links.
ResultAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.warnings.util.ResultAreaRenderer
Creates a new instance of ResultAreaRenderer.
ResultSummary - Class in hudson.plugins.warnings
Represents the result summary of the warnings parser.

S

setError(String) - Method in class hudson.plugins.warnings.util.model.JavaProject
Sets the error message that denotes that why project creation has been failed.
setError(String) - Method in class hudson.plugins.warnings.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.warnings.util.HealthReportBuilder
Sets the isThresholdEnabled to the specified value.
setFileInputStreamFactory(FileInputStreamFactory) - Method in class hudson.plugins.warnings.util.ModuleDetector
Sets the factory to the specified value.
setFileName(String) - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Sets the file name to the specified value.
setFileName(String) - Method in interface hudson.plugins.warnings.util.model.FileAnnotation
Sets the file name to the specified value.
setHealthy(int) - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Sets the healthy to the specified value.
setHealthyReportEnabled(boolean) - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Sets the isHealthyReportEnabled to the specified value.
setHierarchy(AnnotationContainer.Hierarchy) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Sets the hierarchy to the specified value.
setItemName(String) - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Sets the itemName to the specified value.
setModuleName(String) - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Sets the module name to the specified value.
setName(String) - Method in class hudson.plugins.warnings.util.model.AnnotationContainer
Sets the name of this container.
setPackageName(String) - Method in class hudson.plugins.warnings.util.model.AbstractAnnotation
Sets the package name to the specified value.
setReportName(String) - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Sets the reportName to the specified value.
setResult(T) - Method in class hudson.plugins.warnings.util.AbstractResultAction
Sets the result for this build.
setResult(T) - Method in interface hudson.plugins.warnings.util.ResultAction
Sets the result for this build.
setThreshold(int) - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Sets the threshold to the specified value.
setUnHealthy(int) - Method in class hudson.plugins.warnings.util.HealthReportBuilder
Sets the unHealthy to the specified value.
setWorkspacePath(String) - Method in class hudson.plugins.warnings.util.model.JavaProject
Sets the root path of the workspace files.
SOURCE_GENERATOR_OFFSET - Static variable in class hudson.plugins.warnings.util.SourceDetail
Offset of the source code generator.
SourceDetail - Class in hudson.plugins.warnings.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.warnings.util.SourceDetail
Creates a new instance of this source code object.
splitSourceFile(String) - Method in class hudson.plugins.warnings.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.warnings.WarningsPlugin
SunCParser - Class in hudson.plugins.warnings.parser
A parser for the SUN Studio C++ compiler warnings.
SunCParser() - Constructor for class hudson.plugins.warnings.parser.SunCParser
Creates a new instance of HpiCompileParser.

T

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

U

UNKNOWN_PACKAGE - Static variable in class hudson.plugins.warnings.util.AbstractPackageDetector
Identifies an unknown package.

V

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

W

Warning - Class in hudson.plugins.warnings.parser
A serializable Java Bean class representing a warning.
Warning(String, int, String, String, String) - Constructor for class hudson.plugins.warnings.parser.Warning
Creates a new instance of Warning.
Warning(String, int, String, String, String, Priority) - Constructor for class hudson.plugins.warnings.parser.Warning
Creates a new instance of Warning.
WARNINGS_DESCRIPTOR - Static variable in class hudson.plugins.warnings.WarningsPublisher
Descriptor of this publisher.
Warnings_FixedWarnings_Detail_header() - Static method in class hudson.plugins.warnings.Messages
Fixed Compiler Warnings Warnings
Warnings_NewWarnings_Detail_header() - Static method in class hudson.plugins.warnings.Messages
New Compiler Warnings Warnings
Warnings_ProjectAction_Name() - Static method in class hudson.plugins.warnings.Messages
Compiler Warnings
Warnings_Publisher_Name() - Static method in class hudson.plugins.warnings.Messages
Publish Compiler Warnings
Warnings_ResultAction_HealthReportMultipleItem() - Static method in class hudson.plugins.warnings.Messages
Compiler Warnings: %d warnings found (%d %s, %d %s, %d %s).
Warnings_ResultAction_HealthReportSingleItem() - Static method in class hudson.plugins.warnings.Messages
Compiler Warnings: 1 warning found.
Warnings_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.warnings.Messages
{0} fixed warnings
Warnings_ResultAction_MultipleHighScore(Object) - Static method in class hudson.plugins.warnings.Messages
New zero warnings highscore: no warnings since {0} days!
Warnings_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.warnings.Messages
{0} new warnings
Warnings_ResultAction_MultipleNoHighScore(Object) - Static method in class hudson.plugins.warnings.Messages
Still {0} days before reaching the previous zero warnings highscore.
Warnings_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.warnings.Messages
{0} warnings
Warnings_ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.warnings.Messages
No warnings since build {0}.
Warnings_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.warnings.Messages
1 fixed warning
Warnings_ResultAction_OneHighScore() - Static method in class hudson.plugins.warnings.Messages
New zero warnings highscore: no warnings since yesterday!
Warnings_ResultAction_OneNewWarning() - Static method in class hudson.plugins.warnings.Messages
1 new warning
Warnings_ResultAction_OneNoHighScore() - Static method in class hudson.plugins.warnings.Messages
Still one day before reaching the previous zero warnings highscore.
Warnings_ResultAction_OneWarning() - Static method in class hudson.plugins.warnings.Messages
1 warning
Warnings_Trend_Name() - Static method in class hudson.plugins.warnings.Messages
Compiler Warnings Trend
WarningsDescriptor - Class in hudson.plugins.warnings
Descriptor for the class WarningsPublisher.
WarningsParser - Interface in hudson.plugins.warnings.parser
Parses an input stream for compiler warnings and returns the found annotations.
WarningsPlugin - Class in hudson.plugins.warnings
Registers the warnings plug-in publisher and reporter.
WarningsPlugin() - Constructor for class hudson.plugins.warnings.WarningsPlugin
 
WarningsProjectAction - Class in hudson.plugins.warnings
Entry point to visualize the warnings trend graph in the project screen.
WarningsProjectAction(AbstractProject<?, ?>, int) - Constructor for class hudson.plugins.warnings.WarningsProjectAction
Instantiates a new find bugs project action.
WarningsPublisher - Class in hudson.plugins.warnings
Publishes the results of the warnings analysis (freestyle project type).
WarningsPublisher(String, String, String, String, String, String, String) - Constructor for class hudson.plugins.warnings.WarningsPublisher
Creates a new instance of WarningPublisher.
WarningsResult - Class in hudson.plugins.warnings
Represents the results of the warning analysis.
WarningsResult(AbstractBuild<?, ?>, ParserResult) - Constructor for class hudson.plugins.warnings.WarningsResult
Creates a new instance of WarningsResult.
WarningsResult(AbstractBuild<?, ?>, ParserResult, WarningsResult) - Constructor for class hudson.plugins.warnings.WarningsResult
Creates a new instance of WarningsResult.
WarningsResultAction - Class in hudson.plugins.warnings
Controls the live cycle of the warnings results.
WarningsResultAction(AbstractBuild<?, ?>, HealthReportBuilder, WarningsResult) - Constructor for class hudson.plugins.warnings.WarningsResultAction
Creates a new instance of WarningsResultAction.
WarningsResultAction(AbstractBuild<?, ?>, HealthReportBuilder) - Constructor for class hudson.plugins.warnings.WarningsResultAction
Creates a new instance of WarningsResultAction.
WarningsResultBuilder - Class in hudson.plugins.warnings
Creates a new warnings result based on the values of a previous build and the current project.
WarningsResultBuilder() - Constructor for class hudson.plugins.warnings.WarningsResultBuilder
 
WORKSPACE_FILES - Static variable in class hudson.plugins.warnings.util.model.AbstractAnnotation
Temporary directory holding the workspace files.
WorkspaceFile - Class in hudson.plugins.warnings.util.model
A serializable Java Bean class representing a file in the Hudson workspace.
WorkspaceFile(String) - Constructor for class hudson.plugins.warnings.util.model.WorkspaceFile
Creates a new instance of WorkspaceFile.

X

XSTREAM - Static variable in class hudson.plugins.warnings.util.BuildResult
Serialization provider.

_

_CategoryDetail_header() - Static method in class hudson.plugins.warnings.util.Messages
Category
_Errors() - Static method in class hudson.plugins.warnings.util.Messages
Errors
_FilesParser_Error_EmptyFile(Object, Object) - Static method in class hudson.plugins.warnings.util.Messages
Skipping file {0} of module {1} because it''s empty.
_FilesParser_Error_Exception(Object) - Static method in class hudson.plugins.warnings.util.Messages
Parsing of file {0} failed due to an exception:
_FilesParser_Error_NoFiles() - Static method in class hudson.plugins.warnings.util.Messages
No report files were found.
_FilesParser_Error_NoPermission(Object, Object) - Static method in class hudson.plugins.warnings.util.Messages
Skipping file {0} of module {1} because Hudson has no permission to read the file.
_FixedWarningsDetail_Name() - Static method in class hudson.plugins.warnings.util.Messages
Fixed Warnings
_HighPriority() - Static method in class hudson.plugins.warnings.util.Messages
High Priority
_LowPriority() - Static method in class hudson.plugins.warnings.util.Messages
Low Priority
_ModuleDetail_header() - Static method in class hudson.plugins.warnings.util.Messages
Module
_NamespaceDetail_header() - Static method in class hudson.plugins.warnings.util.Messages
Namespace
_NewWarningsDetail_Name() - Static method in class hudson.plugins.warnings.util.Messages
New Warnings
_NormalPriority() - Static method in class hudson.plugins.warnings.util.Messages
Normal Priority
_PackageDetail_header() - Static method in class hudson.plugins.warnings.util.Messages
Package
_Priority_High() - Static method in class hudson.plugins.warnings.util.Messages
High
_Priority_Low() - Static method in class hudson.plugins.warnings.util.Messages
Low
_Priority_Normal() - Static method in class hudson.plugins.warnings.util.Messages
Normal
_Trend_PriorityHigh() - Static method in class hudson.plugins.warnings.util.Messages
(high priority)
_Trend_PriorityLow() - Static method in class hudson.plugins.warnings.util.Messages
(low priority)
_Trend_PriorityNormal() - Static method in class hudson.plugins.warnings.util.Messages
(normal priority)
_TypeDetail_header() - Static method in class hudson.plugins.warnings.util.Messages
Type
_Warnings_FixedWarnings_Detail_header() - Static method in class hudson.plugins.warnings.Messages
Fixed Compiler Warnings Warnings
_Warnings_NewWarnings_Detail_header() - Static method in class hudson.plugins.warnings.Messages
New Compiler Warnings Warnings
_Warnings_ProjectAction_Name() - Static method in class hudson.plugins.warnings.Messages
Compiler Warnings
_Warnings_Publisher_Name() - Static method in class hudson.plugins.warnings.Messages
Publish Compiler Warnings
_Warnings_ResultAction_HealthReportMultipleItem() - Static method in class hudson.plugins.warnings.Messages
Compiler Warnings: %d warnings found (%d %s, %d %s, %d %s).
_Warnings_ResultAction_HealthReportSingleItem() - Static method in class hudson.plugins.warnings.Messages
Compiler Warnings: 1 warning found.
_Warnings_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.warnings.Messages
{0} fixed warnings
_Warnings_ResultAction_MultipleHighScore(Object) - Static method in class hudson.plugins.warnings.Messages
New zero warnings highscore: no warnings since {0} days!
_Warnings_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.warnings.Messages
{0} new warnings
_Warnings_ResultAction_MultipleNoHighScore(Object) - Static method in class hudson.plugins.warnings.Messages
Still {0} days before reaching the previous zero warnings highscore.
_Warnings_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.warnings.Messages
{0} warnings
_Warnings_ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.warnings.Messages
No warnings since build {0}.
_Warnings_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.warnings.Messages
1 fixed warning
_Warnings_ResultAction_OneHighScore() - Static method in class hudson.plugins.warnings.Messages
New zero warnings highscore: no warnings since yesterday!
_Warnings_ResultAction_OneNewWarning() - Static method in class hudson.plugins.warnings.Messages
1 new warning
_Warnings_ResultAction_OneNoHighScore() - Static method in class hudson.plugins.warnings.Messages
Still one day before reaching the previous zero warnings highscore.
_Warnings_ResultAction_OneWarning() - Static method in class hudson.plugins.warnings.Messages
1 warning
_Warnings_Trend_Name() - Static method in class hudson.plugins.warnings.Messages
Compiler Warnings Trend

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

Copyright © 2008. All Rights Reserved.