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

B

build(AbstractBuild<?, ?>, ParserResult, String) - Method in class hudson.plugins.checkstyle.CheckStyleResultBuilder
Creates a result that persists the Checkstyle information for the specified build.
buildDataSet(boolean) - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Returns the data set that represents the result.
buildMaven(AbstractBuild<?, ?>, ParserResult, String) - Method in class hudson.plugins.checkstyle.CheckStyleResultBuilder
Creates a result that persists the Checkstyle information for the specified build.
BuildResult - Class in hudson.plugins.checkstyle.util
A base class for build results that is capable of storing a reference to the current build.
BuildResult(AbstractBuild<?, ?>, String, ParserResult) - Constructor for class hudson.plugins.checkstyle.util.BuildResult
Creates a new instance of BuildResult.
BuildResult(AbstractBuild<?, ?>, String, ParserResult, BuildResult) - Constructor for class hudson.plugins.checkstyle.util.BuildResult
Creates a new instance of BuildResult.
BuildResultEvaluator - Class in hudson.plugins.checkstyle.util
Evaluates if the number of annotations exceeds a given threshold value.
BuildResultEvaluator() - Constructor for class hudson.plugins.checkstyle.util.BuildResultEvaluator
 

C

canContinue(Result) - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns whether the publisher can continue processing.
canConvert(Class) - Method in class hudson.plugins.checkstyle.util.model.Priority.PriorityConverter
canDisplayFile(AbstractBuild<?, ?>) - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Checks if the file exists.
canDisplayFile(AbstractBuild<?, ?>) - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Checks if the file exists.
CategoryDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Category
ChartBuilder - Class in hudson.plugins.checkstyle.util
Creates various charts.
check(String) - Method in class hudson.plugins.checkstyle.util.EncodingValidator
Checks the input value.
check() - Method in class hudson.plugins.checkstyle.util.SingleFieldValidator
check(String) - Method in class hudson.plugins.checkstyle.util.SingleFieldValidator
Checks the input value.
check(String) - Method in class hudson.plugins.checkstyle.util.ThresholdValidator
Checks the input value.
check(String) - Method in class hudson.plugins.checkstyle.util.TrendReportHeightValidator
Checks the input value.
CheckStyle - Class in hudson.plugins.checkstyle.parser
Java Bean class for a errors collection of the Checkstyle format.
CheckStyle() - Constructor for class hudson.plugins.checkstyle.parser.CheckStyle
 
CHECKSTYLE_DESCRIPTOR - Static variable in class hudson.plugins.checkstyle.CheckStylePublisher
Descriptor of this publisher.
Checkstyle_Detail_header() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle Warnings
Checkstyle_FixedWarnings_Detail_header() - Static method in class hudson.plugins.checkstyle.Messages
Fixed Checkstyle Warnings
Checkstyle_NewWarnings_Detail_header() - Static method in class hudson.plugins.checkstyle.Messages
New Checkstyle Warnings
Checkstyle_ProjectAction_Name() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle Warnings
Checkstyle_Publisher_Name() - Static method in class hudson.plugins.checkstyle.Messages
Publish Checkstyle analysis results
Checkstyle_ResultAction_HealthReportMultipleItem(Object) - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle: {0} warnings found.
Checkstyle_ResultAction_HealthReportNoItem() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle: no warnings found.
Checkstyle_ResultAction_HealthReportSingleItem() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle: one warning found.
Checkstyle_ResultAction_MultipleFiles(Object) - Static method in class hudson.plugins.checkstyle.Messages
in {0} Checkstyle files.
Checkstyle_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} fixed warnings
Checkstyle_ResultAction_MultipleHighScore(Object) - Static method in class hudson.plugins.checkstyle.Messages
New zero warnings highscore: no Checkstyle warnings for {0} days!
Checkstyle_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} new warnings
Checkstyle_ResultAction_MultipleNoHighScore(Object) - Static method in class hudson.plugins.checkstyle.Messages
Still {0} days before reaching the previous zero warnings highscore.
Checkstyle_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} warnings
Checkstyle_ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.checkstyle.Messages
No warnings since build {0}.
Checkstyle_ResultAction_OneFile() - Static method in class hudson.plugins.checkstyle.Messages
in 1 Checkstyle file.
Checkstyle_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 fixed warning
Checkstyle_ResultAction_OneHighScore() - Static method in class hudson.plugins.checkstyle.Messages
New zero warnings highscore: no Checkstyle warnings since yesterday!
Checkstyle_ResultAction_OneNewWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 new warning
Checkstyle_ResultAction_OneNoHighScore() - Static method in class hudson.plugins.checkstyle.Messages
Still one day before reaching the previous zero warnings highscore.
Checkstyle_ResultAction_OneWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 warning
CHECKSTYLE_SCANNER_DESCRIPTOR - Static variable in class hudson.plugins.checkstyle.CheckStyleReporter
Descriptor of this publisher.
Checkstyle_Trend_Name() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle Trend
CheckStyleDescriptor - Class in hudson.plugins.checkstyle
Descriptor for the class CheckStylePublisher.
CheckStyleHealthDescriptor - Class in hudson.plugins.checkstyle
A health descriptor for CheckStyle build results.
CheckStyleHealthDescriptor(HealthDescriptor) - Constructor for class hudson.plugins.checkstyle.CheckStyleHealthDescriptor
Creates a new instance of CheckStyleHealthDescriptor based on the values of the specified descriptor.
CheckStyleMavenResult - Class in hudson.plugins.checkstyle
Represents the aggregated results of the Checkstyle analysis in m2 jobs.
CheckStyleMavenResult(AbstractBuild<?, ?>, String, ParserResult) - Constructor for class hudson.plugins.checkstyle.CheckStyleMavenResult
Creates a new instance of CheckStyleMavenResult.
CheckStyleMavenResult(AbstractBuild<?, ?>, String, ParserResult, CheckStyleResult) - Constructor for class hudson.plugins.checkstyle.CheckStyleMavenResult
Creates a new instance of CheckStyleMavenResult.
CheckStyleParser - Class in hudson.plugins.checkstyle.parser
A parser for Checkstyle XML files.
CheckStyleParser() - Constructor for class hudson.plugins.checkstyle.parser.CheckStyleParser
Creates a new instance of CheckStyleParser.
CheckStyleParser(String) - Constructor for class hudson.plugins.checkstyle.parser.CheckStyleParser
Creates a new instance of CheckStyleParser.
CheckStylePlugin - Class in hudson.plugins.checkstyle
Registers the Checkstyle plug-in publisher.
CheckStylePlugin() - Constructor for class hudson.plugins.checkstyle.CheckStylePlugin
 
