buildgrid.client.capabilities module

class buildgrid.client.capabilities.CapabilitiesInterface(channel: Channel)

Bases: object

Interface for calls the the Capabilities Service.

get_capabilities(instance_name: str) ServerCapabilities

Returns the capabilities or the server to the user.

Parameters:

instance_name (str) – The name of the instance.