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

A

AbortException - Exception in hudson.plugins.pmd.util
Indicates an orderly abortion of the processing.
AbortException(String) - Constructor for exception hudson.plugins.pmd.util.AbortException
Constructs a new exception with the specified detail message.
AbortException(String, Throwable) - Constructor for exception hudson.plugins.pmd.util.AbortException
Constructs a new exception with the specified detail message and cause.
AbstractAnnotation - Class in hudson.plugins.pmd.util.model
A base class for annotations.
AbstractAnnotation(Priority, String, int, int) - Constructor for class hudson.plugins.pmd.util.model.AbstractAnnotation
Creates a new instance of AbstractAnnotation.
AbstractAreaRenderer - Class in hudson.plugins.pmd.util
Renderer that provides direct access to the individual results of a build via links.
AbstractAreaRenderer(String, String, String) - Constructor for class hudson.plugins.pmd.util.AbstractAreaRenderer
Creates a new instance of AbstractAreaRenderer.
AbstractProjectAction<T extends ResultAction<?>> - Class in hudson.plugins.pmd.util
A project action displays a link on the side panel of a project.
AbstractProjectAction(AbstractProject<?, ?>, Class<T>, String, String) - Constructor for class hudson.plugins.pmd.util.AbstractProjectAction
Creates a new instance of AbstractProjectAction.
AbstractResultAction<T> - Class in hudson.plugins.pmd.util
Controls the live cycle of Hudson results.
AbstractResultAction(AbstractBuild<?, ?>, HealthReportBuilder, T) - Constructor for class hudson.plugins.pmd.util.AbstractResultAction
Creates a new instance of AbstractResultAction.
AbstractWarningsDetail - Class in hudson.plugins.pmd
Base class for warning detail objects.
AbstractWarningsDetail(AbstractBuild<?, ?>, Collection<FileAnnotation>) - Constructor for class hudson.plugins.pmd.AbstractWarningsDetail
Creates a new instance of AbstractWarningsDetail.
addAnnotation(FileAnnotation) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Adds the specified annotation to this container.
addAnnotations(Collection<? extends FileAnnotation>) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Adds the specified annotations to this container.
addAnnotations(FileAnnotation[]) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Adds the specified annotations to this container.
addFile(File) - Method in class hudson.plugins.pmd.parser.Pmd
Adds a new file to this bug collection.
addFiles(Collection<WorkspaceFile>) - Method in class hudson.plugins.pmd.util.model.JavaProject
Adds the specified annotations of the given files to this container.
addLineRange(LineRange) - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Adds another line range to this annotation.
addModule(MavenModule) - Method in class hudson.plugins.pmd.util.model.JavaProject
Adds the specified module with its annotations to this project.
addViolation(Violation) - Method in class hudson.plugins.pmd.parser.File
Adds a new violation to this file.
annotationAdded(FileAnnotation) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Called if the specified annotation has been added to this container.
annotationAdded(FileAnnotation) - Method in class hudson.plugins.pmd.util.model.JavaPackage
Creates the mapping of files.
annotationAdded(FileAnnotation) - Method in class hudson.plugins.pmd.util.model.JavaProject
Creates the mapping of modules.
annotationAdded(FileAnnotation) - Method in class hudson.plugins.pmd.util.model.MavenModule
Creates the mapping of packages.
AnnotationContainer - Class in hudson.plugins.pmd.util.model
A container for annotations.
AnnotationContainer() - Constructor for class hudson.plugins.pmd.util.model.AnnotationContainer
Creates a new instance of AnnotationContainer.
AnnotationProvider - Interface in hudson.plugins.pmd.util.model
Provides an annotation counter for a model object.
AnnotationStream - Class in hudson.plugins.pmd.util.model
An XStream for annotations.
AnnotationStream() - Constructor for class hudson.plugins.pmd.util.model.AnnotationStream
Creates a new instance of AnnotationStream.

B

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

C

