GitlabServerFilterExclusionAttributes

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

Bases: object

Attributes to filter GitLab self-hosted server 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 GitlabServerFilterExclusionAttributes object with values from keyword arguments.

Attributes

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

Initializes a new GitlabServerFilterExclusionAttributes 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 GitlabServerFilterExclusionAttributes.
file_filter

Gets the file_filter of this GitlabServerFilterExclusionAttributes.

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