Rename `Deployments::CreateForJobService` to `Deployments::EnsureForJobService`
Problem
The Deployments::CreateForJobService
first checks whether job.deployment
already exists before creating a new Deployment record for a job. The Create
in the name can cause confusion because it could suggest that the Deployment record is always created.
Proposal
Rename Deployments::CreateForJobService
to something that indicates its actual behavior.
Suggestion in !132835 (comment 1597968345):
Maybe we should rename it to
Deployments::EnsureForJobService
in the future to avoid confusion.