A C E F G H I M N O P R S T U W _

A

acceptGoal(String) - Method in class hudson.plugins.checkstyle.CheckStyleReporter
addError(Error) - Method in class hudson.plugins.checkstyle.parser.File
Adds a new violation to this file.
addFile(File) - Method in class hudson.plugins.checkstyle.parser.CheckStyle
Adds a new file to this bug collection.

C

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_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
from {0} Checkstyle files.
Checkstyle_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} fixed warnings
Checkstyle_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} new warnings
Checkstyle_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} warnings
Checkstyle_ResultAction_OneFile() - Static method in class hudson.plugins.checkstyle.Messages
from one Checkstyle file.
Checkstyle_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 fixed warning
Checkstyle_ResultAction_OneNewWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 new warning
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
CheckStyleDescriptor - Class in hudson.plugins.checkstyle
Descriptor for the class CheckStylePublisher.
CheckStyleDescriptor() - Constructor for class hudson.plugins.checkstyle.CheckStyleDescriptor
Instantiates a new find bugs descriptor.
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.
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
Initializes the Checkstyle messages and descriptions.
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<?, ?>) - Constructor for class hudson.plugins.checkstyle.CheckStyleProjectAction
Instantiates a new CheckStyleProjectAction.
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, boolean, boolean) - 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, boolean) - 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() - 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, BuildHistory) - 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.
CheckStyleRules - Class in hudson.plugins.checkstyle.rules
Reads the meta data of the Checkstyle rules from the DocBook files of the Checkstyle distribution.
configure(XStream) - Method in class hudson.plugins.checkstyle.CheckStyleResult
createAggregatedAction(MavenModuleSetBuild, Map<MavenModule, List<MavenBuild>>) - Method in class hudson.plugins.checkstyle.MavenCheckStyleResultAction
createDeltaMessage() - Method in class hudson.plugins.checkstyle.CheckStyleResult
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
createSummary(CheckStyleResult) - Static method in class hudson.plugins.checkstyle.ResultSummary
Returns the message to show as the result summary.

E

end() - Method in class hudson.plugins.checkstyle.rules.TopicRule
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
 
extractNoteContent(Element) - Method in class hudson.plugins.checkstyle.rules.TopicRule
Extracts the node content.

F

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
 

G

getAction() - Method in class hudson.plugins.checkstyle.dashboard.WarningsNewVersusFixedGraphPortlet
getAction() - Method in class hudson.plugins.checkstyle.dashboard.WarningsPriorityGraphPortlet
getAction() - Method in class hudson.plugins.checkstyle.dashboard.WarningsTablePortlet
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.CheckStyleResultAction
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.dashboard.WarningsNewVersusFixedGraphPortlet.WarningsGraphDescriptor
 
getDisplayName() - Method in class hudson.plugins.checkstyle.dashboard.WarningsPriorityGraphPortlet.WarningsGraphDescriptor
 
getDisplayName() - Method in class hudson.plugins.checkstyle.dashboard.WarningsTablePortlet.WarningsPerJobDescriptor
 
