Add bitbucketserver_plugin_config resource to allow managing plugins configuration.

Plugin configuration documentation.
This commit is contained in:
Henrique Gontijo
2019-11-18 09:38:32 -08:00
parent 70bba6e511
commit 8c79150355
8 changed files with 276 additions and 1 deletions

View File

@@ -64,6 +64,9 @@
"bitbucketserver_mail_server": {
"title": "bitbucketserver_mail_server"
},
"bitbucketserver_plugin_config": {
"title": "bitbucketserver_plugin_config"
},
"bitbucketserver_plugin": {
"title": "bitbucketserver_plugin"
},

View File

@@ -26,6 +26,7 @@
"bitbucketserver_license",
"bitbucketserver_mail_server",
"bitbucketserver_plugin",
"bitbucketserver_plugin_config",
"bitbucketserver_project",
"bitbucketserver_project_hook",
"bitbucketserver_project_permissions_group",