Module build

Source

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.