ProjectsBuildsResource class

Constructors

ProjectsBuildsResource(ApiRequester 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

approve(ApproveBuildRequest request, String name, {String? $fields}) Future<Operation>
Approves or rejects a pending build.
cancel(CancelBuildRequest request, String projectId, String id, {String? $fields}) Future<Build>
Cancels a build in progress.
create(Build request, String projectId, {String? parent, String? $fields}) Future<Operation>
Starts a build with the specified configuration.
get(String projectId, String id, {String? name, String? $fields}) Future<Build>
Returns information about a previously requested build.
list(String projectId, {String? filter, int? pageSize, String? pageToken, String? parent, String? $fields}) Future<ListBuildsResponse>
Lists previously requested builds.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retry(RetryBuildRequest request, String projectId, String id, {String? $fields}) Future<Operation>
Creates a new build based on the specified build.
toString() String
A string representation of this object.
inherited

Operators

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