getErrors() - Method in class hudson.plugins.checkstyle.parser.File
Returns all violations of this file.
getFiles() - Method in class hudson.plugins.checkstyle.parser.CheckStyle
Returns all files of this violations collection.
getGraphType() - Method in class hudson.plugins.checkstyle.dashboard.WarningsNewVersusFixedGraphPortlet
getGraphType() - Method in class hudson.plugins.checkstyle.dashboard.WarningsPriorityGraphPortlet
getIconUrl() - Method in class hudson.plugins.checkstyle.CheckStyleDescriptor
getIndividualActionType() - Method in class hudson.plugins.checkstyle.MavenCheckStyleResultAction
getInstance() - Static method in class hudson.plugins.checkstyle.rules.CheckStyleRules
Returns the singleton instance.
getLine() - Method in class hudson.plugins.checkstyle.parser.Error
Returns the line.
getMessage() - Method in class hudson.plugins.checkstyle.parser.Error
Returns the message.
getMultipleItemsTooltip(int) - Method in class hudson.plugins.checkstyle.CheckStyleResultAction
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.
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
getPluginName() - Method in class hudson.plugins.checkstyle.dashboard.WarningsNewVersusFixedGraphPortlet
getPluginName() - Method in class hudson.plugins.checkstyle.dashboard.WarningsPriorityGraphPortlet
getPluginName() - Method in class hudson.plugins.checkstyle.dashboard.WarningsTablePortlet
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
getResultActionClass() - Method in class hudson.plugins.checkstyle.CheckStyleReporter
getResultActionType() - Method in class hudson.plugins.checkstyle.CheckStyleMavenResult
getResultActionType() - Method in class hudson.plugins.checkstyle.CheckStyleResult
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.
getSeverity() - Method in class hudson.plugins.checkstyle.parser.Error
Returns the severity.
getSingleItemTooltip() - Method in class hudson.plugins.checkstyle.CheckStyleResultAction
getSource() - Method in class hudson.plugins.checkstyle.parser.Error
Returns the source.
getSummary() - Method in class hudson.plugins.checkstyle.CheckStyleResult
Returns a summary message for the summary.jelly file.
getToolTip() - Method in class hudson.plugins.checkstyle.parser.Warning
getTrendName() - Method in class hudson.plugins.checkstyle.CheckStyleProjectAction
getValue() - Method in class hudson.plugins.checkstyle.rules.Topic
Returns the value of this topic.

H

hudson.plugins.checkstyle - package hudson.plugins.checkstyle
 
hudson.plugins.checkstyle.dashboard - package hudson.plugins.checkstyle.dashboard
 
hudson.plugins.checkstyle.parser - package hudson.plugins.checkstyle.parser
 
hudson.plugins.checkstyle.rules - package hudson.plugins.checkstyle.rules
 

I

initialize() - Method in class hudson.plugins.checkstyle.rules.CheckStyleRules
Initializes the rules.

M

MavenCheckStyleResultAction - Class in hudson.plugins.checkstyle
A CheckStyleResultAction for native maven jobs.
MavenCheckStyleResultAction(AbstractBuild<?, ?>, HealthDescriptor, String) - Constructor for class hudson.plugins.checkstyle.MavenCheckStyleResultAction
Creates a new instance of MavenCheckStyleResultAction.
MavenCheckStyleResultAction(AbstractBuild<?, ?>, HealthDescriptor, String, CheckStyleResult) - Constructor for class hudson.plugins.checkstyle.MavenCheckStyleResultAction
Creates a new instance of MavenCheckStyleResultAction.
Messages - Class in hudson.plugins.checkstyle
 
Messages() - Constructor for class hudson.plugins.checkstyle.Messages
 

N

newInstance(StaplerRequest, JSONObject) - Method in class hudson.plugins.checkstyle.CheckStyleReporterDescriptor
newInstance() - Static method in class hudson.plugins.checkstyle.dashboard.WarningsNewVersusFixedGraphPortlet.WarningsGraphDescriptor
Creates a new descriptor if the dashboard-view plug-in is installed.
newInstance() - Static method in class hudson.plugins.checkstyle.dashboard.WarningsPriorityGraphPortlet.WarningsGraphDescriptor
Creates a new descriptor if the dashboard-view plug-in is installed.
newInstance() - Static method in class hudson.plugins.checkstyle.dashboard.WarningsTablePortlet.WarningsPerJobDescriptor
Creates a new descriptor if the dashboard-view plug-in is installed.

O

ORIGIN - Static variable in class hudson.plugins.checkstyle.parser.Warning
Origin of the annotation.

P

