BuildRunProgressSummary¶
-
class
oci.devops.models.
BuildRunProgressSummary
(**kwargs)¶ Bases:
object
The summary run progress details of a build run.
Methods
__init__
(**kwargs)Initializes a new BuildRunProgressSummary object with values from keyword arguments. Attributes
time_finished
Gets the time_finished of this BuildRunProgressSummary. time_started
Gets the time_started of this BuildRunProgressSummary. -
__init__
(**kwargs)¶ Initializes a new BuildRunProgressSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - time_started (datetime) – The value to assign to the time_started property of this BuildRunProgressSummary.
- time_finished (datetime) – The value to assign to the time_finished property of this BuildRunProgressSummary.
-