Module: Issuesrc::Issuers
- Defined in:
- lib/issuers/issuers.rb,
lib/issuers/github_issuer.rb
Overview
This module holds the different classes that can be used as issuers.
An issuer handles an external issue tracker. It retrieves, creates, updates and deletes issues in an external service.
Every issuer must implement the interface defined in the IssuerInterface class.
Defined Under Namespace
Classes: GithubIssuer, IssuerInterface, Issues
Constant Summary collapse
- DEFAULT_LABEL =
'issuesrc'