Class JobModuleDescriptor
- java.lang.Object
-
- com.atlassian.plugin.descriptors.AbstractModuleDescriptor
-
- com.atlassian.confluence.plugin.descriptor.JobModuleDescriptor
-
- All Implemented Interfaces:
com.atlassian.plugin.ModuleDescriptor,com.atlassian.plugin.Resourced,com.atlassian.plugin.ScopeAware,com.atlassian.plugin.StateAware
@Deprecated @ParametersAreNonnullByDefault public class JobModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor
Deprecated.since 5.10, useJobConfigModuleDescriptorinstead.Previously defined a Quartz job within a plugin.
-
-
Constructor Summary
Constructors Constructor Description JobModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ObjectgetModule()Deprecated.voidinit(com.atlassian.plugin.Plugin plugin, 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
-
-
-
-
Method Detail
-
init
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseExceptionDeprecated.- Specified by:
initin interfacecom.atlassian.plugin.ModuleDescriptor- Overrides:
initin classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor- Throws:
com.atlassian.plugin.PluginParseException
-
getModule
public Object getModule()
Deprecated.- Specified by:
getModulein interfacecom.atlassian.plugin.ModuleDescriptor- Specified by:
getModulein classcom.atlassian.plugin.descriptors.AbstractModuleDescriptor
-
-