withCommitHash method
Implementation
DeployAttemptBuilder withCommitHash(final String? commitHash) {
_commitHash = commitHash;
return this;
}
DeployAttemptBuilder withCommitHash(final String? commitHash) {
_commitHash = commitHash;
return this;
}