We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad2d83 commit eb64fdaCopy full SHA for eb64fda
docs/Classes.md
@@ -8,11 +8,13 @@
8
integration with the MantisBT UI
9
- **MantisSourcePlugin** - Abstract base class for VCS-specific plugins
10
- **SourceGenericPlugin**
11
- - **SourceBitBucketPlugin**
12
- - **SourceCgitPlugin**
13
- - **SourceGithubPlugin**
14
- - **SourceGitlabPlugin**
15
- - **SourceGitwebPlugin**
+ - **MantisSourceGitBasePlugin** - Abstract class for git-based plugins
+ - **SourceBitBucketPlugin**
+ - **SourceCgitPlugin**
+ - **SourceGithubPlugin**
+ - **SourceGitlabPlugin**
16
+ - **SourceGitphpPlugin**
17
+ - **SourceGitwebPlugin**
18
- **SourceHgWebPlugin**
19
- **SourceSVNPlugin** Subversion and derivatives
20
- **SourceSFSVNPlugin**
0 commit comments