|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MavenModule | |
|---|---|
| hudson.plugins.tasks | |
| hudson.plugins.tasks.util.model | |
| Uses of MavenModule in hudson.plugins.tasks |
|---|
| Constructors in hudson.plugins.tasks with parameters of type MavenModule | |
|---|---|
ModuleDetail(hudson.model.AbstractBuild<?,?> owner,
MavenModule module,
java.lang.String high,
java.lang.String normal,
java.lang.String low)
Creates a new instance of ModuleDetail. |
|
| Uses of MavenModule in hudson.plugins.tasks.util.model |
|---|
| Methods in hudson.plugins.tasks.util.model that return MavenModule | |
|---|---|
MavenModule |
JavaProject.getModule(java.lang.String moduleName)
Returns the maven module with the given name. |
| Methods in hudson.plugins.tasks.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.tasks.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 | |||||||||