Uses of Class
hudson.plugins.serenitec.util.model.MavenModule

Packages that use MavenModule
hudson.plugins.serenitec.util   
hudson.plugins.serenitec.util.model   
 

Uses of MavenModule in hudson.plugins.serenitec.util
 

Methods in hudson.plugins.serenitec.util with parameters of type MavenModule
 void Project.addModule(MavenModule module)
          Adds the specified module with its annotations to this project.
 

Method parameters in hudson.plugins.serenitec.util with type arguments of type MavenModule
 void Project.addModules(java.util.Collection<MavenModule> modules)
          Adds the specified modules with their annotations to this project.
 

Uses of MavenModule in hudson.plugins.serenitec.util.model
 

Methods in hudson.plugins.serenitec.util.model that return MavenModule
 MavenModule EntriesContainer.getModule(java.lang.String moduleName)
          Gets the module with the given name.
 

Methods in hudson.plugins.serenitec.util.model that return types with arguments of type MavenModule
 java.util.Collection<MavenModule> EntriesContainer.getModules()
          Gets the modules of this container that have annotations.
 java.util.Map<java.lang.String,MavenModule> EntriesContainer.getModulesByName()
           
 



Copyright © 2008. All Rights Reserved.