CheckStyleProjectAction - Class in hudson.plugins.checkstyle
Entry point to visualize the Checkstyle trend graph in the project screen.
CheckStyleProjectAction(AbstractProject<?, ?>, int) - Constructor for class hudson.plugins.checkstyle.CheckStyleProjectAction
Instantiates a new find bugs project action.
CheckStylePublisher - Class in hudson.plugins.checkstyle
Publishes the results of the Checkstyle analysis (freestyle project type).
CheckStylePublisher(String, String, String, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.checkstyle.CheckStylePublisher
Creates a new instance of CheckstylePublisher.
CheckStyleReporter - Class in hudson.plugins.checkstyle
Publishes the results of the Checkstyle analysis (maven 2 project type).
CheckStyleReporter(String, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.checkstyle.CheckStyleReporter
Creates a new instance of CheckStyleReporter.
CheckStyleReporterDescriptor - Class in hudson.plugins.checkstyle
Descriptor for the class CheckStyleReporter.
CheckStyleReporterDescriptor(PluginDescriptor) - Constructor for class hudson.plugins.checkstyle.CheckStyleReporterDescriptor
Creates a new instance of CheckStyleReporterDescriptor.
CheckStyleResult - Class in hudson.plugins.checkstyle
Represents the results of the Checkstyle analysis.
CheckStyleResult(AbstractBuild<?, ?>, String, ParserResult) - Constructor for class hudson.plugins.checkstyle.CheckStyleResult
Creates a new instance of CheckStyleResult.
CheckStyleResult(AbstractBuild<?, ?>, String, ParserResult, CheckStyleResult) - Constructor for class hudson.plugins.checkstyle.CheckStyleResult
Creates a new instance of CheckStyleResult.
CheckStyleResultAction - Class in hudson.plugins.checkstyle
Controls the live cycle of the Checkstyle results.
CheckStyleResultAction(AbstractBuild<?, ?>, HealthDescriptor, CheckStyleResult) - Constructor for class hudson.plugins.checkstyle.CheckStyleResultAction
Creates a new instance of CheckStyleResultAction.
CheckStyleResultAction(AbstractBuild<?, ?>, HealthDescriptor) - Constructor for class hudson.plugins.checkstyle.CheckStyleResultAction
Creates a new instance of CheckStyleResultAction.
CheckStyleResultBuilder - Class in hudson.plugins.checkstyle
Creates a new Checkstyle result based on the values of a previous build and the current project.
CheckStyleResultBuilder() - Constructor for class hudson.plugins.checkstyle.CheckStyleResultBuilder
 
CheckStyleRules - Class in hudson.plugins.checkstyle.rules
Reads the meta data of the Checkstyle rules from the DocBook files of the Checkstyle distribution.
collectPrioritiesFrom(Priority) - Static method in enum hudson.plugins.checkstyle.util.model.Priority
Gets the priorities starting from the specified priority to Priority.HIGH.
compareTo(FileAnnotation) - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
compareTo(AnnotationContainer) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
compareTo(AnnotationContainer) - Method in class hudson.plugins.checkstyle.util.model.WorkspaceFile
computeHealth(AnnotationProvider) - Method in class hudson.plugins.checkstyle.util.HealthReportBuilder
Computes the healthiness of a build based on the specified results.
computeHealth(int, AnnotationProvider) - Method in class hudson.plugins.checkstyle.util.HealthReportBuilder
Computes the healthiness of a build based on the specified counter.
containsCategory(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether the category with the given name exists.
containsFile(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether the file with the given name exists.
containsModule(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether the maven module with the given name exists.
containsPackage(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether the package with the given name exists.
containsType(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether the type with the given name exists.
ContextHashCode - Class in hudson.plugins.checkstyle.util
Creates a hash code from the source code of the warning line and the surrounding context.
ContextHashCode() - Constructor for class hudson.plugins.checkstyle.util.ContextHashCode
 
convert(String) - Static method in class hudson.plugins.checkstyle.util.ThresholdValidator
Converts the provided string threshold into an integer value.
create(String, int, String) - Method in class hudson.plugins.checkstyle.util.ContextHashCode
Creates a hash code from the source code of the warning line and the surrounding context.
create() - Static method in class hudson.plugins.checkstyle.util.DetailBuilder
Creates a new detail builder.
create(String) - Method in interface hudson.plugins.checkstyle.util.FileInputStreamFactory
Creates an InputStream from the specified filename.
create(String, AbstractBuild<?, ?>, AnnotationContainer, String, String) - Method in class hudson.plugins.checkstyle.util.PriorityDetailFactory
Creates a new priorities detail object.
createAggregatedAction(MavenModuleSetBuild, Map<MavenModule, List<MavenBuild>>) - Method in class hudson.plugins.checkstyle.MavenCheckStyleResultAction
createAggregatedResult(Map<MavenModule, List<MavenBuild>>) - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Aggregates the results of the specified maven module builds.
createChart(CategoryDataset, StackedAreaRenderer, boolean) - Static method in class hudson.plugins.checkstyle.util.ChartBuilder
Creates a colored graph displaying the specified data set.
createChart(CategoryDataset) - Static method in class hudson.plugins.checkstyle.util.ChartBuilder
Creates a standard graph from the specified data set.
createContextHashCode(String, int) - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationParser
Creates a hash code from the source code of the warning line and the surrounding context.
createDeltaMessage(CheckStyleResult) - Static method in class hudson.plugins.checkstyle.ResultSummary
Returns the message to show as the result summary.
createDescription(AnnotationProvider) - Method in class hudson.plugins.checkstyle.CheckStyleHealthDescriptor
Returns a localized description of the build health.
createDescription(AnnotationProvider) - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns a localized description of the build health.
createDescription(AnnotationProvider) - Method in class hudson.plugins.checkstyle.util.NullHealthDescriptor
Returns a localized description of the build health.
createDetails(String, AbstractBuild<?, ?>, AnnotationContainer, String, String) - Method in class hudson.plugins.checkstyle.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.checkstyle.util.HealthReportBuilder
Creates a trend graph for the corresponding action using the thresholds of this health builder.
createPrioritiesDetail(Priority, AbstractBuild<?, ?>, AnnotationContainer, String, String) - Method in class hudson.plugins.checkstyle.util.PriorityDetailFactory
Creates a new priorities detail.
createResult() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Factory method to create the result of this action.
createSeries(int) - Method in class hudson.plugins.checkstyle.util.HealthReportBuilder
Creates a list of integer values used to create a three color graph showing the items per build.
createSummary(CheckStyleResult) - Static method in class hudson.plugins.checkstyle.ResultSummary
Returns the message to show as the result summary.
createTrendDetails(String, AbstractBuild<?, ?>, AnnotationContainer, Collection<FileAnnotation>, Collection<FileAnnotation>, Collection<String>, String, String) - Method in class hudson.plugins.checkstyle.util.DetailBuilder
Returns a detail object for the selected element of the specified annotation container.
CsharpNamespaceDetector - Class in hudson.plugins.checkstyle.util
Detects the namespace of a C# workspace file.
CsharpNamespaceDetector() - Constructor for class hudson.plugins.checkstyle.util.CsharpNamespaceDetector
 

D

DefaultAnnotationContainer - Class in hudson.plugins.checkstyle.util.model
A simple annotation container that stores a set of annotations.
DefaultAnnotationContainer(String) - Constructor for class hudson.plugins.checkstyle.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(String, Collection<FileAnnotation>) - Constructor for class hudson.plugins.checkstyle.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
DefaultAnnotationContainer(Collection<FileAnnotation>) - Constructor for class hudson.plugins.checkstyle.util.model.DefaultAnnotationContainer
Creates a new instance of DefaultAnnotationContainer.
defaultCharset(String) - Static method in class hudson.plugins.checkstyle.util.EncodingValidator
Returns the default charset for the specified encoding string.
defaultHeight(String) - Static method in class hudson.plugins.checkstyle.util.TrendReportHeightValidator
Returns a normalized height for the trend graph (always greater than 50).
DetailBuilder - Class in hudson.plugins.checkstyle.util
Creates detail objects for the selected element of a annotation container.
DetailBuilder() - Constructor for class hudson.plugins.checkstyle.util.DetailBuilder
Creates a new instance of DetailBuilder.
detectPackageName(String) - Method in class hudson.plugins.checkstyle.util.AbstractPackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in class hudson.plugins.checkstyle.util.CsharpNamespaceDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in class hudson.plugins.checkstyle.util.JavaPackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(InputStream) - Method in interface hudson.plugins.checkstyle.util.PackageDetector
Detects the package or namespace name of the specified input stream.
detectPackageName(String) - Method in interface hudson.plugins.checkstyle.util.PackageDetector
Detects the package or namespace name of the specified input stream.
doCheckDefaultEncoding(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
Performs on-the-fly validation on the default encoding.
doCheckHeight(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
Performs on-the-fly validation on the trend graph height.
doCheckHeight(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.ReporterDescriptor
Performs on-the-fly validation on the trend graph height.
doCheckPattern(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
Performs on-the-fly validation on the file mask.
doCheckThreshold(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
Performs on-the-fly validation on the annotations threshold.
doCheckThreshold(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.ReporterDescriptor
Performs on-the-fly validation on the annotations threshold.
doFlipTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Changes the trend graph display mode.
doGraph(StaplerRequest, StaplerResponse, int) - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraph(StaplerRequest, StaplerResponse, int) - Method in interface hudson.plugins.checkstyle.util.ResultAction
Generates a PNG image showing the trend graph for this result action.
doGraphMap(StaplerRequest, StaplerResponse, int) - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraphMap(StaplerRequest, StaplerResponse, int) - Method in interface hudson.plugins.checkstyle.util.ResultAction
Generates a clickable map for the trend graph of this result action.
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Redirects the index page to the last result.
doTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Display the trend graph.
doTrendMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Display the trend map.

E

EncodingValidator - Class in hudson.plugins.checkstyle.util
Validates a file encoding.
EncodingValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.checkstyle.util.EncodingValidator
Creates a new instance of EncodingValidator.
end() - Method in class hudson.plugins.checkstyle.rules.TopicRule
equals(Object) - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
 
equals(Object) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
equals(Object) - Method in class hudson.plugins.checkstyle.util.model.LineRange
equals(Object) - Method in class hudson.plugins.checkstyle.util.Pair
Error - Class in hudson.plugins.checkstyle.parser
Java Bean class for a violation of the Checkstyle format.
Error() - Constructor for class hudson.plugins.checkstyle.parser.Error
 
ErrorDetail - Class in hudson.plugins.checkstyle.util
Result object to visualize the errors during execution of the plug-in.
ErrorDetail(AbstractBuild<?, ?>, Collection<String>) - Constructor for class hudson.plugins.checkstyle.util.ErrorDetail
Creates a new instance of ErrorDetail.
Errors() - Static method in class hudson.plugins.checkstyle.util.Messages
Errors
evaluateBuildResult(PluginLogger, HealthDescriptor, Collection<FileAnnotation>, Collection<FileAnnotation>) - Method in class hudson.plugins.checkstyle.util.BuildResultEvaluator
Evaluates the build result.
extractNoteContent(Element) - Method in class hudson.plugins.checkstyle.rules.TopicRule
Extracts the node content.

F

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

G

generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.checkstyle.util.PrioritiesAreaRenderer
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.checkstyle.util.ResultAreaRenderer
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.checkstyle.util.AbstractAreaRenderer
getAnnotation(long) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the annotation with the specified key.
getAnnotation(long) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(long) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotation(String) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotations() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the annotations for this object.
getAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the annotations for this object.
getAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns the annotations for this object.
getAnnotations(Priority) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns the annotations of this result.
getAvailableCharsets() - Static method in class hudson.plugins.checkstyle.util.EncodingValidator
Returns all available character set names.
getBuildHealth() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
getCategories() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the categories of this container that have annotations.
getCategory() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns the category of the annotation.
getCategory(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the category with the given name.
getCategory(int) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the category with the given hash code.
getCategory() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the category of the annotation.
getContainer() - Method in class hudson.plugins.checkstyle.util.BuildResult
Gets the annotation container.
getContainer() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns this container.
getContextHashCode() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns a hash code of the surrounding context of this annotation.
getContextHashCode() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns a hash code of the surrounding context of this annotation.
getCookieName() - Method in class hudson.plugins.checkstyle.CheckStyleProjectAction
Returns the flip trend cookie name.
getCookieName() - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Returns the flip trend cookie name.
getDataFile() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the serialization file.
getDays(long) - Static method in class hudson.plugins.checkstyle.util.BuildResult
Returns the number of days for the specified number of milliseconds.
getDefaultEncoding() - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationParser
Returns the default encoding to be used when reading and parsing files.
getDefaultEncoding() - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
Returns the defined default encoding.
getDefaultEncoding() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the defined default encoding.
getDefaultEncoding() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the default encoding derived from the maven pom file.
getDefaultEncoding() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the defined default encoding.
getDelta() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the delta.
getDescription(String) - Method in class hudson.plugins.checkstyle.rules.CheckStyleRules
Returns the description of the Checkstyle rule with the specified name.
getDescription() - Method in class hudson.plugins.checkstyle.rules.Rule
Returns the description of this rule.
getDescriptor() - Method in class hudson.plugins.checkstyle.CheckStylePublisher
getDescriptor() - Method in class hudson.plugins.checkstyle.CheckStyleReporter
getDescriptor() - Method in class hudson.plugins.checkstyle.CheckStyleResultAction
Returns the descriptor of the associated plug-in.
getDescriptor() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Returns the descriptor of the associated plug-in.
getDetails() - Method in class hudson.plugins.checkstyle.CheckStyleResult
Returns the detail messages for the summary.jelly file.
getDetails() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the detail messages for the summary.jelly file.
getDisplayName() - Method in class hudson.plugins.checkstyle.CheckStyleDescriptor
getDisplayName() - Method in class hudson.plugins.checkstyle.CheckStyleProjectAction
getDisplayName() - Method in class hudson.plugins.checkstyle.CheckStyleResult
getDisplayName() - Method in class hudson.plugins.checkstyle.CheckStyleResultAction
getDisplayName() - Method in class hudson.plugins.checkstyle.util.AttributeDetail
getDisplayName() - Method in class hudson.plugins.checkstyle.util.ErrorDetail
getDisplayName() - Method in class hudson.plugins.checkstyle.util.FileDetail
getDisplayName() - Method in class hudson.plugins.checkstyle.util.FixedWarningsDetail
getDisplayName() - Method in class hudson.plugins.checkstyle.util.ModuleDetail
getDisplayName() - Method in class hudson.plugins.checkstyle.util.NewWarningsDetail
getDisplayName() - Method in class hudson.plugins.checkstyle.util.PackageDetail
getDisplayName() - Method in class hudson.plugins.checkstyle.util.PrioritiesDetail
getDisplayName() - Method in class hudson.plugins.checkstyle.util.ReporterDescriptor
getDisplayName() - Method in class hudson.plugins.checkstyle.util.SourceDetail
getDisplayName() - Method in class hudson.plugins.checkstyle.util.TabDetail
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
Returns the dynamic result of this module detail view.
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the dynamic result of the selection element.
getEnd() - Method in class hudson.plugins.checkstyle.util.model.LineRange
Returns the last line of this range.
getError() - Method in class hudson.plugins.checkstyle.util.model.MavenModule
Returns the error message for this module.
getErrorMessages() - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns the errorMessages.
getErrors() - Method in class hudson.plugins.checkstyle.parser.File
Returns all violations of this file.
getErrors() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the error messages associated with this build.
getErrors() - Method in class hudson.plugins.checkstyle.util.ErrorDetail
Returns the errors in the project.
getErrors() - Method in class hudson.plugins.checkstyle.util.model.JavaProject
Returns the error messages recorded during creation of the project.
getFailureThreshold() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns the annotation threshold to be reached if a build should be considered as failure.
getFailureThreshold() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the annotation threshold to be reached if a build should be considered as failure.
getFailureThreshold() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the annotation threshold to be reached if a build should be considered as failure.
getFailureThreshold() - Method in interface hudson.plugins.checkstyle.util.HealthDescriptor
Returns the annotation threshold to be reached if a build should be considered as failure.
getFile(int) - Method in class hudson.plugins.checkstyle.util.FileDetail
Gets the file with the given hash code.
getFile(String) - Method in class hudson.plugins.checkstyle.util.FileDetail
Gets the file with the given name.
getFile(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the file with the given name.
getFile(int) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the file with the given hash code.
getFileName() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in class hudson.plugins.checkstyle.util.SourceDetail
Gets the file name of this source file.
getFiles() - Method in class hudson.plugins.checkstyle.parser.CheckStyle
Returns all files of this violations collection.
getFiles() - Method in class hudson.plugins.checkstyle.util.FileDetail
Gets the files of this container that have annotations.
getFiles() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the files of this container that have annotations.
getFixedAnnotations(Collection<FileAnnotation>, Collection<FileAnnotation>) - Static method in class hudson.plugins.checkstyle.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.checkstyle.util.BuildResult
Returns the fixed warnings of this build.
getHead() - Method in class hudson.plugins.checkstyle.util.Pair
Returns the head object of the pair.
getHeader() - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.checkstyle.util.FileDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.checkstyle.util.ModuleDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.checkstyle.util.PackageDetail
Returns the header for the detail screen.
getHeader() - Method in class hudson.plugins.checkstyle.util.PrioritiesDetail
Returns the header for the detail screen.
getHealthDescriptor() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Returns the healthDescriptor.
getHealthReportBuilder() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Returns the associated health report builder.
getHealthReportBuilder() - Method in interface hudson.plugins.checkstyle.util.ResultAction
Returns the associated health report builder.
getHealthy() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns the healthy threshold, i.e.
getHealthy() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the healthy threshold, i.e.
getHealthy() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the healthy threshold, i.e.
getHealthy() - Method in interface hudson.plugins.checkstyle.util.HealthDescriptor
Returns the healthy threshold, i.e.
getHealthyAnnotations() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns the healthy threshold for annotations, i.e.
getHeight() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the height of the trend graph.
getHeight() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the height of the trend graph.
getHelpFile() - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
getHelpFile() - Method in class hudson.plugins.checkstyle.util.ReporterDescriptor
getHighAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the annotations with Priority.HIGH.
getHighPriority() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns Priority.HIGH.
getHighScoreGap() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the number of msec still to go before a new highscore is reached.
getIconFileName() - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Returns the icon URL for the side-panel in the project screen.
getIconFileName() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
getIconUrl() - Method in class hudson.plugins.checkstyle.CheckStyleDescriptor
Returns the URL of the plug-in icon (24x24 image).
getIconUrl() - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
Returns the URL of the plug-in icon (24x24 image).
getIndividualActionType() - Method in class hudson.plugins.checkstyle.MavenCheckStyleResultAction
getInstance() - Static method in class hudson.plugins.checkstyle.rules.CheckStyleRules
Returns the singleton instance.
getKey() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns the unique key of this annotation.
getKey() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the unique key of this annotation.
getLastAction() - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Returns the last valid result action.
getLastFinishedBuild() - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Returns the last finished build.
getLine() - Method in class hudson.plugins.checkstyle.parser.Error
Returns the line.
getLineRanges() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns a collection of line ranges for this annotation.
getLineRanges() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns a collection of line ranges for this annotation.
getLocalizedPriority(String) - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
Returns a localized priority name.
getLocalizedString() - Method in enum hudson.plugins.checkstyle.util.model.Priority
Returns a localized description of this priority.
getLongLocalizedString() - Method in enum hudson.plugins.checkstyle.util.model.Priority
Returns a long localized description of this priority.
getLowAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the annotations with Priority.LOW.
getLowPriority() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns Priority.LOW.
getMessage() - Method in class hudson.plugins.checkstyle.parser.Error
Returns the message.
getMessage() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns the message of this annotation.
getMessage() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the message of this annotation.
getMinimumAnnotations() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns the threshold to be reached if a build should be considered as unstable.
getMinimumPriority() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns the minimum priority that should be considered when computing build health and stability.
getMinimumPriority() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the minimum priority that should be considered when computing build health and stability.
getMinimumPriority() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the minimum priority that should be considered when computing build health and stability.
getMinimumPriority() - Method in interface hudson.plugins.checkstyle.util.HealthDescriptor
Returns the minimum priority that should be considered when computing build health and stability.
getModule(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the module with the given name.
getModule(int) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the module with the given hash code.
getModuleName() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModuleName() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModules() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the modules of this build result.
getModules() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the modules of this container that have annotations.
getModules() - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns the parsed modules.
getMultipleItemsTooltip(int) - Method in class hudson.plugins.checkstyle.CheckStyleResultAction
Returns the tooltip for several items.
getMultipleItemsTooltip(int) - Method in interface hudson.plugins.checkstyle.util.ToolTipProvider
Returns the tooltip for several items.
getName() - Method in class hudson.plugins.checkstyle.parser.File
Returns the name of this file.
getName() - Method in class hudson.plugins.checkstyle.rules.Rule
Returns the name of this rule.
getName() - Method in class hudson.plugins.checkstyle.rules.Topic
Returns the name of this topic.
getName() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the name of this container.
getNewAnnotations(Collection<FileAnnotation>, Collection<FileAnnotation>) - Static method in class hudson.plugins.checkstyle.util.AnnotationDifferencer
Returns the new annotations, i.e., the annotations that are in the actual build but not in the previous.
getNewFailureThreshold() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns the threshold of new annotations to be reached if a build should be considered as failure.
getNewFailureThreshold() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the threshold of new annotations to be reached if a build should be considered as failure.
getNewFailureThreshold() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the threshold of new annotations to be reached if a build should be considered as failure.
getNewFailureThreshold() - Method in interface hudson.plugins.checkstyle.util.HealthDescriptor
Returns the threshold of new annotations to be reached if a build should be considered as failure.
getNewThreshold() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns the threshold for new annotations to be reached if a build should be considered as unstable.
getNewThreshold() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the threshold for new annotations to be reached if a build should be considered as unstable.
getNewThreshold() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the threshold of new annotations to be reached if a build should be considered as unstable.
getNewThreshold() - Method in interface hudson.plugins.checkstyle.util.HealthDescriptor
Returns the threshold for new annotations to be reached if a build should be considered as unstable.
getNewWarnings() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the new warnings of this build.
getNormalAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the annotations with Priority.NORMAL.
getNormalPriority() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns Priority.NORMAL.
getNumberOfAnnotations() - Method in class hudson.plugins.checkstyle.util.BuildResult
Gets the number of warnings.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the total number of warnings of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns the total number of annotations of the specified priority for this object.
getNumberOfFixedWarnings() - Method in class hudson.plugins.checkstyle.util.BuildResult
Gets the number of fixed warnings.
getNumberOfHighAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the number of annotations with priority high.
getNumberOfLowAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the number of annotations with priority low.
getNumberOfModules() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the number of modules in this project.
getNumberOfModules() - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns the number of modules.
getNumberOfNewWarnings() - Method in class hudson.plugins.checkstyle.util.BuildResult
Gets the number of new warnings.
getNumberOfNormalAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the number of annotations with priority normal.
getOwner() - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
Returns the build as owner of this object.
getOwner() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Returns the associated build of this action.
getOwner() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.checkstyle.util.ErrorDetail
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.checkstyle.util.SourceDetail
Returns the build as owner of this object.
getPackage(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the package with the given name.
getPackage(int) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the package with the given hash code.
getPackageCategoryName() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns the package category name for the scanned files.
getPackageName() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackageName() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackages() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the packages of this container that have annotations.
getPattern() - Method in class hudson.plugins.checkstyle.CheckStylePublisher
Returns the Ant file-set pattern of files to work with.
getPluginName() - Method in class hudson.plugins.checkstyle.CheckStyleDescriptor
Returns the name of the plug-in.
getPluginName() - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
Returns the name of the plug-in.
getPluginResultUrlName() - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
Returns the name of the plug-in.
getPluginRoot() - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
Returns the root folder of this plug-in.
getPreviousBuild() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Gets the result of a previous build if it's recorded, or null if not.
getPreviousResult() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the results of the previous build.
getPreviousResultAction() - Method in class hudson.plugins.checkstyle.CheckStyleResultAction
Gets the Checkstyle result of the previous build.
getPreviousResultAction() - Method in interface hudson.plugins.checkstyle.util.ResultAction
Returns the result action from the previous build.
getPrimaryLineNumber() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPrimaryLineNumber() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPriorities() - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
Returns all possible priorities.
getPriorities() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns all possible priorities.
getPriority() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns the priority of this annotation.
getPriority() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the priority of this annotation.
getProject() - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Returns the project.
getProject() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the associated project of this result.
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.plugins.checkstyle.CheckStylePublisher
getProjectAction(MavenModule) - Method in class hudson.plugins.checkstyle.CheckStyleReporter
getProjectAction(MavenModuleSet) - Method in class hudson.plugins.checkstyle.MavenCheckStyleResultAction
getPublisherDescriptor() - Method in class hudson.plugins.checkstyle.util.ReporterDescriptor
Gets the publisher descriptor.
getResult() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Returns the current result of this action.
getResult() - Method in interface hudson.plugins.checkstyle.util.ResultAction
Returns the current result of this action.
getResultActionClass() - Method in class hudson.plugins.checkstyle.CheckStyleReporter
Returns the type of the result action.
getResultActionClass() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the type of the result action.
getResultActionType() - Method in class hudson.plugins.checkstyle.CheckStyleMavenResult
Returns the actual type of the associated result action.
getResultActionType() - Method in class hudson.plugins.checkstyle.CheckStyleResult
Returns the actual type of the associated result action.
getResultActionType() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the actual type of the associated result action.
getRule(String) - Method in class hudson.plugins.checkstyle.rules.CheckStyleRules
Returns the Checkstyle rule with the specified name.
getRules() - Method in class hudson.plugins.checkstyle.rules.CheckStyleRules
Returns all Checkstyle rules.
getSerializationFileName() - Method in class hudson.plugins.checkstyle.CheckStyleResult
Returns the name of the file to store the serialized annotations.
getSerializationFileName() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the name of the file to store the serialized annotations.
getSeverity() - Method in class hudson.plugins.checkstyle.parser.Error
Returns the severity.
getShortFileName() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Gets the associated file name of this bug (without path).
getShortFileName() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Gets the associated file name of this bug (without path).
getShortName() - Method in class hudson.plugins.checkstyle.util.model.WorkspaceFile
Returns a readable name of this workspace file without path prefix.
getSingleItemTooltip() - Method in class hudson.plugins.checkstyle.CheckStyleResultAction
Returns the tooltip for exactly one item.
getSingleItemTooltip() - Method in interface hudson.plugins.checkstyle.util.ToolTipProvider
Returns the tooltip for exactly one item.
getSource() - Method in class hudson.plugins.checkstyle.parser.Error
Returns the source.
getSourceCode() - Method in class hudson.plugins.checkstyle.util.SourceDetail
Returns the line that should be highlighted.
getStart() - Method in class hudson.plugins.checkstyle.util.model.LineRange
Returns the first line of this range.
getSummary() - Method in class hudson.plugins.checkstyle.CheckStyleResult
Returns a summary message for the summary.jelly file.
getTail() - Method in class hudson.plugins.checkstyle.util.Pair
Returns the tail object of the pair.
getTarget() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
getTargetPath(MavenProject) - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the path to the target folder.
getTempName(AbstractBuild<?, ?>) - Method in class hudson.plugins.checkstyle.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.checkstyle.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.checkstyle.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.checkstyle.util.AbstractHealthDescriptor
Returns the threshold of all annotations to be reached if a build should be considered as unstable.
getThreshold() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the threshold of all annotations to be reached if a build should be considered as unstable.
getThreshold() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the annotation threshold to be reached if a build should be considered as unstable.
getThreshold() - Method in interface hudson.plugins.checkstyle.util.HealthDescriptor
Returns the threshold of all annotations to be reached if a build should be considered as unstable.
getThresholdLimit() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the threshold limit.
getThresholdLimit() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the threshold limit.
getToolTip() - Method in class hudson.plugins.checkstyle.parser.Warning
Returns the a detailed description that will be used as tooltip.
getToolTip() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns a tooltip showing the distribution of priorities for this container.
getToolTip() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the a detailed description that will be used as tooltip.
getToolTip(String) - Method in class hudson.plugins.checkstyle.util.ModuleDetail
Returns a tooltip showing the distribution of priorities for the selected package.
getTooltip(int) - Method in class hudson.plugins.checkstyle.util.ToolTipBuilder
Returns the tooltip for the specified number of items.
getToolTipBuilder() - Method in class hudson.plugins.checkstyle.util.AbstractAreaRenderer
Gets the tool tip builder.
getTrendHeight() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the height of the trend graph.
getTrendHeight() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the height of the trend graph.
getTrendName() - Method in class hudson.plugins.checkstyle.CheckStyleProjectAction
Returns the title of the trend graph.
getTrendName() - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Returns the title of the trend graph.
getType() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns the annotation type.
getType(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the type with the given name.
getType(int) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the type with the given hash code.
getType() - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Returns the annotation type.
getTypes() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the types of this container that have annotations.
getUnHealthy() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns the unhealthy threshold, i.e.
getUnHealthy() - Method in interface hudson.plugins.checkstyle.util.HealthDescriptor
Returns the unhealthy threshold, i.e.
getUnHealthyAnnotations() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Returns the unhealthy threshold of annotations, i.e.
getUpperBound(Collection<? extends AnnotationContainer>) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Gets the maximum number of annotations within the specified containers.
getUrl() - Method in class hudson.plugins.checkstyle.util.TabDetail
Returns the url.
getUrlName() - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
getUrlName() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
getValue() - Method in class hudson.plugins.checkstyle.rules.Topic
Returns the value of this topic.
getWorkspacePath() - Method in class hudson.plugins.checkstyle.util.model.JavaProject
Returns the root path of the workspace files.
getZeroWarningsHighScore() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the maximum period with zero warnings in a build.
getZeroWarningsSinceBuild() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the build since we have zero warnings.
getZeroWarningsSinceDate() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns the time since we have zero warnings.
guessModuleName(String) - Method in class hudson.plugins.checkstyle.util.ModuleDetector
Uses the path prefixes of pom.xml or build.xml files to guess a module name for the specified file.
guessModuleName(String, boolean, boolean) - Method in class hudson.plugins.checkstyle.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.checkstyle.util.BuildResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns whether this objects has annotations.
hasAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns whether this objects has annotations with the specified priority.
hasError() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.checkstyle.util.model.JavaProject
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.checkstyle.util.model.MavenModule
Return whether this module has an error message stored.
hashCode() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
 
hashCode() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
hashCode() - Method in class hudson.plugins.checkstyle.util.model.LineRange
hashCode() - Method in class hudson.plugins.checkstyle.util.Pair
hasNoAnnotations() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations(String) - Method in interface hudson.plugins.checkstyle.util.model.AnnotationProvider
Returns whether this objects has no annotations with the specified priority.
hasNoAnnotations() - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns whether this objects has no annotations.
hasNoAnnotations(Priority) - Method in class hudson.plugins.checkstyle.util.ParserResult
Returns whether this objects has no annotations with the specified priority.
hasPackageName() - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Returns whether a package name has been defined.
hasPreviousResult() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns whether a previous build result exists.
hasPreviousResultAction() - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Returns whether a previous build already has a result action of this type attached.
hasPreviousResultAction() - Method in interface hudson.plugins.checkstyle.util.ResultAction
Returns whether a previous build already has a result action of this type attached.
hasValidResults() - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Returns whether we have enough valid results in order to draw a meaningful graph.
HealthAwareMavenReporter - Class in hudson.plugins.checkstyle.util
A base class for maven reporters with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
HealthAwareMavenReporter(String, String, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Creates a new instance of HealthReportingMavenReporter.
HealthAwarePublisher - Class in hudson.plugins.checkstyle.util
A base class for publishers with the following two characteristics: It provides a unstable threshold, that could be enabled and set in the configuration screen.
HealthAwarePublisher(String, String, String, String, String, String, String, String, String, String) - Constructor for class hudson.plugins.checkstyle.util.HealthAwarePublisher
Creates a new instance of HealthAwarePublisher.
HealthDescriptor - Interface in hudson.plugins.checkstyle.util
A health descriptor defines the parameters to create the build health.
HealthReportBuilder - Class in hudson.plugins.checkstyle.util
Creates a health report for integer values based on healthy and unhealthy thresholds.
HealthReportBuilder(AbstractHealthDescriptor) - Constructor for class hudson.plugins.checkstyle.util.HealthReportBuilder
Creates a new instance of HealthReportBuilder.
high - Variable in class hudson.plugins.checkstyle.util.BuildResult
Deprecated. 
highlightSource(InputStream) - Method in class hudson.plugins.checkstyle.util.SourceDetail
Highlights the specified source and returns the result as an HTML string.
HighPriority() - Static method in class hudson.plugins.checkstyle.util.Messages
High Priority
hudson.plugins.checkstyle - package hudson.plugins.checkstyle
 
hudson.plugins.checkstyle.parser - package hudson.plugins.checkstyle.parser
 
hudson.plugins.checkstyle.rules - package hudson.plugins.checkstyle.rules
 
hudson.plugins.checkstyle.util - package hudson.plugins.checkstyle.util
 
hudson.plugins.checkstyle.util.model - package hudson.plugins.checkstyle.util.model
 

I

invoke(File, VirtualChannel) - Method in class hudson.plugins.checkstyle.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.checkstyle.util.FilesParser
isAnnotationCountExceeded(int, String) - Method in class hudson.plugins.checkstyle.util.BuildResultEvaluator
Returns whether the new annotation count exceeds the user defined threshold and the build should be set to unstable.
isAntBuild(AbstractBuild<?, ?>) - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns whether the current build uses ant.
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.checkstyle.util.PluginDescriptor
isCurrent() - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationsDetail
Returns whether this build is the last available build.
isCurrent() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns whether this result belongs to the last build.
isEnabled() - Method in class hudson.plugins.checkstyle.util.HealthReportBuilder
Returns whether this health report build is enabled, i.e.
isHealthinessEnabled() - Method in class hudson.plugins.checkstyle.util.AbstractProjectAction
Returns whether we should display the toggle graph type links.
isHealthyReportEnabled() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Determines whether a health report should be created.
isMavenBuild(AbstractBuild<?, ?>) - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Returns whether the current build uses maven.
isNewZeroWarningsHighScore() - Method in class hudson.plugins.checkstyle.util.BuildResult
Returns if the current result reached the old zero warnings highscore.
isPriority(String) - Method in class hudson.plugins.checkstyle.util.PriorityDetailFactory
Returns whether the provided value is a valid priority.
isThresholdEnabled() - Method in class hudson.plugins.checkstyle.util.AbstractHealthDescriptor
Determines whether a threshold has been defined.
isValid(String) - Static method in class hudson.plugins.checkstyle.util.ThresholdValidator
Returns whether the provided threshold string parameter is a valid threshold number, i.e.

J

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

L

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

M

MAVEN_POM - Static variable in class hudson.plugins.checkstyle.util.ModuleDetector
Filename of Maven pom.
MavenCheckStyleResultAction - Class in hudson.plugins.checkstyle
A CheckStyleResultAction for native maven jobs.
MavenCheckStyleResultAction(AbstractBuild<?, ?>, HealthDescriptor, String, String) - Constructor for class hudson.plugins.checkstyle.MavenCheckStyleResultAction
Creates a new instance of MavenCheckStyleResultAction.
MavenCheckStyleResultAction(AbstractBuild<?, ?>, HealthDescriptor, String, String, CheckStyleResult) - Constructor for class hudson.plugins.checkstyle.MavenCheckStyleResultAction
Creates a new instance of MavenCheckStyleResultAction.
MavenModule - Class in hudson.plugins.checkstyle.util.model
A serializable Java Bean class representing a maven module.
MavenModule() - Constructor for class hudson.plugins.checkstyle.util.model.MavenModule
Creates a new instance of MavenModule.
MavenModule(String) - Constructor for class hudson.plugins.checkstyle.util.model.MavenModule
Creates a new instance of MavenModule.
Messages - Class in hudson.plugins.checkstyle
 
Messages() - Constructor for class hudson.plugins.checkstyle.Messages
 
Messages - Class in hudson.plugins.checkstyle.util
 
Messages() - Constructor for class hudson.plugins.checkstyle.util.Messages
 
ModuleDetail - Class in hudson.plugins.checkstyle.util
Result object to visualize the package statistics of a module.
ModuleDetail(AbstractBuild<?, ?>, MavenModule, String, String) - Constructor for class hudson.plugins.checkstyle.util.ModuleDetail
Creates a new instance of ModuleDetail.
ModuleDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Module
ModuleDetector - Class in hudson.plugins.checkstyle.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.checkstyle.util.ModuleDetector
Creates a new instance of ModuleDetector.
ModuleDetector(File) - Constructor for class hudson.plugins.checkstyle.util.ModuleDetector
Creates a new instance of ModuleDetector.
ModuleDetector(File, FileInputStreamFactory) - Constructor for class hudson.plugins.checkstyle.util.ModuleDetector
Creates a new instance of ModuleDetector.

N

NamespaceDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Namespace
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.checkstyle.CheckStyleDescriptor
newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.checkstyle.CheckStyleReporterDescriptor
NewWarningsDetail - Class in hudson.plugins.checkstyle.util
Result object to visualize the new warnings in a build.
NewWarningsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String) - Constructor for class hudson.plugins.checkstyle.util.NewWarningsDetail
Creates a new instance of NewWarningsDetail.
NewWarningsDetail_Name() - Static method in class hudson.plugins.checkstyle.util.Messages
New Warnings
normal - Variable in class hudson.plugins.checkstyle.util.BuildResult
Deprecated. 
NormalPriority() - Static method in class hudson.plugins.checkstyle.util.Messages
Normal Priority
NULL_HEALTH_DESCRIPTOR - Static variable in class hudson.plugins.checkstyle.util.NullHealthDescriptor
Shared null health descriptor.
NullHealthDescriptor - Class in hudson.plugins.checkstyle.util
A HealthDescriptor that neither has the failure threshold nor the health report enabled.
NullHealthDescriptor() - Constructor for class hudson.plugins.checkstyle.util.NullHealthDescriptor
 

P

PackageDetail - Class in hudson.plugins.checkstyle.util
Result object to visualize the package statistics of a module.
PackageDetail(AbstractBuild<?, ?>, JavaPackage, String, String) - Constructor for class hudson.plugins.checkstyle.util.PackageDetail
Creates a new instance of ModuleDetail.
PackageDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Package
PackageDetector - Interface in hudson.plugins.checkstyle.util
Detects the package or namespace name of a file.
Pair<H,T> - Class in hudson.plugins.checkstyle.util
Pair is a helper class for the frequent case, when two objects must be combined for a collection entry or even a key.
Pair(H, T) - Constructor for class hudson.plugins.checkstyle.util.Pair
Constructs a Pair using the two given objects as head and tail.
parse(InputStream, String) - Method in class hudson.plugins.checkstyle.parser.CheckStyleParser
Returns the annotations found in the specified file.
parse(File, String) - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationParser
Returns the annotations found in the specified file.
parse(InputStream, String) - Method in class hudson.plugins.checkstyle.util.AbstractAnnotationParser
Returns the annotations found in the specified file.
parse(File, String) - Method in interface hudson.plugins.checkstyle.util.AnnotationParser
Returns the annotations found in the specified file.
ParserResult - Class in hudson.plugins.checkstyle.util
Stores the collection of parsed annotations and associated error messages.
ParserResult() - Constructor for class hudson.plugins.checkstyle.util.ParserResult
Creates a new instance of ParserResult.
ParserResult(FilePath) - Constructor for class hudson.plugins.checkstyle.util.ParserResult
Creates a new instance of ParserResult.
ParserResult(Collection<FileAnnotation>) - Constructor for class hudson.plugins.checkstyle.util.ParserResult
Creates a new instance of ParserResult.
perform(AbstractBuild<?, ?>, PluginLogger) - Method in class hudson.plugins.checkstyle.CheckStylePublisher
Performs the publishing of the results of this plug-in.
perform(MavenBuildProxy, MavenProject, MojoInfo, PluginLogger) - Method in class hudson.plugins.checkstyle.CheckStyleReporter
Performs the publishing of the results of this plug-in.
perform(MavenBuildProxy, MavenProject, MojoInfo, PluginLogger) - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Performs the publishing of the results of this plug-in.
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
perform(AbstractBuild<?, ?>, PluginLogger) - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Performs the publishing of the results of this plug-in.
persistResult(ParserResult, MavenBuild) - Method in class hudson.plugins.checkstyle.CheckStyleReporter
Persists the result in the build (on the master).
persistResult(ParserResult, MavenBuild) - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
Persists the result in the build (on the master).
PluginDescriptor - Class in hudson.plugins.checkstyle.util
Base class for a Hudson plug/in descriptor.
PluginDescriptor(Class<? extends Publisher>) - Constructor for class hudson.plugins.checkstyle.util.PluginDescriptor
Creates a new instance of PluginDescriptor.
PluginLogger - Class in hudson.plugins.checkstyle.util
A simple logger that prefixes each message with the plug-in name.
PluginLogger(PrintStream, String) - Constructor for class hudson.plugins.checkstyle.util.PluginLogger
Creates a new instance of PluginLogger.
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.plugins.checkstyle.util.HealthAwareMavenReporter
printStackTrace(Throwable) - Method in class hudson.plugins.checkstyle.util.PluginLogger
Logs the stack trace of the throwable.
PrioritiesAreaRenderer - Class in hudson.plugins.checkstyle.util
Renderer that provides direct access to the individual results of a build via links.
PrioritiesAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.checkstyle.util.PrioritiesAreaRenderer
Creates a new instance of PrioritiesAreaRenderer.
PrioritiesDetail - Class in hudson.plugins.checkstyle.util
Result object to visualize the priorities statistics of an annotation container.
PrioritiesDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, Priority, String, String) - Constructor for class hudson.plugins.checkstyle.util.PrioritiesDetail
Creates a new instance of ModuleDetail.
Priority - Enum in hudson.plugins.checkstyle.util.model
Defines the priority of an annotation.
Priority.PriorityConverter - Class in hudson.plugins.checkstyle.util.model
Converts priorities for XStream deserialization.
Priority.PriorityConverter() - Constructor for class hudson.plugins.checkstyle.util.model.Priority.PriorityConverter
 
Priority_High() - Static method in class hudson.plugins.checkstyle.util.Messages
High
Priority_Low() - Static method in class hudson.plugins.checkstyle.util.Messages
Low
Priority_Normal() - Static method in class hudson.plugins.checkstyle.util.Messages
Normal
PriorityDetailFactory - Class in hudson.plugins.checkstyle.util
Creates priority detail objects.
PriorityDetailFactory() - Constructor for class hudson.plugins.checkstyle.util.PriorityDetailFactory
 

R

readFile(String, String) - Static method in class hudson.plugins.checkstyle.util.EncodingValidator
Reads the specified file with the given encoding.
readResolve() - Method in class hudson.plugins.checkstyle.util.BuildResult
Initializes members that were not present in previous versions of this plug-in.
readResolve() - Method in class hudson.plugins.checkstyle.util.HealthAwarePublisher
Initializes new fields that are not serialized yet.
rebuildMappings() - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Rebuilds the priorities and files after deserialization.
Reporter_Error_NoEncoding(Object) - Static method in class hudson.plugins.checkstyle.util.Messages
File encoding has not been set in pom.xml, using platform encoding {0}, i.e.
ReporterDescriptor - Class in hudson.plugins.checkstyle.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.checkstyle.util.ReporterDescriptor
Creates a new instance of ReporterDescriptor.
Result_Error_ModuleErrorMessage(Object, Object) - Static method in class hudson.plugins.checkstyle.util.Messages
Module {0}: {1}
ResultAction<T extends BuildResult> - Interface in hudson.plugins.checkstyle.util
Defines an action that is responsible for handling results of the given type T.
ResultAreaRenderer - Class in hudson.plugins.checkstyle.util
Renderer that provides direct access to the individual results of a build via links.
ResultAreaRenderer(String, ToolTipProvider) - Constructor for class hudson.plugins.checkstyle.util.ResultAreaRenderer
Creates a new instance of ResultAreaRenderer.
ResultSummary - Class in hudson.plugins.checkstyle
Represents the result summary of the Checkstyle parser.
Rule - Class in hudson.plugins.checkstyle.rules
Java Bean class representing a Checkstyle rule.
Rule() - Constructor for class hudson.plugins.checkstyle.rules.Rule
Instantiates a new rule.
Rule(String) - Constructor for class hudson.plugins.checkstyle.rules.Rule
Instantiates a new rule.

S

setContextHashCode(long) - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Sets the context hash code to the specified value.
setContextHashCode(long) - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Sets the context hash code to the specified value.
setDescription(Topic) - Method in class hudson.plugins.checkstyle.rules.Rule
Sets the description of this rule.
setDetailBuilder(Class<? extends DetailBuilder>) - Static method in class hudson.plugins.checkstyle.util.DetailBuilder
Sets the detail builder class to the specified value.
setError(String) - Method in class hudson.plugins.checkstyle.util.model.JavaProject
Sets the error message that denotes that why project creation has been failed.
setError(String) - Method in class hudson.plugins.checkstyle.util.model.MavenModule
Sets an error message that denotes that the creation of the module has been failed.
setFileInputStreamFactory(FileInputStreamFactory) - Method in class hudson.plugins.checkstyle.util.ModuleDetector
Sets the factory to the specified value.
setFileName(String) - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Sets the file name to the specified value.
setFileName(String) - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Sets the file name to the specified value.
setHead(H) - Method in class hudson.plugins.checkstyle.util.Pair
Modifies the head object of the pair.
setHierarchy(AnnotationContainer.Hierarchy) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Sets the hierarchy to the specified value.
setHighWarnings(int) - Method in class hudson.plugins.checkstyle.util.BuildResult
Sets the number of high warnings to the specified value.
setLine(int) - Method in class hudson.plugins.checkstyle.parser.Error
Sets the line to the specified value.
setLowWarnings(int) - Method in class hudson.plugins.checkstyle.util.BuildResult
Sets the number of low warnings to the specified value.
setMessage(String) - Method in class hudson.plugins.checkstyle.parser.Error
Sets the message to the specified value.
setModuleName(String) - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Sets the module name to the specified value.
setModuleName(String) - Method in interface hudson.plugins.checkstyle.util.model.FileAnnotation
Sets the name of the maven or ant module that contains this annotation.
setName(String) - Method in class hudson.plugins.checkstyle.parser.File
Sets the name of this file to the specified value.
setName(String) - Method in class hudson.plugins.checkstyle.rules.Rule
Sets the name of this rule.
setName(String) - Method in class hudson.plugins.checkstyle.rules.Topic
Sets the name of this topic.
setName(String) - Method in class hudson.plugins.checkstyle.util.model.AnnotationContainer
Sets the name of this container.
setNormalWarnings(int) - Method in class hudson.plugins.checkstyle.util.BuildResult
Sets the number of normal warnings to the specified value.
setPackageName(String) - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Sets the package name to the specified value.
setPriority(Priority) - Method in class hudson.plugins.checkstyle.util.model.AbstractAnnotation
Sets the priority to the specified value.
setResult(T) - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Sets the result for this build.
setResult(T) - Method in interface hudson.plugins.checkstyle.util.ResultAction
Sets the result for this build.
setSeverity(String) - Method in class hudson.plugins.checkstyle.parser.Error
Sets the severity to the specified value.
setSource(String) - Method in class hudson.plugins.checkstyle.parser.Error
Sets the source to the specified value.
setTail(T) - Method in class hudson.plugins.checkstyle.util.Pair
Modifies the tail object of the pair.
setValue(String) - Method in class hudson.plugins.checkstyle.rules.Topic
Sets the value of this topic.
setWarnings(int) - Method in class hudson.plugins.checkstyle.util.BuildResult
Sets the number of warnings to the specified value.
setWorkspacePath(String) - Method in class hudson.plugins.checkstyle.util.model.JavaProject
Sets the root path of the workspace files.
SingleFieldValidator - Class in hudson.plugins.checkstyle.util
Form field validator base class with template method to validate a single field value.
SingleFieldValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.checkstyle.util.SingleFieldValidator
Creates a new instance of FormValidator.
SOURCE_GENERATOR_OFFSET - Static variable in class hudson.plugins.checkstyle.util.SourceDetail
Offset of the source code generator.
SourceDetail - Class in hudson.plugins.checkstyle.util
Renders a source file containing an annotation for the whole file or a specific line number.
SourceDetail(AbstractBuild<?, ?>, FileAnnotation, String) - Constructor for class hudson.plugins.checkstyle.util.SourceDetail
Creates a new instance of this source code object.
splitSourceFile(String) - Method in class hudson.plugins.checkstyle.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.checkstyle.CheckStylePlugin

T

TabDetail - Class in hudson.plugins.checkstyle.util
Result object representing a dynamic tab.
TabDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>, String, String) - Constructor for class hudson.plugins.checkstyle.util.TabDetail
Creates a new instance of TabDetail.
ThresholdValidator - Class in hudson.plugins.checkstyle.util
Validates and converts threshold parameters.
ThresholdValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.checkstyle.util.ThresholdValidator
Creates a new instance of ThresholdValidator.
ToolTipBuilder - Class in hudson.plugins.checkstyle.util
Builds tooltips for items.
ToolTipBuilder(ToolTipProvider) - Constructor for class hudson.plugins.checkstyle.util.ToolTipBuilder
Creates a new instance of ToolTipBuilder.
ToolTipProvider - Interface in hudson.plugins.checkstyle.util
Provides tooltips for single or multiple items.
Topic - Class in hudson.plugins.checkstyle.rules
Java Bean class representing a DocBook subsection.
Topic() - Constructor for class hudson.plugins.checkstyle.rules.Topic
 
TopicRule - Class in hudson.plugins.checkstyle.rules
Digester rule to parse the actual content of a DocBook subsection node.
TopicRule() - Constructor for class hudson.plugins.checkstyle.rules.TopicRule
Instantiates a new topic rule.
Trend_PriorityHigh() - Static method in class hudson.plugins.checkstyle.util.Messages
(high priority)
Trend_PriorityLow() - Static method in class hudson.plugins.checkstyle.util.Messages
(low priority)
Trend_PriorityNormal() - Static method in class hudson.plugins.checkstyle.util.Messages
(normal priority)
TrendReportHeightValidator - Class in hudson.plugins.checkstyle.util
Controls the size of a trend report.
TrendReportHeightValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.checkstyle.util.TrendReportHeightValidator
Creates a new instance of TrendReportHeightValidator.
TypeDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Type

U

UNKNOWN_PACKAGE - Static variable in class hudson.plugins.checkstyle.util.AbstractPackageDetector
Identifies an unknown package.
update(Map<MavenModule, List<MavenBuild>>, MavenBuild) - Method in class hudson.plugins.checkstyle.MavenCheckStyleResultAction
Called whenever a new module build is completed, to update the aggregated report.
updateBuildHealth(MavenBuild, BuildResult) - Method in class hudson.plugins.checkstyle.util.AbstractResultAction
Updates the build status if the number of annotations exceeds one of the thresholds.

V

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

W

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

X

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

_

_CategoryDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Category
_Checkstyle_Detail_header() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle Warnings
_Checkstyle_FixedWarnings_Detail_header() - Static method in class hudson.plugins.checkstyle.Messages
Fixed Checkstyle Warnings
_Checkstyle_NewWarnings_Detail_header() - Static method in class hudson.plugins.checkstyle.Messages
New Checkstyle Warnings
_Checkstyle_ProjectAction_Name() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle Warnings
_Checkstyle_Publisher_Name() - Static method in class hudson.plugins.checkstyle.Messages
Publish Checkstyle analysis results
_Checkstyle_ResultAction_HealthReportMultipleItem(Object) - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle: {0} warnings found.
_Checkstyle_ResultAction_HealthReportNoItem() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle: no warnings found.
_Checkstyle_ResultAction_HealthReportSingleItem() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle: one warning found.
_Checkstyle_ResultAction_MultipleFiles(Object) - Static method in class hudson.plugins.checkstyle.Messages
in {0} Checkstyle files.
_Checkstyle_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} fixed warnings
_Checkstyle_ResultAction_MultipleHighScore(Object) - Static method in class hudson.plugins.checkstyle.Messages
New zero warnings highscore: no Checkstyle warnings for {0} days!
_Checkstyle_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} new warnings
_Checkstyle_ResultAction_MultipleNoHighScore(Object) - Static method in class hudson.plugins.checkstyle.Messages
Still {0} days before reaching the previous zero warnings highscore.
_Checkstyle_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} warnings
_Checkstyle_ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.checkstyle.Messages
No warnings since build {0}.
_Checkstyle_ResultAction_OneFile() - Static method in class hudson.plugins.checkstyle.Messages
in 1 Checkstyle file.
_Checkstyle_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 fixed warning
_Checkstyle_ResultAction_OneHighScore() - Static method in class hudson.plugins.checkstyle.Messages
New zero warnings highscore: no Checkstyle warnings since yesterday!
_Checkstyle_ResultAction_OneNewWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 new warning
_Checkstyle_ResultAction_OneNoHighScore() - Static method in class hudson.plugins.checkstyle.Messages
Still one day before reaching the previous zero warnings highscore.
_Checkstyle_ResultAction_OneWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 warning
_Checkstyle_Trend_Name() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle Trend
_Errors() - Static method in class hudson.plugins.checkstyle.util.Messages
Errors
_FieldValidator_Error_DefaultEncoding() - Static method in class hudson.plugins.checkstyle.util.Messages
Encoding must be a supported encoding of the Java platform (see java.nio.charset.Charset).
_FieldValidator_Error_Threshold() - Static method in class hudson.plugins.checkstyle.util.Messages
Threshold must be an integer value greater or equal 0.
_FieldValidator_Error_TrendHeight(Object) - Static method in class hudson.plugins.checkstyle.util.Messages
Trend graph height must be an integer value greater or equal {0}.
_FilesParser_Error_EmptyFile(Object, Object) - Static method in class hudson.plugins.checkstyle.util.Messages
Skipping file {0} of module {1} because it''s empty.
_FilesParser_Error_Exception(Object) - Static method in class hudson.plugins.checkstyle.util.Messages
Parsing of file {0} failed due to an exception:
_FilesParser_Error_NoFiles() - Static method in class hudson.plugins.checkstyle.util.Messages
No report files were found.
_FilesParser_Error_NoPermission(Object, Object) - Static method in class hudson.plugins.checkstyle.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.checkstyle.util.Messages
Fixed Warnings
_HighPriority() - Static method in class hudson.plugins.checkstyle.util.Messages
High Priority
_LowPriority() - Static method in class hudson.plugins.checkstyle.util.Messages
Low Priority
_ModuleDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Module
_NamespaceDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Namespace
_NewWarningsDetail_Name() - Static method in class hudson.plugins.checkstyle.util.Messages
New Warnings
_NormalPriority() - Static method in class hudson.plugins.checkstyle.util.Messages
Normal Priority
_PackageDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Package
_Priority_High() - Static method in class hudson.plugins.checkstyle.util.Messages
High
_Priority_Low() - Static method in class hudson.plugins.checkstyle.util.Messages
Low
_Priority_Normal() - Static method in class hudson.plugins.checkstyle.util.Messages
Normal
_Reporter_Error_NoEncoding(Object) - Static method in class hudson.plugins.checkstyle.util.Messages
File encoding has not been set in pom.xml, using platform encoding {0}, i.e.
_Result_Error_ModuleErrorMessage(Object, Object) - Static method in class hudson.plugins.checkstyle.util.Messages
Module {0}: {1}
_Trend_PriorityHigh() - Static method in class hudson.plugins.checkstyle.util.Messages
(high priority)
_Trend_PriorityLow() - Static method in class hudson.plugins.checkstyle.util.Messages
(low priority)
_Trend_PriorityNormal() - Static method in class hudson.plugins.checkstyle.util.Messages
(normal priority)
_TypeDetail_header() - Static method in class hudson.plugins.checkstyle.util.Messages
Type

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

Copyright © 2009. All Rights Reserved.