withCommitHash method

DeployAttemptBuilder withCommitHash(
  1. String? commitHash
)

Implementation

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