You can use this module to add your new effect provider to Structure. Effect providers are used by effectors, e.g. to update issue field values.
Example
<structure-effect-provider key="provider-key"
class="com.company.your.plugin.MyEffectProvider"/>
|
Element |
Required? |
Description |
|---|---|---|
|
|
Yes |
The module descriptor. |
|
|
Yes |
The unique identifier of the plugin module. |
|
|
No |
The human-readable name of the plugin module. |
|
|
Yes |
The class that implements the effect provider. Must implement EffectProvider . |