abacusai.mobile_app_build_status
Classes
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.AbstractApiClassStatus 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__()