(ctx context.Context, workspaceBuildID uuid.UUID)
| 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. |
| 882 | // Provisioner state contains sensitive Terraform state and should only be |
no outgoing calls