abacusai.mobile_app_build_status

Classes

MobileAppBuildStatus

Status and details of a mobile app build.

Module Contents

class abacusai.mobile_app_build_status.MobileAppBuildStatus(client, status=None, buildUrl=None, mobileAppBuildId=None, hostname=None)

Bases: abacusai.return_class.AbstractApiClass

Status and details of a mobile app build.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • status (str) – Current build status (‘PENDING’, ‘SUCCESS’, ‘FAILED’, ‘CANCELLED’)

  • buildUrl (str) – URL to download the built artifact when SUCCESS

  • mobileAppBuildId (str) – build identifier

  • hostname (str) – The hostname associated with the build

status = None
build_url = None
mobile_app_build_id = None
hostname = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict