| java.lang.Object | |
| ↳ | com.atlassian.jira.plugin.workflow.WorkflowAllowOnlyAssigneeConditionFactoryImpl |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Given a plugin resource name, return the parameters it needs.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||
From interface
com.atlassian.jira.plugin.workflow.WorkflowPluginFactory
| |||||||||||||||
Given a plugin resource name, return the parameters it needs. When workflow editor is rendering or configuring a workflow condition, this method will be called to fill in a Velocity template.
| resourceName | Typically "view", "input-parameters" or "edit-parameters". |
|---|---|
| descriptor | A com.opensymphony.workflow.loader.ConditionDescriptor describing the Condition and its current configuration. |

