| com.atlassian.stash.ui.PluginFormFragmentsFactory |
Factory for PluginFormFragments. Use to get a PluginFormFragments for a particular form.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Checks if any form fragment is associated with a form key.
| |||||||||||
Gets the form fragments associated with a form key.
| |||||||||||
Checks if any form fragment is associated with a form key.
| formKey | the key of the form to check for associated form fragments. For example "stash.admin.serversettings" for the Server Settings administration page. |
|---|
true if any form fragment is associated with the keyGets the form fragments associated with a form key.
| formKey | the key of the form to retrieve ContextualFormFragments for. For example
"stash.admin.serversettings" for the Server Settings administration page. |
|---|---|
| context | map with contextual objects |
PluginFormFragments collating all ContextualFormFragments
registered for the specified key.