PullRequestLifecycleActivitySummary

class oci.devops.models.PullRequestLifecycleActivitySummary(**kwargs)

Bases: oci.devops.models.pull_request_activity_summary.PullRequestActivitySummary

activity describing a pull request state change

Attributes

ACTIVITY_TYPE_APPROVAL str(object=’’) -> str
ACTIVITY_TYPE_COMMENT str(object=’’) -> str
ACTIVITY_TYPE_COMMIT str(object=’’) -> str
ACTIVITY_TYPE_LIFECYCLE str(object=’’) -> str
ACTIVITY_TYPE_REVIEWER str(object=’’) -> str
STATE_CLOSED A constant which can be used with the state property of a PullRequestLifecycleActivitySummary.
STATE_MERGED A constant which can be used with the state property of a PullRequestLifecycleActivitySummary.
STATE_OPENED A constant which can be used with the state property of a PullRequestLifecycleActivitySummary.
STATE_REOPENED A constant which can be used with the state property of a PullRequestLifecycleActivitySummary.
activity_type [Required] Gets the activity_type of this PullRequestActivitySummary.
id [Required] Gets the id of this PullRequestActivitySummary.
principal [Required] Gets the principal of this PullRequestActivitySummary.
pull_request_id [Required] Gets the pull_request_id of this PullRequestActivitySummary.
state [Required] Gets the state of this PullRequestLifecycleActivitySummary.
time_occurred [Required] Gets the time_occurred of this PullRequestActivitySummary.

Methods

__init__(**kwargs) Initializes a new PullRequestLifecycleActivitySummary object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
ACTIVITY_TYPE_APPROVAL = 'APPROVAL'
ACTIVITY_TYPE_COMMENT = 'COMMENT'
ACTIVITY_TYPE_COMMIT = 'COMMIT'
ACTIVITY_TYPE_LIFECYCLE = 'LIFECYCLE'
ACTIVITY_TYPE_REVIEWER = 'REVIEWER'
STATE_CLOSED = 'CLOSED'

A constant which can be used with the state property of a PullRequestLifecycleActivitySummary. This constant has a value of “CLOSED”

STATE_MERGED = 'MERGED'

A constant which can be used with the state property of a PullRequestLifecycleActivitySummary. This constant has a value of “MERGED”

STATE_OPENED = 'OPENED'

A constant which can be used with the state property of a PullRequestLifecycleActivitySummary. This constant has a value of “OPENED”

STATE_REOPENED = 'REOPENED'

A constant which can be used with the state property of a PullRequestLifecycleActivitySummary. This constant has a value of “REOPENED”

__init__(**kwargs)

Initializes a new PullRequestLifecycleActivitySummary object with values from keyword arguments. The default value of the activity_type attribute of this class is LIFECYCLE and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • id (str) – The value to assign to the id property of this PullRequestLifecycleActivitySummary.
  • principal (oci.devops.models.PrincipalDetails) – The value to assign to the principal property of this PullRequestLifecycleActivitySummary.
  • pull_request_id (str) – The value to assign to the pull_request_id property of this PullRequestLifecycleActivitySummary.
  • time_occurred (datetime) – The value to assign to the time_occurred property of this PullRequestLifecycleActivitySummary.
  • activity_type (str) – The value to assign to the activity_type property of this PullRequestLifecycleActivitySummary. Allowed values for this property are: “LIFECYCLE”, “APPROVAL”, “COMMIT”, “REVIEWER”, “COMMENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • state (str) – The value to assign to the state property of this PullRequestLifecycleActivitySummary. Allowed values for this property are: “OPENED”, “CLOSED”, “MERGED”, “REOPENED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
activity_type

[Required] Gets the activity_type of this PullRequestActivitySummary. The type of activity performed

Allowed values for this property are: “LIFECYCLE”, “APPROVAL”, “COMMIT”, “REVIEWER”, “COMMENT”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The activity_type of this PullRequestActivitySummary.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

id

[Required] Gets the id of this PullRequestActivitySummary. activity identifier

Returns:The id of this PullRequestActivitySummary.
Return type:str
principal

[Required] Gets the principal of this PullRequestActivitySummary.

Returns:The principal of this PullRequestActivitySummary.
Return type:oci.devops.models.PrincipalDetails
pull_request_id

[Required] Gets the pull_request_id of this PullRequestActivitySummary. pullRequest OCID

Returns:The pull_request_id of this PullRequestActivitySummary.
Return type:str
state

[Required] Gets the state of this PullRequestLifecycleActivitySummary. The state of a pull request after an action.

Allowed values for this property are: “OPENED”, “CLOSED”, “MERGED”, “REOPENED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The state of this PullRequestLifecycleActivitySummary.
Return type:str
time_occurred

[Required] Gets the time_occurred of this PullRequestActivitySummary. The time the action was performed. An RFC3339 formatted datetime string

Returns:The time_occurred of this PullRequestActivitySummary.
Return type:datetime