|
||||||||||
| 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<TaskType>
com.atlassian.bamboo.plugin.descriptor.TaskModuleDescriptorImpl
public final class TaskModuleDescriptorImpl
| Field Summary |
|---|
| Fields inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
moduleClass, moduleClassName, moduleFactory, plugin, resources, singleton |
| Constructor Summary | |
|---|---|
TaskModuleDescriptorImpl()
Needed for AbstractModuleDescriptors that require a default
constructor. |
|
TaskModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
|
| 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()
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element)
|
| Methods inherited from class com.atlassian.bamboo.plugin.descriptor.AbstractBambooModuleDescriptor |
|---|
getFreeMarkerResourceLocation, getModule, getVelocityResourceLocation, instantiateClass |
| Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
|---|
assertModuleClassImplements, destroy, disabled, enabled, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setPlugin, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
|---|
destroy, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, 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)
public TaskModuleDescriptorImpl()
AbstractModuleDescriptors that require a default
constructor.
| 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<TaskType>init in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<TaskType>com.atlassian.plugin.PluginParseExceptionpublic 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 executable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||