Class TriggerModuleDescriptor
- java.lang.Object
-
- com.atlassian.plugin.descriptors.AbstractModuleDescriptor
-
- com.atlassian.confluence.plugin.descriptor.TriggerModuleDescriptor
-
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor
,com.atlassian.plugin.Resourced
,com.atlassian.plugin.ScopeAware
,com.atlassian.plugin.StateAware
@Deprecated public class TriggerModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor
Deprecated.since 5.10, useJobConfigModuleDescriptor
insteadPreviously defined a Quartz trigger within a plugin.
-
-
Constructor Summary
Constructors Constructor Description TriggerModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
getModule()
Deprecated.void
init(@NonNull com.atlassian.plugin.Plugin plugin, @NonNull org.dom4j.Element element)
Deprecated.-
Methods inherited from class com.atlassian.plugin.descriptors.AbstractModuleDescriptor
assertModuleClassImplements, checkPermissions, destroy, disabled, 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, validate
-
-
-
-
Method Detail
-
init
public void init(@NonNull com.atlassian.plugin.Plugin plugin, @NonNull org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
Deprecated.- Specified by:
init
in interfacecom.atlassian.plugin.ModuleDescriptor
- Overrides:
init
in classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor
- Throws:
com.atlassian.plugin.PluginParseException
-
getModule
public Object getModule()
Deprecated.- Specified by:
getModule
in interfacecom.atlassian.plugin.ModuleDescriptor
- Specified by:
getModule
in classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor
-
-