|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.pmd.parser.PmdCollector
public class PmdCollector
Parses the PMD files that match the specified pattern and creates a corresponding Java project with a collection of annotations.
| Constructor Summary | |
|---|---|
PmdCollector(java.io.PrintStream listener,
long buildTime,
java.lang.String filePattern)
Creates a new instance of PmdCollector. |
|
| Method Summary | |
|---|---|
JavaProject |
invoke(java.io.File workspace,
hudson.remoting.VirtualChannel channel)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PmdCollector(java.io.PrintStream listener,
long buildTime,
java.lang.String filePattern)
PmdCollector.
listener - the LoggerbuildTime - build time stamp, only newer files are consideredfilePattern - ant file-set pattern to scan for PMD files| Method Detail |
|---|
public JavaProject invoke(java.io.File workspace,
hudson.remoting.VirtualChannel channel)
throws java.io.IOException
invoke in interface hudson.FilePath.FileCallable<JavaProject>java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||