build method

DeployAttempt build()

Implementation

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