Uses of Enum Class
com.atlassian.greenhopper.plugin.module.ModuleDefinition
Packages that use ModuleDefinition
-
Uses of ModuleDefinition in com.atlassian.greenhopper.plugin.module
Methods in com.atlassian.greenhopper.plugin.module that return ModuleDefinitionModifier and TypeMethodDescriptionstatic ModuleDefinitionReturns the enum constant of this class with the specified name.static ModuleDefinition[]ModuleDefinition.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.atlassian.greenhopper.plugin.module that return types with arguments of type ModuleDefinitionModifier and TypeMethodDescriptionstatic List<ModuleDefinition>ModuleDefinition.getDefinitionsForContext(ModuleContext ctx) Returns an List containing the module definitions applicable for the given PluginModuleContext.ModuleDefinition.getDependencies()Returns a list of ModuleDefinition that are dependencies this module relies on being loaded before it can be loaded successfully.