GithubFilterExclusionAttributes¶
-
class
oci.devops.models.GithubFilterExclusionAttributes(**kwargs)¶ Bases:
objectAttributes to filter GitHub 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 GithubFilterExclusionAttributes object with values from keyword arguments. Attributes
file_filterGets the file_filter of this GithubFilterExclusionAttributes. -
__init__(**kwargs)¶ Initializes a new GithubFilterExclusionAttributes 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 GithubFilterExclusionAttributes.
-
file_filter¶ Gets the file_filter of this GithubFilterExclusionAttributes.
Returns: The file_filter of this GithubFilterExclusionAttributes. Return type: oci.devops.models.FileFilter
-