|
||||||||||
| 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 MavenModule | |
|---|---|
MavenModule |
PmdResult.getModule(java.lang.String name)
Returns the module with the specified name. |
| 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 annotations found in the specified file. |
| Uses of MavenModule in hudson.plugins.pmd.util |
|---|
| Methods in hudson.plugins.pmd.util that return MavenModule | |
|---|---|
MavenModule |
AnnotationParser.parse(java.io.InputStream file,
java.lang.String moduleName)
Returns the annotations found in the specified file. |
| 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 |
AnnotationContainer.getModule(java.lang.String moduleName)
Gets the module with the given name. |
| Methods in hudson.plugins.pmd.util.model that return types with arguments of type MavenModule | |
|---|---|
java.util.Collection<MavenModule> |
AnnotationContainer.getModules()
Gets the modules of this container 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. |
| Method parameters in hudson.plugins.pmd.util.model with type arguments of type MavenModule | |
|---|---|
void |
JavaProject.addModules(java.util.Collection<MavenModule> modules)
Adds the specified modules with their annotations to this project. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||