withDeployedBy method

DeployAttemptBuilder withDeployedBy(
  1. User? deployedBy
)

Implementation

DeployAttemptBuilder withDeployedBy(final User? deployedBy) {
  _deployedBy = deployedBy;
  return this;
}