|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.plugin.descriptors.AbstractModuleDescriptor<T>
com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor<InternalTaskType>
com.atlassian.bamboo.plugin.descriptor.TaskModuleDescriptorImpl
public final class TaskModuleDescriptorImpl
| Field Summary |
|---|
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
key, moduleClass, moduleClassName, moduleFactory, name, plugin, resources, singleton |
| Constructor Summary | |
|---|---|
TaskModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
|
| Method Summary | |
|---|---|
void |
disabled()
|
CapabilityDefaultsHelper |
getCapabilityDefaultsHelper()
Retrieves the instance responsible for detecting the default Capabilitys of this plugin |
java.util.List<TaskCategory> |
getCategories()
|
TaskHelpLink |
getHelpLink()
TaskHelpLink objects contain the i18n keys which can be used to find help urls for tasks and their corresponding titles. |
java.lang.String |
getIconUrl()
URL to the icon to be used in the Task browser |
RuntimeTaskDataProvider |
getRuntimeTaskDataProvider()
Optional server side component allowing inject runtime parameters for task |
TaskConfigurator |
getTaskConfigurator()
Retrieves the plugin class responsible fo handling user configuration of this plugin. |
java.util.List<TaskExecutableType> |
getTaskExecutables()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
| Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor |
|---|
getElementAsString, getFreeMarkerResourceLocation, getModule, getVelocityResourceLocation, instantiateClass, isMutable, postInit, preInit |
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, checkPermissions, destroy, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, hashCode, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
|---|
destroy, destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, 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 |
| Constructor Detail |
|---|
public TaskModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory)
| Method Detail |
|---|
public void init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
throws com.atlassian.plugin.PluginParseException
init in interface com.atlassian.plugin.ModuleDescriptor<InternalTaskType>init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<InternalTaskType>com.atlassian.plugin.PluginParseExceptionpublic void disabled()
disabled in interface com.atlassian.plugin.StateAwaredisabled in class AbstractBambooModuleDescriptor<InternalTaskType>public CapabilityDefaultsHelper getCapabilityDefaultsHelper()
TaskModuleDescriptorCapabilitys of this plugin
getCapabilityDefaultsHelper in interface TaskModuleDescriptorCapabilityDefaultsHelper for this TaskType@Nullable public TaskConfigurator getTaskConfigurator()
TaskModuleDescriptor
getTaskConfigurator in interface TaskModuleDescriptorTaskConfigurator for this TaskType@NotNull public java.util.List<TaskCategory> getCategories()
getCategories in interface TaskModuleDescriptorTaskCategorys that this module belongs to@NotNull public java.util.List<TaskExecutableType> getTaskExecutables()
getTaskExecutables in interface TaskModuleDescriptorTaskType executablepublic java.lang.String getIconUrl()
TaskModuleDescriptor
getIconUrl in interface TaskModuleDescriptor@Nullable public TaskHelpLink getHelpLink()
TaskModuleDescriptor
getHelpLink in interface TaskModuleDescriptor@Nullable public RuntimeTaskDataProvider getRuntimeTaskDataProvider()
TaskModuleDescriptor
getRuntimeTaskDataProvider in interface TaskModuleDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||