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

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

Uses of MavenModule in hudson.plugins.tasks
 

Constructors in hudson.plugins.tasks with parameters of type MavenModule
TasksModuleDetail(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
 

Methods in hudson.plugins.tasks.util that return MavenModule
 MavenModule ModuleDetail.getModule()
          Returns the maven module.
 

Constructors in hudson.plugins.tasks.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.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.
 



Copyright © 2008. All Rights Reserved.