BuildsApi class

Jira Software Cloud REST API documentation

Constructors

BuildsApi(ApiClient _client)

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

deleteBuildByKey({required String pipelineId, required int buildNumber, int? updateSequenceNumber}) Future<void>
Delete the build data currently stored for the given pipelineId and buildNumber combination.
deleteBuildsByProperty({int? updateSequenceNumber}) Future<void>
Bulk delete all builds data that match the given request.
getBuildByKey({required String pipelineId, required int buildNumber}) Future
Retrieve the currently stored build data for the given pipelineId and buildNumber combination.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitBuilds({required Map<String, dynamic> body}) Future<Map<String, dynamic>>
Update / insert builds data.
toString() String
A string representation of this object.
inherited

Operators

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