BitbucketCloudFilter

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

Bases: oci.devops.models.filter.Filter

The filter for Bitbucket Cloud events.

Attributes

EVENTS_PULL_REQUEST_CREATED A constant which can be used with the events property of a BitbucketCloudFilter.
EVENTS_PULL_REQUEST_MERGED A constant which can be used with the events property of a BitbucketCloudFilter.
EVENTS_PULL_REQUEST_UPDATED A constant which can be used with the events property of a BitbucketCloudFilter.
EVENTS_PUSH A constant which can be used with the events property of a BitbucketCloudFilter.
events Gets the events of this BitbucketCloudFilter.
exclude Gets the exclude of this BitbucketCloudFilter.
include Gets the include of this BitbucketCloudFilter.
trigger_source [Required] Gets the trigger_source of this Filter.

Methods

__init__(**kwargs) Initializes a new BitbucketCloudFilter 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.
EVENTS_PULL_REQUEST_CREATED = 'PULL_REQUEST_CREATED'

A constant which can be used with the events property of a BitbucketCloudFilter. This constant has a value of “PULL_REQUEST_CREATED”

EVENTS_PULL_REQUEST_MERGED = 'PULL_REQUEST_MERGED'

A constant which can be used with the events property of a BitbucketCloudFilter. This constant has a value of “PULL_REQUEST_MERGED”

EVENTS_PULL_REQUEST_UPDATED = 'PULL_REQUEST_UPDATED'

A constant which can be used with the events property of a BitbucketCloudFilter. This constant has a value of “PULL_REQUEST_UPDATED”

EVENTS_PUSH = 'PUSH'

A constant which can be used with the events property of a BitbucketCloudFilter. This constant has a value of “PUSH”

__init__(**kwargs)

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

Parameters:
  • trigger_source (str) – The value to assign to the trigger_source property of this BitbucketCloudFilter.
  • events (list[str]) – The value to assign to the events property of this BitbucketCloudFilter. Allowed values for items in this list are: “PUSH”, “PULL_REQUEST_CREATED”, “PULL_REQUEST_UPDATED”, “PULL_REQUEST_MERGED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
  • include (oci.devops.models.BitbucketCloudFilterAttributes) – The value to assign to the include property of this BitbucketCloudFilter.
  • exclude (oci.devops.models.BitbucketCloudFilterExclusionAttributes) – The value to assign to the exclude property of this BitbucketCloudFilter.
events

Gets the events of this BitbucketCloudFilter. The events, for example, PUSH, PULL_REQUEST_MERGE.

Allowed values for items in this list are: “PUSH”, “PULL_REQUEST_CREATED”, “PULL_REQUEST_UPDATED”, “PULL_REQUEST_MERGED”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The events of this BitbucketCloudFilter.
Return type:list[str]
exclude

Gets the exclude of this BitbucketCloudFilter.

Returns:The exclude of this BitbucketCloudFilter.
Return type:oci.devops.models.BitbucketCloudFilterExclusionAttributes
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.

include

Gets the include of this BitbucketCloudFilter.

Returns:The include of this BitbucketCloudFilter.
Return type:oci.devops.models.BitbucketCloudFilterAttributes
trigger_source

[Required] Gets the trigger_source of this Filter. Source of the trigger. Allowed values are, GITHUB and GITLAB.

Returns:The trigger_source of this Filter.
Return type:str