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, requiredInput=None, providers=None, selectionType=None, phoneNumbers=None, error=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
requiredInput (str) – The required input for the build
providers (list) – Apple provider/team options when awaiting a selection
selectionType (str) – Whether the pending selection is for a ‘team’ or a ‘provider’
phoneNumbers (list) – Trusted phone number options when awaiting a 2FA phone selection
error (str) – The error message for the build
- status = None
- build_url = None
- mobile_app_build_id = None
- hostname = None
- required_input = None
- providers = None
- selection_type = None
- phone_numbers = None
- error = None
- deprecated_keys
- __repr__()