public final class TaskProcessCommandDecoratorModuleDescriptorImpl extends AbstractBambooModuleDescriptor<TaskProcessCommandDecorator> implements TaskProcessCommandDecoratorModuleDescriptor, Serializable
Constructor and Description |
---|
TaskProcessCommandDecoratorModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getDecorableTaskTypeKeys()
Return set of fully qualified keys of task types that this decorator can decorate
|
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
boolean |
isApplicableToTaskType(String testedPluginModuleKey)
Check if task type identified by pluginKey can be decorated by this decorator
|
disabled, getElementAsString, getFreeMarkerResourceLocation, getModule, getVelocityResourceLocation, instantiateClass, instantiateSubmodule, isMutable, postInit, preInit
assertModuleClassImplements, checkPermissions, destroy, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
destroy, equals, getCompleteKey, getDescription, getDescriptionKey, getDisplayName, getI18nNameKey, getKey, getMinJavaVersion, getModule, getModuleClass, getName, getParams, getPlugin, getPluginKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSystemModule, satisfiesMinJavaVersion, setBroken
public TaskProcessCommandDecoratorModuleDescriptorImpl(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void init(@NotNull com.atlassian.plugin.Plugin plugin, @NotNull org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<TaskProcessCommandDecorator>
init
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<TaskProcessCommandDecorator>
com.atlassian.plugin.PluginParseException
@NotNull public Set<String> getDecorableTaskTypeKeys()
TaskProcessCommandDecoratorModuleDescriptor
getDecorableTaskTypeKeys
in interface TaskProcessCommandDecoratorModuleDescriptor
public boolean isApplicableToTaskType(@NotNull String testedPluginModuleKey)
TaskProcessCommandDecoratorModuleDescriptor
isApplicableToTaskType
in interface TaskProcessCommandDecoratorModuleDescriptor
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.