Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Note: For Enterprise Edition only.

IncrediBuild provides you a set of APIs for assigning Agents to Build Groups, and for managing the Build Groups in your IncrediBuild Environment.

IncrediBuild Build Group APIs are standard REST APIs, with a public endpoint URL and an HTTPS header to allow authentication. These APIs can be called via any HTTPS client or REST API client (such as the REST API Client tool embedded in Visual studio, Postman, cURL command line, and others).

The Build Group APIs allow you to perform the following actions:

  • Get the list of Build Groups in a Coordinator – see page 35.

  • Get the list of Agents in a Build Group – see page 37.

  • Get the details of Agents – see page 39.  

  • Assign Agents to a Build Group – see page 39.

  • Clear a Build Group – see page 44.

Before using the Build Group APIs, you need to set up your API environment and Client tool, as described in the following section.

...