|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MavenModule | |
|---|---|
| hudson.plugins.pmd | |
| hudson.plugins.pmd.parser | |
| hudson.plugins.pmd.util | |
| hudson.plugins.pmd.util.model | |
| Uses of MavenModule in hudson.plugins.pmd |
|---|
| Methods in hudson.plugins.pmd that return types with arguments of type MavenModule | |
|---|---|
java.util.Collection<MavenModule> |
PmdResult.getModules()
Returns the modules of this project. |
| Uses of MavenModule in hudson.plugins.pmd.parser |
|---|
| Methods in hudson.plugins.pmd.parser that return MavenModule | |
|---|---|
MavenModule |
PmdParser.parse(java.io.InputStream file,
java.lang.String moduleName)
Returns the parsed PMD analysis file. |
| Uses of MavenModule in hudson.plugins.pmd.util |
|---|
| Methods in hudson.plugins.pmd.util that return MavenModule | |
|---|---|
MavenModule |
ModuleDetail.getModule()
Returns the maven module. |
| Constructors in hudson.plugins.pmd.util with parameters of type MavenModule | |
|---|---|
ModuleDetail(hudson.model.AbstractBuild<?,?> owner,
MavenModule module,
java.lang.String header)
Creates a new instance of ModuleDetail. |
|
| Uses of MavenModule in hudson.plugins.pmd.util.model |
|---|
| Methods in hudson.plugins.pmd.util.model that return MavenModule | |
|---|---|
MavenModule |
JavaProject.getModule(java.lang.String moduleName)
Returns the maven module with the given name. |
| Methods in hudson.plugins.pmd.util.model that return types with arguments of type MavenModule | |
|---|---|
java.util.Collection<MavenModule> |
JavaProject.getModules()
Gets the modules of this project that have annotations. |
| Methods in hudson.plugins.pmd.util.model with parameters of type MavenModule | |
|---|---|
void |
JavaProject.addModule(MavenModule module)
Adds the specified module with its annotations to this project. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||