parse(InputStream, String) - Method in class hudson.plugins.checkstyle.parser.CheckStyleParser
perform(AbstractBuild<?, ?>, PluginLogger) - Method in class hudson.plugins.checkstyle.CheckStylePublisher
perform(MavenBuildProxy, MavenProject, MojoInfo, PluginLogger) - Method in class hudson.plugins.checkstyle.CheckStyleReporter
persistResult(ParserResult, MavenBuild) - Method in class hudson.plugins.checkstyle.CheckStyleReporter
Portlet_WarningsNewVsFixedGraph() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle warnings trend graph (new vs.
Portlet_WarningsPriorityGraph() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle warnings trend graph (priority distribution)
Portlet_WarningsTable() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle warnings per project

R

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

setDescription(Topic) - Method in class hudson.plugins.checkstyle.rules.Rule
Sets the description of this rule.
setLine(int) - Method in class hudson.plugins.checkstyle.parser.Error
Sets the line to the specified value.
setMessage(String) - Method in class hudson.plugins.checkstyle.parser.Error
Sets the message to the specified value.
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.
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.
setValue(String) - Method in class hudson.plugins.checkstyle.rules.Topic
Sets the value of this topic.
start() - Method in class hudson.plugins.checkstyle.CheckStylePlugin

T

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.

U

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.

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.
WarningsNewVersusFixedGraphPortlet - Class in hudson.plugins.checkstyle.dashboard
A portlet that shows the warnings trend graph of fixed versus new warnings.
WarningsNewVersusFixedGraphPortlet(String, String, String, String) - Constructor for class hudson.plugins.checkstyle.dashboard.WarningsNewVersusFixedGraphPortlet
Creates a new instance of WarningsNewVersusFixedGraphPortlet.
WarningsNewVersusFixedGraphPortlet.WarningsGraphDescriptor - Class in hudson.plugins.checkstyle.dashboard
Extension point registration.
WarningsNewVersusFixedGraphPortlet.WarningsGraphDescriptor() - Constructor for class hudson.plugins.checkstyle.dashboard.WarningsNewVersusFixedGraphPortlet.WarningsGraphDescriptor
 
WarningsPriorityGraphPortlet - Class in hudson.plugins.checkstyle.dashboard
A portlet that shows the warnings trend graph by priority.
WarningsPriorityGraphPortlet(String, String, String, String) - Constructor for class hudson.plugins.checkstyle.dashboard.WarningsPriorityGraphPortlet
Creates a new instance of WarningsPriorityGraphPortlet.
WarningsPriorityGraphPortlet.WarningsGraphDescriptor - Class in hudson.plugins.checkstyle.dashboard
Extension point registration.
WarningsPriorityGraphPortlet.WarningsGraphDescriptor() - Constructor for class hudson.plugins.checkstyle.dashboard.WarningsPriorityGraphPortlet.WarningsGraphDescriptor
 
WarningsTablePortlet - Class in hudson.plugins.checkstyle.dashboard
A portlet that shows a table with the number of warnings in a job.
WarningsTablePortlet(String) - Constructor for class hudson.plugins.checkstyle.dashboard.WarningsTablePortlet
Creates a new instance of WarningsTablePortlet.
WarningsTablePortlet.WarningsPerJobDescriptor - Class in hudson.plugins.checkstyle.dashboard
Extension point registration.
WarningsTablePortlet.WarningsPerJobDescriptor() - Constructor for class hudson.plugins.checkstyle.dashboard.WarningsTablePortlet.WarningsPerJobDescriptor
 

_

_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
from {0} Checkstyle files.
_Checkstyle_ResultAction_MultipleFixedWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} fixed warnings
_Checkstyle_ResultAction_MultipleNewWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} new warnings
_Checkstyle_ResultAction_MultipleWarnings(Object) - Static method in class hudson.plugins.checkstyle.Messages
{0} warnings
_Checkstyle_ResultAction_OneFile() - Static method in class hudson.plugins.checkstyle.Messages
from one Checkstyle file.
_Checkstyle_ResultAction_OneFixedWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 fixed warning
_Checkstyle_ResultAction_OneNewWarning() - Static method in class hudson.plugins.checkstyle.Messages
1 new warning
_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
_Portlet_WarningsNewVsFixedGraph() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle warnings trend graph (new vs.
_Portlet_WarningsPriorityGraph() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle warnings trend graph (priority distribution)
_Portlet_WarningsTable() - Static method in class hudson.plugins.checkstyle.Messages
Checkstyle warnings per project

A C E F G H I M N O P R S T U W _

Copyright © 2010. All Rights Reserved.