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