withCommitMessage method

DeployAttemptBuilder withCommitMessage(
  1. String? commitMessage
)

Implementation

DeployAttemptBuilder withCommitMessage(final String? commitMessage) {
  _commitMessage = commitMessage;
  return this;
}