|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JavaProject | |
|---|---|
| hudson.plugins.pmd | |
| hudson.plugins.pmd.util | |
| Uses of JavaProject in hudson.plugins.pmd |
|---|
| Methods in hudson.plugins.pmd that return JavaProject | |
|---|---|
JavaProject |
PmdResult.getPreviousResult()
Returns the results of the previous build. |
JavaProject |
PmdResult.getProject()
Returns the associated project of this result. |
JavaProject |
PmdPublisher.perform(hudson.model.AbstractBuild<?,?> build,
java.io.PrintStream logger)
Performs the publishing of the results of this plug-in. |
JavaProject |
PmdReporter.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.pmd with parameters of type JavaProject | |
|---|---|
PmdResult |
PmdResultBuilder.build(hudson.model.AbstractBuild<?,?> build,
JavaProject project)
Creates a result that persists the PMD information for the specified build. |
protected void |
PmdReporter.persistResult(JavaProject project,
hudson.maven.MavenBuild build)
Persists the result in the build (on the master). |
| Constructors in hudson.plugins.pmd with parameters of type JavaProject | |
|---|---|
PmdResult(hudson.model.AbstractBuild<?,?> build,
JavaProject project)
Creates a new instance of PmdResult. |
|
PmdResult(hudson.model.AbstractBuild<?,?> build,
JavaProject project,
JavaProject previousProject,
long highScore)
Creates a new instance of PmdResult. |
|
| Uses of JavaProject in hudson.plugins.pmd.util |
|---|
| Methods in hudson.plugins.pmd.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.pmd.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 | |||||||||