This repository was archived by the owner on Dec 9, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Server Plugins
Stephen McCafferty edited this page May 8, 2017
·
15 revisions
The SpecLog server provides an extensible plug-in infrastructure for connecting with other systems and configuring individual per-repository services.
The following plugins are currently available:
- Git Gherkin Synchronization (SpecLog.GitPlugin)
- Html Export (SpecLog.HtmlExport)
- JIRA Workitem Synchronization (SpecLog.JiraPlugin)
- Filesystem Gherkin Synchronization (TechTalk.FileSystem)
- TFS 2010 Gherkin and Workitem Synchronization (TechTalk.TFS2010)
- TFS 2012 Gherkin and Workitem Synchronization (TechTalk.TFS2012)
WARNINGThe Gherkin synchronisation with TFS is only supported by V1 and V2 of the TFS synchronisation plugin. V3 does not currently support synchronising Gherkin with TFS. |
Plugins are configured per repository, as they run as a separate instance for each repository.
To configure plugins:
-
Select Manage repositories from the main menu
-
Select Configure plugins for the repository whose plugins you want to configure:

-
Select Configure for the plugin you want to configure:

Note: If the status of a plugin is displayed as "Suspended", it indicates that the plugin is starting up.
- Home
- Licensing and Evaluation
- Installation and Configuration
- User Interface
- Getting Started
- Requirements
- Acceptance Criteria
- Repositories
- Synchronisation
- Plugins
- Story Maps
- Release Notes
WARNING