Returns build metadata for e2e workspace build duration metrics. Also checks if all agents are ready and returns the worst status.
(ctx context.Context, id uuid.UUID)
| 876 | // Returns build metadata for e2e workspace build duration metrics. |
| 877 | // Also checks if all agents are ready and returns the worst status. |
| 878 | GetWorkspaceBuildMetricsByResourceID(ctx context.Context, id uuid.UUID) (GetWorkspaceBuildMetricsByResourceIDRow, error) |
| 879 | GetWorkspaceBuildParameters(ctx context.Context, workspaceBuildID uuid.UUID) ([]WorkspaceBuildParameter, error) |
| 880 | // Fetches the provisioner state of a workspace build, joined through to the |
| 881 | // template so that dbauthz can enforce policy.ActionUpdate on the template. |
no outgoing calls