|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TaskModuleDescriptor
Note that this should not be directly used by plugin developers.
| Method Summary | |
|---|---|
CapabilityDefaultsHelper |
getCapabilityDefaultsHelper()
Retrieves the instance responsible for detecting the default Capabilitys of this plugin |
java.util.List<TaskCategory> |
getCategories()
|
TaskConfigurator |
getTaskConfigurator()
Retrieves the plugin class responsible fo handling user configuration of this plugin. |
java.util.List<TaskExecutableType> |
getTaskExecutables()
|
| Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
|---|
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, init, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion |
| Methods inherited from interface com.atlassian.plugin.Resourced |
|---|
getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation |
| Methods inherited from interface com.atlassian.bamboo.utils.NameProvider |
|---|
getName |
| Method Detail |
|---|
@Nullable TaskConfigurator getTaskConfigurator()
TaskConfigurator for this TaskType@Nullable CapabilityDefaultsHelper getCapabilityDefaultsHelper()
Capabilitys of this plugin
CapabilityDefaultsHelper for this TaskType@NotNull java.util.List<TaskCategory> getCategories()
TaskCategorys that this module belongs to@NotNull java.util.List<TaskExecutableType> getTaskExecutables()
TaskType executable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||