Uses of Interface
com.atlassian.plugin.module.Element
Packages that use Element
Package
Description
-
Uses of Element in com.atlassian.plugin
Methods in com.atlassian.plugin with parameters of type ElementModifier and TypeMethodDescriptionPluginController.addDynamicModule(Plugin plugin, Element module) Add a new module described byelementto the plugin specified.static ResourcesParses the resource descriptors from the provided plugin XML element and creates a Resources object containing them.voidInitialise a module given its parent plugin and the XML element representing the module. -
Uses of Element in com.atlassian.plugin.elements
Constructors in com.atlassian.plugin.elements with parameters of type Element -
Uses of Element in com.atlassian.plugin.factories
Methods in com.atlassian.plugin.factories with parameters of type ElementModifier and TypeMethodDescriptionPluginFactory.createModule(Plugin plugin, Element module, ModuleDescriptorFactory moduleDescriptorFactory) If this factory is capable of loading a plugin of the type passed, attempt to create a module descriptor. -
Uses of Element in com.atlassian.plugin.internal.module
Classes in com.atlassian.plugin.internal.module that implement ElementModifier and TypeClassDescriptionclassThis class is provided as a migration path and should not be depended upon directly as will not be provided in the public API as of atlassian plugins 8.0.0.Methods in com.atlassian.plugin.internal.module that return ElementMethods in com.atlassian.plugin.internal.module that return types with arguments of type Element -
Uses of Element in com.atlassian.plugin.loaders
Methods in com.atlassian.plugin.loaders with parameters of type Element -
Uses of Element in com.atlassian.plugin.module
Methods in com.atlassian.plugin.module that return ElementModifier and TypeMethodDescriptionReturns the first element which matches the given nameMethods in com.atlassian.plugin.module that return types with arguments of type Element