|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 AbstractModuleDescriptor s that require a default
constructor. |
|
TaskModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory)
|
Method Summary | |
---|---|
CapabilityDefaultsHelper |
getCapabilityDefaultsHelper()
Retrieves the instance responsible for detecting the default Capability s of this plugin |
java.util.List<TaskCategory> |
getCategories()
|
java.lang.String |
getIconUrl()
URL to the icon to be used in the Task browser |
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 |
---|
disabled, getFreeMarkerResourceLocation, getModule, getVelocityResourceLocation, instantiateClass, isMutable, postInit, preInit |
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor |
---|
assertModuleClassImplements, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getName, getParams, getPlugin, getPluginKey, 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, 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)
public TaskModuleDescriptorImpl()
AbstractModuleDescriptor
s 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.PluginParseException
public CapabilityDefaultsHelper getCapabilityDefaultsHelper()
TaskModuleDescriptor
Capability
s of this plugin
getCapabilityDefaultsHelper
in interface TaskModuleDescriptor
CapabilityDefaultsHelper
for this TaskType
@Nullable public TaskConfigurator getTaskConfigurator()
TaskModuleDescriptor
getTaskConfigurator
in interface TaskModuleDescriptor
TaskConfigurator
for this TaskType@NotNull public java.util.List<TaskCategory> getCategories()
getCategories
in interface TaskModuleDescriptor
TaskCategory
s that this module belongs to@NotNull public java.util.List<TaskExecutableType> getTaskExecutables()
getTaskExecutables
in interface TaskModuleDescriptor
TaskType
executablepublic java.lang.String getIconUrl()
TaskModuleDescriptor
getIconUrl
in interface TaskModuleDescriptor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |