|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MavenModule | |
|---|---|
| hudson.plugins.warnings.util | |
| hudson.plugins.warnings.util.model | |
| Uses of MavenModule in hudson.plugins.warnings.util |
|---|
| Constructors in hudson.plugins.warnings.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.warnings.util.model |
|---|
| Methods in hudson.plugins.warnings.util.model that return MavenModule | |
|---|---|
MavenModule |
AnnotationContainer.getModule(java.lang.String moduleName)
Gets the module with the given name. |
| Methods in hudson.plugins.warnings.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.warnings.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.warnings.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 | |||||||||