withBranch method

DeployAttemptBuilder withBranch(
  1. String? branch
)

Implementation

DeployAttemptBuilder withBranch(final String? branch) {
  _branch = branch;
  return this;
}