|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MavenModule | |
|---|---|
| hudson.plugins.checkstyle | |
| hudson.plugins.checkstyle.parser | |
| hudson.plugins.checkstyle.util | |
| hudson.plugins.checkstyle.util.model | |
| Uses of MavenModule in hudson.plugins.checkstyle |
|---|
| Methods in hudson.plugins.checkstyle that return types with arguments of type MavenModule | |
|---|---|
java.util.Collection<MavenModule> |
CheckStyleResult.getModules()
Returns the modules of this project. |
| Uses of MavenModule in hudson.plugins.checkstyle.parser |
|---|
| Methods in hudson.plugins.checkstyle.parser that return MavenModule | |
|---|---|
MavenModule |
CheckStyleParser.parse(java.io.InputStream file,
java.lang.String moduleName)
Returns the annotations found in the specified file. |
| Uses of MavenModule in hudson.plugins.checkstyle.util |
|---|
| Methods in hudson.plugins.checkstyle.util that return MavenModule | |
|---|---|
MavenModule |
ModuleDetail.getModule()
Returns the maven module. |
MavenModule |
AnnotationParser.parse(java.io.InputStream file,
java.lang.String moduleName)
Returns the annotations found in the specified file. |
| Constructors in hudson.plugins.checkstyle.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.checkstyle.util.model |
|---|
| Methods in hudson.plugins.checkstyle.util.model that return MavenModule | |
|---|---|
MavenModule |
JavaProject.getModule(java.lang.String moduleName)
Returns the maven module with the given name. |
| Methods in hudson.plugins.checkstyle.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.checkstyle.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.checkstyle.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 | |||||||||