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