BitbucketCloudFilterExclusionAttributes

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

Bases: object

Attributes to filter Bitbucket Cloud events. File filter criteria - Changes only affecting excluded files will not invoke a build. if both include and exclude filter are used then exclusion filter will be applied on the result set of inclusion filter.

Methods

__init__(**kwargs) Initializes a new BitbucketCloudFilterExclusionAttributes object with values from keyword arguments.

Attributes

file_filter Gets the file_filter of this BitbucketCloudFilterExclusionAttributes.
__init__(**kwargs)

Initializes a new BitbucketCloudFilterExclusionAttributes object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:file_filter (oci.devops.models.FileFilter) – The value to assign to the file_filter property of this BitbucketCloudFilterExclusionAttributes.
file_filter

Gets the file_filter of this BitbucketCloudFilterExclusionAttributes.

Returns:The file_filter of this BitbucketCloudFilterExclusionAttributes.
Return type:oci.devops.models.FileFilter