|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CheckStyleResult | |
|---|---|
| hudson.plugins.checkstyle | |
| Uses of CheckStyleResult in hudson.plugins.checkstyle |
|---|
| Subclasses of CheckStyleResult in hudson.plugins.checkstyle | |
|---|---|
class |
CheckStyleMavenResult
Represents the aggregated results of the Checkstyle analysis in m2 jobs. |
| Methods in hudson.plugins.checkstyle that return CheckStyleResult | |
|---|---|
CheckStyleResult |
CheckStyleResultBuilder.build(hudson.model.AbstractBuild<?,?> build,
ParserResult result,
java.lang.String defaultEncoding)
Creates a result that persists the Checkstyle information for the specified build. |
protected CheckStyleResult |
CheckStyleReporter.persistResult(ParserResult project,
hudson.maven.MavenBuild build)
Persists the result in the build (on the master). |
| Methods in hudson.plugins.checkstyle with parameters of type CheckStyleResult | |
|---|---|
static java.lang.String |
ResultSummary.createDeltaMessage(CheckStyleResult result)
Returns the message to show as the result summary. |
static java.lang.String |
ResultSummary.createSummary(CheckStyleResult result)
Returns the message to show as the result summary. |
| Constructors in hudson.plugins.checkstyle with parameters of type CheckStyleResult | |
|---|---|
CheckStyleMavenResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
ParserResult result,
CheckStyleResult previous)
Creates a new instance of CheckStyleMavenResult. |
|
CheckStyleResult(hudson.model.AbstractBuild<?,?> build,
java.lang.String defaultEncoding,
ParserResult result,
CheckStyleResult previous)
Creates a new instance of CheckStyleResult. |
|
CheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthDescriptor healthDescriptor,
CheckStyleResult result)
Creates a new instance of CheckStyleResultAction. |
|
MavenCheckStyleResultAction(hudson.model.AbstractBuild<?,?> owner,
HealthDescriptor healthDescriptor,
java.lang.String defaultEncoding,
CheckStyleResult result)
Creates a new instance of MavenCheckStyleResultAction. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||