BuildsApi class

Constructors

BuildsApi(Dio _dio, Serializers _serializers)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildAbort({required String appSlug, required String buildSlug, required V0BuildAbortParams buildAbortParams, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V0BuildAbortResponseModel>>
Abort a specific build
buildBitriseYmlShow({required String appSlug, required String buildSlug, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<String>>
Get the bitrise.yml of a build
buildList({required String appSlug, String? sortBy, String? branch, String? workflow, String? commitMessage, String? triggerEventType, int? pullRequestId, int? buildNumber, int? after, int? before, int? status, String? next, int? limit, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V0BuildListResponseModel>>
List all builds of an app
buildListAll({String? ownerSlug, bool? isOnHold, int? status, String? next, int? limit, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V0BuildListAllResponseModel>>
List all builds
buildLog({required String appSlug, required String buildSlug, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V0BuildLogInfoResponseModel>>
Get the build log of a build
buildShow({required String appSlug, required String buildSlug, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V0BuildShowResponseModel>>
Get a build of a given app
buildTrigger({required String appSlug, required V0BuildTriggerParams buildParams, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V0BuildTriggerRespModel>>
Trigger a new build
buildWorkflowList({required String appSlug, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<V0BuildWorkflowListResponseModel>>
List the workflows of an app
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited