| Package | Description |
|---|---|
| com.atlassian.greenhopper.plugin.module |
| Modifier and Type | Method and Description |
|---|---|
static ModuleDefinition |
ModuleDefinition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModuleDefinition[] |
ModuleDefinition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<ModuleDefinition> |
ModuleDefinition.getDefinitionsForContext(ModuleContext ctx)
Returns an List containing the module definitions applicable for the given PluginModuleContext.
|
List<ModuleDefinition> |
ModuleDefinition.getDependencies()
Returns a list of ModuleDefinition that are dependencies this module relies on being loaded before it can be loaded successfully.
|
Copyright © 2007–2015 Atlassian. All rights reserved.