Overview
Build server support needs to implement the IPullRequestSystem interface.
BaseClasses¶
For simplifying implementation there exists base classes from which concrete implementation can be inherited. BasePullRequestSystem is the main base class with the required functionality for implementing support for a build server.
Base Class | Use case |
---|---|
BasePullRequestSystem | Base class for all build server implementations. |