Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 796 Bytes

File metadata and controls

22 lines (14 loc) · 796 Bytes

Build Server API

Maps data from the build server to the build-server-model and downloads build logs.

Features

  • get a list of all projects configured on the build server
  • map all builds of a build configuration to the build-server-model
  • test credentials for a specific build server instance
  • download a build log

Add new Build Server

To add a new build server to the api, follow these steps:

  • Create the corresponding sub-package (e.g. teamcity.api).
  • Implement the Api class for the corresponding build server (e.g. TeamcityApi).
  • Add an instance of the implemented build server to the apiList within the constructor of the BuildServerApi.

Dependencies