build method
Implementation
DeployAttempt build() {
return DeployAttempt(
cloudCapsuleId: _cloudCapsuleId,
attemptId: _attemptId,
status: _status,
startedAt: _startedAt,
endedAt: _endedAt,
statusInfo: _statusInfo,
);
}
DeployAttempt build() {
return DeployAttempt(
cloudCapsuleId: _cloudCapsuleId,
attemptId: _attemptId,
status: _status,
startedAt: _startedAt,
endedAt: _endedAt,
statusInfo: _statusInfo,
);
}