Files
SCM-Manager/docs/scm-plugins.md

48 lines
2.7 KiB
Markdown
Raw Normal View History

2020-03-31 17:28:30 +02:00
# Plugins
2020-03-09 08:01:43 +01:00
### Authentication
2020-03-31 17:28:30 +02:00
| Plugin Name | Description | Core-Plugin | Repository |
| --- | --- | --- | --- |
| scm-activedirectory-auth-plugin | Plugin for using Active Directory as an authentication handler. Currently only supports running on Windows in a 32-bit JVM. | | <https://bitbucket.org/davidmc24/scm-activedirectory-auth-plugin> |
| scm-auth-ldap-plugin | Plugin for using LDAP as an authentication handler. | | <https://bitbucket.org/tludewig/scm-auth-ldap-plugin> |
| scm-pam-plugin | This plugin enables PAM-Authentication for SCM-Manager. | | <https://bitbucket.org/sdorra/scm-pam-plugin> |
| scm-crowd-plugin | Plugin for using Atlassian Crowd as an authentication handler. | | <https://github.com/soudmaijer/scm-crowd-plugin> |
2020-03-09 08:01:43 +01:00
### Continuous Integration
2020-03-31 17:28:30 +02:00
| Plugin Name | Description | Core-Plugin | Repository |
| --- | --- | --- | --- |
| scm-bamboo-plugin | Post receive hook for Atlassian Bamboo. | | <https://github.com/soudmaijer/scm-bamboo-plugin> |
| scm-jenkins-plugin | This plugin will ping your Jenkins CI server when a new commit is pushed to SCM-Manager. | | <https://bitbucket.org/sdorra/scm-jenkins-plugin> |
2020-03-09 08:01:43 +01:00
### Development
2020-03-31 17:28:30 +02:00
| Plugin Name | Description | Core-Plugin | Repository |
| --- | --- | --- | --- |
| scm-graph-plugin | Creates a Google Guice injection graph. | | <https://bitbucket.org/sdorra/scm-graph-plugin> |
2020-03-09 08:01:43 +01:00
### Issue-Tracking
2020-03-31 17:28:30 +02:00
| Plugin Name | Description | Core-Plugin | Repository |
| --- | --- | --- | --- |
| scm-jira-plugin | This plugin integrates Atlassian JIRA to SCM-Manager. | | <https://bitbucket.org/sdorra/scm-jira-plugin> |
2020-03-09 08:01:43 +01:00
### Miscellaneous
2020-03-31 17:28:30 +02:00
| Plugin Name | Description | Core-Plugin | Repository |
| --- | --- | --- | --- |
| scm-activity-plugin | Shows the latest activity from your repositories. || <https://bitbucket.org/sdorra/scm-activity-plugin> |
| scm-gravatar-plugin | Gravatar icons for the changesetviewer. | | <https://bitbucket.org/sdorra/scm-gravatar-plugin> |
| scm-pathwp-plugin | This plugin adds path write protection for repositories. || <https://bitbucket.org/sdorra/scm-pathwp-plugin> |
| scm-userrepo-plugin | This plugin allows regular users to create repositories. || <https://bitbucket.org/sdorra/scm-userrepo-plugin> |
2020-03-09 08:01:43 +01:00
### Version Control Systems
2020-03-31 17:28:30 +02:00
| Plugin Name | Description | Core-Plugin | Repository |
| --- | --- | --- | --- |
| scm-hg-plugin | Support for the version control system Mercurial. | X | <https://bitbucket.org/sdorra/scm-manager> |
| scm-git-plugin | Support for the version control system Git. | X | <https://bitbucket.org/sdorra/scm-manager> |
| scm-svn-plugin | Support for the version control system Subversion. | X | <https://bitbucket.org/sdorra/scm-manager> |
| scm-bzr-plugin | Support for the version control system Bazaar. | | <https://bitbucket.org/sdorra/scm-bzr-plugin> |