Create a plugin point so that we could run a pre-task and post-task actions for given type(s) of a task. Plugins should be able to extend such points in the atlassian-plugin.xml file (similarly to what we have already - postChainAction, for instance).
Sample format:
<pre|postTaskAction
key="[action key]"
name="[action name]"
class="[fully qualified name of a class implementing the extension]"
taskClass="[fully qualified name of a task class we want to handle]">
<description>[some description]</description>
</pre|postChainAction>
- blocks
-
BAM-13404 Use BuildConfig's DSL to install Clover plugin
- Closed