Uses of Class
com.atlassian.greenhopper.plugin.module.ModuleContext
Packages that use ModuleContext
-
Uses of ModuleContext in com.atlassian.greenhopper.plugin.module
Methods in com.atlassian.greenhopper.plugin.module with parameters of type ModuleContextModifier and TypeMethodDescriptionstatic List<ModuleDefinition> ModuleDefinition.getDefinitionsForContext(ModuleContext ctx) Returns an List containing the module definitions applicable for the given PluginModuleContext.booleanModuleDefinition.isApplicable(ModuleContext ctx) Checks if the module is applicable for the given context.Constructors in com.atlassian.greenhopper.plugin.module with parameters of type ModuleContextModifierConstructorDescriptionModuleLoader(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.pocketknife.api.lifecycle.modules.DynamicModuleDescriptorFactory dynamicModuleDescriptorFactory, ModuleContext moduleContext) -
Uses of ModuleContext in com.atlassian.greenhopper.spring
Methods in com.atlassian.greenhopper.spring that return ModuleContextModifier and TypeMethodDescriptionMainConfiguration.moduleContext(com.atlassian.jira.util.BuildUtilsInfo buildUtilsInfo) Methods in com.atlassian.greenhopper.spring with parameters of type ModuleContextModifier and TypeMethodDescriptionMainConfiguration.moduleLoader(com.atlassian.plugin.PluginAccessor pluginAccessor, com.atlassian.pocketknife.api.lifecycle.modules.DynamicModuleDescriptorFactory dynamicModuleDescriptorFactory, ModuleContext moduleContext)