canConvert(Class) - Method in class hudson.plugins.pmd.util.model.Priority.PriorityConverter
ChartBuilder - Class in hudson.plugins.pmd.util
Creates various charts.
ChartRenderer - Class in hudson.plugins.pmd.util
Renders various charts and attaches the graph to the stapler response.
check() - Method in class hudson.plugins.pmd.util.ThresholdValidator
computeHealth(int) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Computes the healthiness of a build based on the specified counter.
createChart(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.PmdResultAction
Creates the chart for this action.
createChart(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.util.AbstractResultAction
Creates the chart for this action.
createChart(CategoryDataset, StackedAreaRenderer, int, boolean) - Static method in class hudson.plugins.pmd.util.ChartBuilder
Creates a colored graph displaying the specified data set.
createChart(CategoryDataset) - Static method in class hudson.plugins.pmd.util.ChartBuilder
Creates a standard graph from the specified data set.
createDeltaMessage(PmdResult) - Static method in class hudson.plugins.pmd.ResultSummary
Returns the message to show as the result summary.
createDetailGraph(StaplerRequest, StaplerResponse, AnnotationProvider, int) - Method in class hudson.plugins.pmd.AbstractWarningsDetail
Creates a detail graph for the specified detail object.
createGraph(boolean, String, CategoryDataset, String, String) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Creates a trend graph for the corresponding action using the thresholds of this health builder.
createHealthReporter(String, String) - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Creates a new instance of HealthReportBuilder.
createHighNormalLowChart(int, int, int, int) - Static method in class hudson.plugins.pmd.util.ChartBuilder
Creates a standard bar graph from the specified priority values.
createSeries(int) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Creates a list of integer values used to create a three color graph showing the items per build.
createSummary(PmdResult) - Static method in class hudson.plugins.pmd.ResultSummary
Returns the message to show as the result summary.

D

doCheckPattern(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.PmdDescriptor
Performs on-the-fly validation on the file mask.
doCheckThreshold(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.PmdDescriptor
Performs on-the-fly validation on the bugs threshold.
doFlipTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Changes the trend graph display mode.
doGraph(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraph(StaplerRequest, StaplerResponse) - Method in interface hudson.plugins.pmd.util.ResultAction
Generates a PNG image showing the trend graph for this result action.
doGraphMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.util.AbstractResultAction
Generates a PNG image for the result trend.
doGraphMap(StaplerRequest, StaplerResponse) - Method in interface hudson.plugins.pmd.util.ResultAction
Generates a clickable map for the trend graph of this result action.
doIndex(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Redirects the index page to the last result.
doModuleStatistics(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.PmdResult
Generates a PNG image for high/normal/low distribution of a maven module.
doPackageStatistics(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.ModuleDetail
Generates a PNG image for high/normal/low distribution of a Java package.
doPackageStatistics(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.PmdResult
Generates a PNG image for high/normal/low distribution of a Java package.
doTrend(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Display the trend graph.
doTrendMap(StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Display the trend map.

E

equals(Object) - Method in class hudson.plugins.pmd.parser.Bug
equals(Object) - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
equals(Object) - Method in class hudson.plugins.pmd.util.model.LineRange
ErrorDetail - Class in hudson.plugins.pmd.util
Result object to visualize the errors during execution of the plug-in.
ErrorDetail(AbstractBuild<?, ?>, String, List<String>) - Constructor for class hudson.plugins.pmd.util.ErrorDetail
Creates a new instance of ErrorDetail.

F

File - Class in hudson.plugins.pmd.parser
Java Bean class for a file of the PMD format.
File() - Constructor for class hudson.plugins.pmd.parser.File
 
FileAnnotation - Interface in hudson.plugins.pmd.util.model
Annotates a collection of line ranges in a file.
FixedWarningsDetail - Class in hudson.plugins.pmd
Result object to visualize the fixed warnings in a build.
FixedWarningsDetail(AbstractBuild<?, ?>, Set<FileAnnotation>) - Constructor for class hudson.plugins.pmd.FixedWarningsDetail
Creates a new instance of FixedWarningsDetail.
fromString(String) - Static method in enum hudson.plugins.pmd.util.model.Priority
Converts a String priority to an actual enumeration value.
fromString(String) - Method in class hudson.plugins.pmd.util.model.Priority.PriorityConverter

G

generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.pmd.util.PrioritiesAreaRenderer
generateToolTip(CategoryDataset, int, int) - Method in class hudson.plugins.pmd.util.ResultAreaRenderer
generateURL(CategoryDataset, int, int) - Method in class hudson.plugins.pmd.util.AbstractAreaRenderer
getAnnotation(long) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(String) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns the annotation with the specified key.
getAnnotation(long) - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotation(String) - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns the annotation with the specified key.
getAnnotationBound() - Method in class hudson.plugins.pmd.util.model.JavaProject
Gets the maximum number of tasks in a module.
getAnnotationBound() - Method in class hudson.plugins.pmd.util.model.MavenModule
Gets the maximum number of tasks in a package of this module.
getAnnotations() - Method in class hudson.plugins.pmd.PmdResult
Returns the annotations of this project.
getAnnotations() - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns the annotations for this object.
getAnnotations(Priority) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getAnnotations() - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns the annotations for this object.
getAnnotations(Priority) - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getAnnotations(String) - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getBeginline() - Method in class hudson.plugins.pmd.parser.Violation
Returns the beginline.
getBuildHealth() - Method in class hudson.plugins.pmd.util.AbstractResultAction
getCategory() - Method in class hudson.plugins.pmd.parser.Bug
Returns the category of the bug.
getConfigPage() - Method in class hudson.plugins.pmd.PmdReporterDescriptor
getCookieName() - Method in class hudson.plugins.pmd.PmdProjectAction
Returns the flip trend cookie name.
getCookieName() - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Returns the flip trend cookie name.
getDelta() - Method in class hudson.plugins.pmd.PmdResult
Returns the delta.
getDescription() - Method in class hudson.plugins.pmd.Pattern
Returns the description.
getDescriptor() - Method in class hudson.plugins.pmd.PmdPublisher
getDescriptor() - Method in class hudson.plugins.pmd.PmdReporter
getDetails() - Method in class hudson.plugins.pmd.PmdResult
Returns the detail messages for the summary.jelly file.
getDisplayName() - Method in class hudson.plugins.pmd.FixedWarningsDetail
getDisplayName() - Method in class hudson.plugins.pmd.ModuleDetail
getDisplayName() - Method in class hudson.plugins.pmd.NewWarningsDetail
getDisplayName() - Method in class hudson.plugins.pmd.PackageDetail
getDisplayName() - Method in class hudson.plugins.pmd.PmdDescriptor
getDisplayName() - Method in class hudson.plugins.pmd.PmdProjectAction
getDisplayName() - Method in class hudson.plugins.pmd.PmdReporterDescriptor
getDisplayName() - Method in class hudson.plugins.pmd.PmdResult
getDisplayName() - Method in class hudson.plugins.pmd.PmdResultAction
getDisplayName() - Method in class hudson.plugins.pmd.util.ErrorDetail
getDisplayName() - Method in class hudson.plugins.pmd.util.SourceDetail
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.ModuleDetail
Returns the dynamic result of this PMD detail view.
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.NewWarningsDetail
Returns the dynamic result of the PMD analysis (detail page for a package).
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.PackageDetail
Returns the dynamic result of the PMD analysis (detail page for a package).
getDynamic(String, StaplerRequest, StaplerResponse) - Method in class hudson.plugins.pmd.PmdResult
Returns the dynamic result of the PMD analysis (a detail page for a module, package or warnings file or a detail object for new or fixed warnings).
getEnd() - Method in class hudson.plugins.pmd.util.model.LineRange
Returns the last line of this range.
getEndline() - Method in class hudson.plugins.pmd.parser.Violation
Returns the endline.
getError() - Method in class hudson.plugins.pmd.util.model.JavaProject
Returns the error message that denotes that why project creation has been failed.
getError() - Method in class hudson.plugins.pmd.util.model.MavenModule
Returns the error message for this module.
getErrors() - Method in class hudson.plugins.pmd.util.ErrorDetail
Returns the errors in the project.
getExternalInfoUrl() - Method in class hudson.plugins.pmd.parser.Violation
Returns the externalInfoUrl.
getFile(String) - Method in class hudson.plugins.pmd.util.model.JavaPackage
Gets the file with the given name.
getFile(String) - Method in class hudson.plugins.pmd.util.model.JavaProject
Returns the file with the given name.
getFile(String) - Method in class hudson.plugins.pmd.util.model.MavenModule
Returns the file with the given name.
getFileName() - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in interface hudson.plugins.pmd.util.model.FileAnnotation
Returns the absolute path of the workspace file that contains this annotation.
getFileName() - Method in class hudson.plugins.pmd.util.SourceDetail
Gets the file name of this source file.
getFiles() - Method in class hudson.plugins.pmd.parser.Pmd
Returns all files of this violations collection.
getFiles() - Method in class hudson.plugins.pmd.util.model.JavaPackage
Gets the files of this package that have annotations.
getFiles() - Method in class hudson.plugins.pmd.util.model.JavaProject
Gets the files of this project that have annotations.
getFiles() - Method in class hudson.plugins.pmd.util.model.MavenModule
Gets the files of this module that have annotations.
getFixedWarnings() - Method in class hudson.plugins.pmd.PmdResult
Returns the fixed warnings of this build.
getFixedWarnings(Collection<FileAnnotation>, Collection<FileAnnotation>) - Static method in class hudson.plugins.pmd.WarningDifferencer
Returns the fixed warnings, i.e., the warnings that are in the previous build but not in the actial.
getHealthCounter() - Method in class hudson.plugins.pmd.PmdResultAction
Returns the health counter of this result.
getHealthCounter() - Method in class hudson.plugins.pmd.util.AbstractResultAction
Returns the health counter of this result.
getHealthReportBuilder() - Method in class hudson.plugins.pmd.util.AbstractResultAction
Returns the associated health report builder.
getHealthReportBuilder() - Method in interface hudson.plugins.pmd.util.ResultAction
Returns the associated health report builder.
getHealthy() - Method in class hudson.plugins.pmd.PmdReporter
Returns the healthy threshold.
getHealthy() - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Returns the healthy threshold, i.e. when health is reported as 100%.
getHealthy() - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Returns the healthy.
getHealthyAnnotations() - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Returns the healthy threshold for annotations, i.e. when health is reported as 100%.
getHelpFile() - Method in class hudson.plugins.pmd.PmdDescriptor
getHelpFile() - Method in class hudson.plugins.pmd.PmdReporterDescriptor
getIconFileName() - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Returns the icon URL for the side-panel in the project screen.
getIconFileName() - Method in class hudson.plugins.pmd.util.AbstractResultAction
getIconUrl() - Method in class hudson.plugins.pmd.PmdResultAction
Returns the file name URL of the icon.
getIconUrl() - Method in class hudson.plugins.pmd.util.AbstractResultAction
Returns the file name URL of the icon.
getInstance() - Static method in class hudson.plugins.pmd.parser.PmdMessages
Returns the singleton instance.
getItemName() - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Returns the itemName.
getKey() - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Returns the unique key of this annotation.
getKey() - Method in interface hudson.plugins.pmd.util.model.FileAnnotation
Returns the unique key of this annotation.
getLastAction() - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Returns the last valid result action.
getLineRanges() - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Returns a collection of line ranges for this annotation.
getLineRanges() - Method in interface hudson.plugins.pmd.util.model.FileAnnotation
Returns a collection of line ranges for this annotation.
getLocalizedString() - Method in enum hudson.plugins.pmd.util.model.Priority
Returns a localized description of this priority.
getLongLocalizedString() - Method in enum hudson.plugins.pmd.util.model.Priority
Returns a long localized description of this priority.
getMessage(String, String) - Method in class hudson.plugins.pmd.parser.PmdMessages
Returns the message for the specified PMD rule.
getMessage() - Method in class hudson.plugins.pmd.parser.Violation
Returns the message.
getMessage() - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Returns the message of this annotation.
getMessage() - Method in interface hudson.plugins.pmd.util.model.FileAnnotation
Returns the message of this annotation.
getMinimumAnnotations() - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Returns the threshold to be reached if a build should be considered as unstable.
getModule() - Method in class hudson.plugins.pmd.ModuleDetail
Returns the maven module.
getModule(String) - Method in class hudson.plugins.pmd.util.model.JavaProject
Returns the maven module with the given name.
getModuleName() - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModuleName() - Method in interface hudson.plugins.pmd.util.model.FileAnnotation
Returns the name of the maven or ant module that contains this annotation.
getModules() - Method in class hudson.plugins.pmd.PmdResult
Returns the modules of this project.
getModules() - Method in class hudson.plugins.pmd.util.model.JavaProject
Gets the modules of this project that have annotations.
getMultipleTooltip(int) - Method in class hudson.plugins.pmd.util.AbstractAreaRenderer
Returns the tooltip if there are multiple items.
getName() - Method in class hudson.plugins.pmd.parser.File
Returns the name of this file.
getName() - Method in class hudson.plugins.pmd.util.ErrorDetail
Returns the name of the associated plug-in.
getName() - Method in class hudson.plugins.pmd.util.model.JavaPackage
Returns the name of this package.
getName() - Method in class hudson.plugins.pmd.util.model.MavenModule
Returns the module name.
getName() - Method in class hudson.plugins.pmd.util.model.WorkspaceFile
Returns the filename name of this file.
getNewWarnings() - Method in class hudson.plugins.pmd.PmdResult
Returns the new warnings of this build.
getNewWarnings(Collection<FileAnnotation>, Collection<FileAnnotation>) - Static method in class hudson.plugins.pmd.WarningDifferencer
Returns the new warnings, i.e., the warnings that are in the actual build but not in the previous.
getNumberOfAnnotations() - Method in class hudson.plugins.pmd.PmdResult
Gets the number of warnings.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.pmd.PmdResult
Returns the total number of warnings of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.pmd.PmdResult
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns the annotations of the specified priority for this object.
getNumberOfAnnotations() - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns the total number of annotations for this object.
getNumberOfAnnotations(Priority) - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns the total number of annotations of the specified priority for this object.
getNumberOfAnnotations(String) - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns the annotations of the specified priority for this object.
getNumberOfFixedWarnings() - Method in class hudson.plugins.pmd.PmdResult
Gets the number of fixed warnings.
getNumberOfModules() - Method in class hudson.plugins.pmd.PmdResult
Returns the number of modules in this project.
getNumberOfNewWarnings() - Method in class hudson.plugins.pmd.PmdResult
Gets the number of new warnings.
getOwner() - Method in class hudson.plugins.pmd.AbstractWarningsDetail
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.pmd.PmdResult
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.pmd.util.AbstractResultAction
Returns the associated build of this action.
getOwner() - Method in class hudson.plugins.pmd.util.ErrorDetail
Returns the build as owner of this action.
getOwner() - Method in class hudson.plugins.pmd.util.SourceDetail
Returns the build as owner of this object.
getPackage() - Method in class hudson.plugins.pmd.PackageDetail
Returns the maven module.
getPackage() - Method in class hudson.plugins.pmd.parser.Violation
Returns the javaPackage.
getPackage(String) - Method in class hudson.plugins.pmd.util.model.JavaProject
Returns the package with the given name.
getPackage(String) - Method in class hudson.plugins.pmd.util.model.MavenModule
Gets the package with the given name.
getPackageName() - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackageName() - Method in interface hudson.plugins.pmd.util.model.FileAnnotation
Returns the name of package (or namespace) that contains this annotation.
getPackages() - Method in class hudson.plugins.pmd.ModuleDetail
Returns the packages of this module.
getPackages() - Method in class hudson.plugins.pmd.PmdResult
Returns the packages of this project.
getPackages() - Method in class hudson.plugins.pmd.util.model.JavaProject
Gets the packages of this project that have annotations.
getPackages() - Method in class hudson.plugins.pmd.util.model.MavenModule
Gets the packages of this module that have annotations.
getPattern() - Method in class hudson.plugins.pmd.PmdReporter
Returns the Ant file-set pattern to the workspace files.
getPattern() - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Returns the Ant file-set pattern of files to work with.
getPreviousNumberOfWarnings(String) - Method in class hudson.plugins.pmd.PmdResult
Returns the number of warnings of the specified package in the previous build.
getPreviousResult() - Method in class hudson.plugins.pmd.PmdResult
Returns the results of the previous build.
getPreviousResultAction() - Method in class hudson.plugins.pmd.PmdResultAction
Gets the PMD result of the previous build.
getPreviousResultAction() - Method in interface hudson.plugins.pmd.util.ResultAction
Returns the result action from the previous build.
getPrimaryLineNumber() - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPrimaryLineNumber() - Method in interface hudson.plugins.pmd.util.model.FileAnnotation
Returns the primary line number of this annotation that defines the anchor of this annotation.
getPriority() - Method in class hudson.plugins.pmd.parser.Violation
Returns the priority.
getPriority() - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Returns the priority of this annotation.
getPriority() - Method in interface hudson.plugins.pmd.util.model.FileAnnotation
Returns the priority of this annotation.
getProject() - Method in class hudson.plugins.pmd.PmdResult
Returns the associated project of this result.
getProject() - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Returns the project.
getProjectAction(AbstractProject<?, ?>) - Method in class hudson.plugins.pmd.PmdPublisher
getProjectAction(MavenModule) - Method in class hudson.plugins.pmd.PmdReporter
getReportName() - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Returns the reportName.
getResult() - Method in class hudson.plugins.pmd.util.AbstractResultAction
Returns the current result of this action.
getResult() - Method in interface hudson.plugins.pmd.util.ResultAction
Returns the current result of this action.
getRule() - Method in class hudson.plugins.pmd.parser.Violation
Returns the rule.
getRuleset() - Method in class hudson.plugins.pmd.parser.Violation
Returns the ruleset.
getShortFileName() - Method in class hudson.plugins.pmd.parser.Bug
Gets the associated file name of this bug (without path).
getShortName() - Method in class hudson.plugins.pmd.util.model.WorkspaceFile
Returns a readable name of this workspace file without path prefix.
getSingleTooltip() - Method in class hudson.plugins.pmd.util.AbstractAreaRenderer
Returns the tooltip if there is one item.
getSourceCode() - Method in class hudson.plugins.pmd.util.SourceDetail
Returns the line that should be highlighted.
getStart() - Method in class hudson.plugins.pmd.util.model.LineRange
Returns the first line of this range.
getSummary() - Method in class hudson.plugins.pmd.PmdResult
Returns a summary message for the summary.jelly file.
getTarget() - Method in class hudson.plugins.pmd.util.AbstractResultAction
getThreshold() - Method in class hudson.plugins.pmd.PmdReporter
Returns the Bug threshold to be reached if a build should be considered as unstable.
getThreshold() - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Returns the annotation threshold to be reached if a build should be considered as unstable.
getThreshold() - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Returns the threshold.
getToolTip(String) - Method in class hudson.plugins.pmd.ModuleDetail
Returns a tooltip showing the distribution of priorities for the selected package.
getToolTip() - Method in class hudson.plugins.pmd.parser.Bug
Returns the a detailed description that will be used as tooltip.
getToolTip(String) - Method in class hudson.plugins.pmd.PmdResult
Returns a tooltip showing the distribution of priorities for the selected package.
getToolTip() - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns a tooltip showing the distribution of priorities for this container.
getToolTip() - Method in interface hudson.plugins.pmd.util.model.FileAnnotation
Returns the a detailed description that will be used as tooltip.
getType() - Method in class hudson.plugins.pmd.parser.Bug
Returns the bug type.
getType() - Method in class hudson.plugins.pmd.Pattern
Returns the type.
getUnHealthy() - Method in class hudson.plugins.pmd.PmdReporter
Returns the unhealthy threshold.
getUnHealthy() - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Returns the unhealthy threshold, i.e. when health is reported as 0%.
getUnHealthy() - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Returns the unHealthy.
getUnHealthyAnnotations() - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Returns the unhealthy threshold of annotations, i.e. when health is reported as 0%.
getUrlName() - Method in class hudson.plugins.pmd.PmdProjectAction
getUrlName() - Method in class hudson.plugins.pmd.PmdResultAction
getViolations() - Method in class hudson.plugins.pmd.parser.File
Returns all violations of this file.
getWorkspacePath() - Method in class hudson.plugins.pmd.util.model.JavaProject
Returns the root path of the workspace files.
getZeroWarningsHighScore() - Method in class hudson.plugins.pmd.PmdResult
Returns the maximum period with zero warnings in a build.
getZeroWarningsSinceBuild() - Method in class hudson.plugins.pmd.PmdResult
Returns the build since we have zero warnings.
getZeroWarningsSinceDate() - Method in class hudson.plugins.pmd.PmdResult
Returns the time since we have zero warnings.
guessModuleName(String) - Static method in class hudson.plugins.pmd.parser.PmdCollector
Guesses the module name based on the specified file name.
guessModuleName(String) - Static method in class hudson.plugins.pmd.util.MavenModuleDetector
Guesses a maven module name based on the source folder.

H

hasAnnotations() - Method in class hudson.plugins.pmd.PmdResult
Returns whether we have annotations in this project.
hasAnnotations() - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in class hudson.plugins.pmd.util.model.AnnotationContainer
Returns whether this objects has annotations with the specified priority.
hasAnnotations() - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns whether this objects has annotations.
hasAnnotations(Priority) - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasAnnotations(String) - Method in interface hudson.plugins.pmd.util.model.AnnotationProvider
Returns whether this objects has annotations with the specified priority.
hasError() - Method in class hudson.plugins.pmd.PmdResult
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.pmd.util.model.JavaProject
Returns whether a module with an error is part of this project.
hasError() - Method in class hudson.plugins.pmd.util.model.MavenModule
Return whether this module has an error message stored.
hashCode() - Method in class hudson.plugins.pmd.parser.Bug
hashCode() - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
hashCode() - Method in class hudson.plugins.pmd.util.model.LineRange
hasPreviousResult() - Method in class hudson.plugins.pmd.PmdResult
Returns whether a previous build result exists.
hasPreviousResultAction() - Method in class hudson.plugins.pmd.PmdResultAction
Returns whether a previous build already has a result action of this type attached.
hasPreviousResultAction() - Method in interface hudson.plugins.pmd.util.ResultAction
Returns whether a previous build already has a result action of this type attached.
hasValidResults(AbstractBuild<?, ?>) - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Returns whether we have enough valid results in order to draw a meaningful graph.
HealthAwarePublisher - Class in hudson.plugins.pmd.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) - Constructor for class hudson.plugins.pmd.util.HealthAwarePublisher
Creates a new instance of HealthAwarePublisher.
HealthReportBuilder - Class in hudson.plugins.pmd.util
Creates a health report for integer values based on healthy and unhealthy thresholds.
HealthReportBuilder(boolean, int, boolean, int, int, String, String) - Constructor for class hudson.plugins.pmd.util.HealthReportBuilder
Creates a new instance of HealthReportBuilder.
HealthReportBuilder() - Constructor for class hudson.plugins.pmd.util.HealthReportBuilder
Creates a new dummy instance of HealthReportBuilder.
highlightSource(InputStream) - Method in class hudson.plugins.pmd.util.SourceDetail
Highlights the specified source and returns the result as an HTML string.
HighPriority() - Static method in class hudson.plugins.pmd.util.Messages
High Priority
hudson.plugins.pmd - package hudson.plugins.pmd
 
hudson.plugins.pmd.parser - package hudson.plugins.pmd.parser
 
hudson.plugins.pmd.util - package hudson.plugins.pmd.util
 
hudson.plugins.pmd.util.model - package hudson.plugins.pmd.util.model
 

I

invoke(File, VirtualChannel) - Method in class hudson.plugins.pmd.parser.JavaFileFinder
Returns an array with the filenames of the Java files that have been found in the workspace.
invoke(File, VirtualChannel) - Method in class hudson.plugins.pmd.parser.PmdCollector
isApplicable(Class<? extends AbstractProject>) - Method in class hudson.plugins.pmd.PmdDescriptor
isCurrent() - Method in class hudson.plugins.pmd.AbstractWarningsDetail
Returns whether this result belongs to the last build.
isCurrent() - Method in class hudson.plugins.pmd.PmdResult
Returns whether this result belongs to the last build.
isEnabled() - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Returns whether this health report build is enabled, i.e. at least one of the health or failed thresholds are provided.
isFailureThresholdEnabled() - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Returns the isThresholdEnabled.
isHealthinessEnabled() - Method in class hudson.plugins.pmd.util.AbstractProjectAction
Returns whether we should display the toggle graph type links.
isHealthyReportEnabled() - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Returns the isHealthyReportEnabled.
isHealthyReportEnabled() - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Returns the isHealthyReportEnabled.
isSingleModuleProject() - Method in class hudson.plugins.pmd.PmdResult
Returns whether this project contains just one maven module.
isSinglePackageModule() - Method in class hudson.plugins.pmd.ModuleDetail
Returns whether this module contains just one Java package.
isSinglePackageProject() - Method in class hudson.plugins.pmd.PmdResult
Returns whether we only have a single package.
isThresholdEnabled() - Method in class hudson.plugins.pmd.util.HealthAwarePublisher
Determines whether a threshold has been defined.

J

JavaFileFinder - Class in hudson.plugins.pmd.parser
Scans the workspace and finds all Java files.
JavaFileFinder() - Constructor for class hudson.plugins.pmd.parser.JavaFileFinder
 
JavaPackage - Class in hudson.plugins.pmd.util.model
A serializable Java Bean class representing a Java package.
JavaPackage(String) - Constructor for class hudson.plugins.pmd.util.model.JavaPackage
Creates a new instance of JavaPackage.
JavaProject - Class in hudson.plugins.pmd.util.model
A serializable Java Bean class representing a project that has been built by Hudson.
JavaProject() - Constructor for class hudson.plugins.pmd.util.model.JavaProject
 

L

LineRange - Class in hudson.plugins.pmd.util.model
A line range in a source file is defined by its first and last line.
LineRange(int) - Constructor for class hudson.plugins.pmd.util.model.LineRange
Creates a new instance of LineRange.
LineRange(int, int) - Constructor for class hudson.plugins.pmd.util.model.LineRange
Creates a new instance of LineRange.
LowPriority() - Static method in class hudson.plugins.pmd.util.Messages
Low Priority

M

MavenModule - Class in hudson.plugins.pmd.util.model
A serializable Java Bean class representing a maven module.
MavenModule() - Constructor for class hudson.plugins.pmd.util.model.MavenModule
Creates a new instance of MavenModule.
MavenModule(String) - Constructor for class hudson.plugins.pmd.util.model.MavenModule
Creates a new instance of MavenModule.
MavenModuleDetector - Class in hudson.plugins.pmd.util
Detects maven module names by parsing the name of a source file.
Messages - Class in hudson.plugins.pmd
 
Messages() - Constructor for class hudson.plugins.pmd.Messages
 
Messages - Class in hudson.plugins.pmd.util
 
Messages() - Constructor for class hudson.plugins.pmd.util.Messages
 
ModuleDetail - Class in hudson.plugins.pmd
Result object to visualize the package statistics of a module.
ModuleDetail(AbstractBuild<?, ?>, MavenModule) - Constructor for class hudson.plugins.pmd.ModuleDetail
Creates a new instance of ModuleDetail.

N

newInstance(StaplerRequest) - Method in class hudson.plugins.pmd.PmdDescriptor
newInstance(StaplerRequest) - Method in class hudson.plugins.pmd.PmdReporterDescriptor
NewWarningsDetail - Class in hudson.plugins.pmd
Result object to visualize the new warnings in a build.
NewWarningsDetail(AbstractBuild<?, ?>, Set<FileAnnotation>) - Constructor for class hudson.plugins.pmd.NewWarningsDetail
Creates a new instance of FixedWarningsDetail.
NormalPriority() - Static method in class hudson.plugins.pmd.util.Messages
Normal Priority

P

PackageDetail - Class in hudson.plugins.pmd
Result object to visualize the package statistics of a module.
PackageDetail(AbstractBuild<?, ?>, JavaPackage) - Constructor for class hudson.plugins.pmd.PackageDetail
Creates a new instance of ModuleDetail.
parse(InputStream, String) - Method in class hudson.plugins.pmd.parser.PmdParser
Returns the parsed PMD analysis file.
Pattern - Class in hudson.plugins.pmd
Bug pattern describing a bug type.
Pattern() - Constructor for class hudson.plugins.pmd.Pattern
 
perform(AbstractBuild<?, ?>, Launcher, BuildListener) - Method in class hudson.plugins.pmd.PmdPublisher
Scans the workspace and parses all found PMD XML files.
Pmd - Class in hudson.plugins.pmd.parser
Java Bean class for a violations collection of the PMD format.
Pmd() - Constructor for class hudson.plugins.pmd.parser.Pmd
 
PMD_ACTION_LOGO - Static variable in class hudson.plugins.pmd.PmdDescriptor
Icon to use for the result and project action.
PMD_DESCRIPTOR - Static variable in class hudson.plugins.pmd.PmdPublisher
Descriptor of this publisher.
PMD_FixedWarningsDetail_Name() - Static method in class hudson.plugins.pmd.Messages
Fixed Warnings
PMD_NewWarningsDetail_Name() - Static method in class hudson.plugins.pmd.Messages
New Warnings
PMD_PMDCollector_Error_EmptyFile(Object) - Static method in class hudson.plugins.pmd.Messages
Skipping PMD file {0} because because its empty.
PMD_PMDCollector_Error_Exception(Object) - Static method in class hudson.plugins.pmd.Messages
Parsing of file {0} failed due to an exception:
PMD_PMDCollector_Error_FileNotUpToDate(Object) - Static method in class hudson.plugins.pmd.Messages
Skipping PMD file {0} because it's not up to date.
PMD_PMDCollector_Error_NoPermission(Object) - Static method in class hudson.plugins.pmd.Messages
Skipping PMD file {0} because because we have no permission to read the file.
PMD_ProjectAction_Name() - Static method in class hudson.plugins.pmd.Messages
PMD Result
PMD_Publisher_Name() - Static method in class hudson.plugins.pmd.Messages
Publish PMD Analysis Results
PMD_ResultAction_HealthReportMultipleItem(Object) - Static method in class hudson.plugins.pmd.Messages
PMD: {0} warnings found.
PMD_ResultAction_HealthReportSingleItem() - Static method in class hudson.plugins.pmd.Messages
PMD: 1 warning found.
PMD_ResultAction_MultipleFiles(Object) - Static method in class hudson.plugins.pmd.Messages
in {0} PMD files.
PMD_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.pmd.Messages
{0} fixed warnings
PMD_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.pmd.Messages
{0} new warnings
PMD_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.pmd.Messages
{0} warnings
PMD_ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.pmd.Messages
No warnings since build {0}
PMD_ResultAction_OneFile() - Static method in class hudson.plugins.pmd.Messages
in 1 PMD file.
PMD_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.pmd.Messages
1 fixed warning
PMD_ResultAction_OneNewWarning() - Static method in class hudson.plugins.pmd.Messages
1 new warning
PMD_ResultAction_OneWarning() - Static method in class hudson.plugins.pmd.Messages
1 warning
PMD_SCANNER_DESCRIPTOR - Static variable in class hudson.plugins.pmd.PmdReporter
Descriptor of this publisher.
PmdCollector - Class in hudson.plugins.pmd.parser
Parses the PMD files that match the specified pattern and creates a corresponding Java project with a collection of annotations.
PmdCollector(PrintStream, long, String) - Constructor for class hudson.plugins.pmd.parser.PmdCollector
Creates a new instance of PmdCollector.
PmdDescriptor - Class in hudson.plugins.pmd
Descriptor for the class PmdPublisher.
PmdMessages - Class in hudson.plugins.pmd.parser
Provides access to rule descriptions and examples.
PmdParser - Class in hudson.plugins.pmd.parser
A parser for the maven-pmd-plugin XML files.
PmdParser() - Constructor for class hudson.plugins.pmd.parser.PmdParser
 
PmdPlugin - Class in hudson.plugins.pmd
Registers the PMD plug-in publisher.
PmdPlugin() - Constructor for class hudson.plugins.pmd.PmdPlugin
 
PmdProjectAction - Class in hudson.plugins.pmd
Entry point to visualize the PMD trend graph in the project screen.
PmdProjectAction(AbstractProject<?, ?>) - Constructor for class hudson.plugins.pmd.PmdProjectAction
Instantiates a new find bugs project action.
PmdPublisher - Class in hudson.plugins.pmd
Publishes the results of the PMD analysis.
PmdPublisher(String, String, String, String) - Constructor for class hudson.plugins.pmd.PmdPublisher
Creates a new instance of PmdPublisher.
PmdReporter - Class in hudson.plugins.pmd
 
PmdReporter(String, String, String, String) - Constructor for class hudson.plugins.pmd.PmdReporter
Creates a new instance of PmdReporter.
PmdReporterDescriptor - Class in hudson.plugins.pmd
Descriptor for the class PmdReporter.
PmdReporterDescriptor() - Constructor for class hudson.plugins.pmd.PmdReporterDescriptor
Creates a new instance of PmdReporterDescriptor.
PmdResult - Class in hudson.plugins.pmd
Represents the results of the PMD analysis.
PmdResult(AbstractBuild<?, ?>, JavaProject) - Constructor for class hudson.plugins.pmd.PmdResult
Creates a new instance of PmdResult.
PmdResult(AbstractBuild<?, ?>, JavaProject, JavaProject, long) - Constructor for class hudson.plugins.pmd.PmdResult
Creates a new instance of PmdResult.
PmdResultAction - Class in hudson.plugins.pmd
Controls the live cycle of the PMD results.
PmdResultAction(AbstractBuild<?, ?>, PmdResult, HealthReportBuilder) - Constructor for class hudson.plugins.pmd.PmdResultAction
Creates a new instance of PmdBuildAction.
postExecute(MavenBuildProxy, MavenProject, MojoInfo, BuildListener, Throwable) - Method in class hudson.plugins.pmd.PmdReporter
PrioritiesAreaRenderer - Class in hudson.plugins.pmd.util
Renderer that provides direct access to the individual results of a build via links.
PrioritiesAreaRenderer(String, String, String) - Constructor for class hudson.plugins.pmd.util.PrioritiesAreaRenderer
Creates a new instance of PrioritiesAreaRenderer.
Priority - Enum in hudson.plugins.pmd.util.model
Defines the priority of an annotation.
Priority.PriorityConverter - Class in hudson.plugins.pmd.util.model
Converts priorities for XStream deserialization.
Priority.PriorityConverter() - Constructor for class hudson.plugins.pmd.util.model.Priority.PriorityConverter
 
Priority_High() - Static method in class hudson.plugins.pmd.util.Messages
High
Priority_Low() - Static method in class hudson.plugins.pmd.util.Messages
Low
Priority_Normal() - Static method in class hudson.plugins.pmd.util.Messages
Normal

R

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

S

setBeginline(int) - Method in class hudson.plugins.pmd.parser.Violation
Sets the beginline to the specified value.
setDescription(String) - Method in class hudson.plugins.pmd.Pattern
Sets the description to the specified value.
setEndline(int) - Method in class hudson.plugins.pmd.parser.Violation
Sets the endline to the specified value.
setError(String) - Method in class hudson.plugins.pmd.util.model.JavaProject
Sets the error message that denotes that why project creation has been failed.
setError(String) - Method in class hudson.plugins.pmd.util.model.MavenModule
Sets an error message that denotes that the creation of the module has been failed.
setExternalInfoUrl(String) - Method in class hudson.plugins.pmd.parser.Violation
Sets the externalInfoUrl to the specified value.
setFailureThresholdEnabled(boolean) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Sets the isThresholdEnabled to the specified value.
setFileName(String) - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Sets the file name to the specified value.
setHealthy(int) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Sets the healthy to the specified value.
setHealthyReportEnabled(boolean) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Sets the isHealthyReportEnabled to the specified value.
setItemName(String) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Sets the itemName to the specified value.
setMessage(String) - Method in class hudson.plugins.pmd.parser.Violation
Sets the message to the specified value.
setModuleName(String) - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Sets the module name to the specified value.
setName(String) - Method in class hudson.plugins.pmd.parser.File
Sets the name of this file to the specified value.
setName(String) - Method in class hudson.plugins.pmd.util.model.MavenModule
Sets the name of this module.
setPackage(String) - Method in class hudson.plugins.pmd.parser.Violation
Sets the javaPackage to the specified value.
setPackageName(String) - Method in class hudson.plugins.pmd.util.model.AbstractAnnotation
Sets the package name to the specified value.
setPriority(int) - Method in class hudson.plugins.pmd.parser.Violation
Sets the priority to the specified value.
setReportName(String) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Sets the reportName to the specified value.
setResult(T) - Method in class hudson.plugins.pmd.util.AbstractResultAction
Sets the result for this build.
setResult(T) - Method in interface hudson.plugins.pmd.util.ResultAction
Sets the result for this build.
setRule(String) - Method in class hudson.plugins.pmd.parser.Violation
Sets the rule to the specified value.
setRuleset(String) - Method in class hudson.plugins.pmd.parser.Violation
Sets the ruleset to the specified value.
setThreshold(int) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Sets the threshold to the specified value.
setType(String) - Method in class hudson.plugins.pmd.Pattern
Sets the type to the specified value.
setUnHealthy(int) - Method in class hudson.plugins.pmd.util.HealthReportBuilder
Sets the unHealthy to the specified value.
setWorkspacePath(String) - Method in class hudson.plugins.pmd.util.model.JavaProject
Sets the root path of the workspace files.
SOURCE_GENERATOR_OFFSET - Static variable in class hudson.plugins.pmd.util.SourceDetail
Offset of the source code generator.
SourceDetail - Class in hudson.plugins.pmd.util
Renders a source file containing an annotation for the whole file or a specific line number.
SourceDetail(AbstractBuild<?, ?>, FileAnnotation) - Constructor for class hudson.plugins.pmd.util.SourceDetail
Creates a new instance of this source code object.
splitSourceFile(String) - Method in class hudson.plugins.pmd.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.pmd.PmdPlugin

T

ThresholdValidator - Class in hudson.plugins.pmd.util
Validates a threshold parameter.
ThresholdValidator(StaplerRequest, StaplerResponse) - Constructor for class hudson.plugins.pmd.util.ThresholdValidator
Creates a new instance of NumberValidator.
Trend_PriorityHigh() - Static method in class hudson.plugins.pmd.util.Messages
(high priority)
Trend_PriorityLow() - Static method in class hudson.plugins.pmd.util.Messages
(low priority)
Trend_PriorityNormal() - Static method in class hudson.plugins.pmd.util.Messages
(normal priority)

V

valueOf(String) - Static method in enum hudson.plugins.pmd.util.model.Priority
Returns the enum constant of this type with the specified name.
values() - Static method in enum hudson.plugins.pmd.util.model.Priority
Returns an array containing the constants of this enum type, in the order they're declared.
Violation - Class in hudson.plugins.pmd.parser
Java Bean class for a violation of the PMD format.
Violation() - Constructor for class hudson.plugins.pmd.parser.Violation
 

W

WarningDifferencer - Class in hudson.plugins.pmd
Provides several utility methods based on sets of warnings.
WorkspaceFile - Class in hudson.plugins.pmd.util.model
A serializable Java Bean class representing a file in the Hudson workspace.
WorkspaceFile(String) - Constructor for class hudson.plugins.pmd.util.model.WorkspaceFile
Creates a new instance of WorkspaceFile.

_

_HighPriority() - Static method in class hudson.plugins.pmd.util.Messages
High Priority
_LowPriority() - Static method in class hudson.plugins.pmd.util.Messages
Low Priority
_NormalPriority() - Static method in class hudson.plugins.pmd.util.Messages
Normal Priority
_PMD_FixedWarningsDetail_Name() - Static method in class hudson.plugins.pmd.Messages
Fixed Warnings
_PMD_NewWarningsDetail_Name() - Static method in class hudson.plugins.pmd.Messages
New Warnings
_PMD_PMDCollector_Error_EmptyFile(Object) - Static method in class hudson.plugins.pmd.Messages
Skipping PMD file {0} because because its empty.
_PMD_PMDCollector_Error_Exception(Object) - Static method in class hudson.plugins.pmd.Messages
Parsing of file {0} failed due to an exception:
_PMD_PMDCollector_Error_FileNotUpToDate(Object) - Static method in class hudson.plugins.pmd.Messages
Skipping PMD file {0} because it's not up to date.
_PMD_PMDCollector_Error_NoPermission(Object) - Static method in class hudson.plugins.pmd.Messages
Skipping PMD file {0} because because we have no permission to read the file.
_PMD_ProjectAction_Name() - Static method in class hudson.plugins.pmd.Messages
PMD Result
_PMD_Publisher_Name() - Static method in class hudson.plugins.pmd.Messages
Publish PMD Analysis Results
_PMD_ResultAction_HealthReportMultipleItem(Object) - Static method in class hudson.plugins.pmd.Messages
PMD: {0} warnings found.
_PMD_ResultAction_HealthReportSingleItem() - Static method in class hudson.plugins.pmd.Messages
PMD: 1 warning found.
_PMD_ResultAction_MultipleFiles(Object) - Static method in class hudson.plugins.pmd.Messages
in {0} PMD files.
_PMD_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.pmd.Messages
{0} fixed warnings
_PMD_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.pmd.Messages
{0} new warnings
_PMD_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.pmd.Messages
{0} warnings
_PMD_ResultAction_NoWarningsSince(Object) - Static method in class hudson.plugins.pmd.Messages
No warnings since build {0}
_PMD_ResultAction_OneFile() - Static method in class hudson.plugins.pmd.Messages
in 1 PMD file.
_PMD_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.pmd.Messages
1 fixed warning
_PMD_ResultAction_OneNewWarning() - Static method in class hudson.plugins.pmd.Messages
1 new warning
_PMD_ResultAction_OneWarning() - Static method in class hudson.plugins.pmd.Messages
1 warning
_Priority_High() - Static method in class hudson.plugins.pmd.util.Messages
High
_Priority_Low() - Static method in class hudson.plugins.pmd.util.Messages
Low
_Priority_Normal() - Static method in class hudson.plugins.pmd.util.Messages
Normal
_Trend_PriorityHigh() - Static method in class hudson.plugins.pmd.util.Messages
(high priority)
_Trend_PriorityLow() - Static method in class hudson.plugins.pmd.util.Messages
(low priority)
_Trend_PriorityNormal() - Static method in class hudson.plugins.pmd.util.Messages
(normal priority)

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

Copyright © 2008. All Rights Reserved.