withStatusInfo method

DeployAttemptBuilder withStatusInfo(
  1. String? statusInfo
)

Implementation

DeployAttemptBuilder withStatusInfo(final String? statusInfo) {
  _statusInfo = statusInfo;
  return this;
}