|
||||||||||
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 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()
|
Methods inherited from interface com.atlassian.plugin.ModuleDescriptor |
---|
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, 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()
Capability
s of this plugin
CapabilityDefaultsHelper
for this TaskType
@NotNull java.util.List<TaskCategory> getCategories()
TaskCategory
s that this module belongs to@NotNull java.util.List<TaskExecutableType> getTaskExecutables()
TaskType
executable@Nullable java.lang.String getIconUrl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |