Functionsยง
- create_
build - Creates a new build record in the database.
- delete_
build - Deletes a specific build record from the database.
- delete_
builds_ for_ app - Deletes all build records associated with a specific application.
- get_
build_ by_ id - Retrieves a specific build by its unique identifier.
- get_
total_ build_ count - Retrieves the total number of builds in the system.
- list_
builds_ for_ app_ paginated - Retrieves a paginated list of builds for a specific application.
- list_
builds_ paginated - Retrieves a paginated list of all builds in the system.
- update_
build - Updates an existing build record with new status and log information.