|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaProject | |
|---|---|
| hudson.plugins.checkstyle | |
| hudson.plugins.checkstyle.util | |
| Uses of JavaProject in hudson.plugins.checkstyle |
|---|
| Methods in hudson.plugins.checkstyle that return JavaProject | |
|---|---|
JavaProject |
CheckStyleResult.getPreviousResult()
Returns the results of the previous build. |
JavaProject |
CheckStyleResult.getProject()
Returns the associated project of this result. |
JavaProject |
CheckStylePublisher.perform(hudson.model.AbstractBuild<?,?> build,
java.io.PrintStream logger)
Performs the publishing of the results of this plug-in. |
JavaProject |
CheckStyleReporter.perform(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
java.io.PrintStream logger)
Performs the publishing of the results of this plug-in. |
| Methods in hudson.plugins.checkstyle with parameters of type JavaProject | |
|---|---|
CheckStyleResult |
CheckStyleResultBuilder.build(hudson.model.AbstractBuild<?,?> build,
JavaProject project)
Creates a result that persists the Checkstyle information for the specified build. |
protected void |
CheckStyleReporter.persistResult(JavaProject project,
hudson.maven.MavenBuild build)
Persists the result in the build (on the master). |
| Constructors in hudson.plugins.checkstyle with parameters of type JavaProject | |
|---|---|
CheckStyleResult(hudson.model.AbstractBuild<?,?> build,
JavaProject project)
Creates a new instance of CheckStyleResult. |
|
CheckStyleResult(hudson.model.AbstractBuild<?,?> build,
JavaProject project,
JavaProject previousProject,
long highScore)
Creates a new instance of CheckStyleResult. |
|
| Uses of JavaProject in hudson.plugins.checkstyle.util |
|---|
| Methods in hudson.plugins.checkstyle.util that return JavaProject | |
|---|---|
JavaProject |
FilesParser.invoke(java.io.File workspace,
hudson.remoting.VirtualChannel channel)
|
protected abstract JavaProject |
HealthAwarePublisher.perform(hudson.model.AbstractBuild<?,?> build,
java.io.PrintStream logger)
Performs the publishing of the results of this plug-in. |
protected abstract JavaProject |
HealthAwareMavenReporter.perform(hudson.maven.MavenBuildProxy build,
org.apache.maven.project.MavenProject pom,
hudson.maven.MojoInfo mojo,
java.io.PrintStream logger)
Performs the publishing of the results of this plug-in. |
| Methods in hudson.plugins.checkstyle.util with parameters of type JavaProject | |
|---|---|
protected abstract void |
HealthAwareMavenReporter.persistResult(JavaProject project,
hudson.maven.MavenBuild build)
Persists the result in the build (on the master). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||