FileFilter¶
-
class
oci.devops.models.FileFilter(**kwargs)¶ Bases:
objectAttributes to support include/exclude files for triggering build runs.
Methods
__init__(**kwargs)Initializes a new FileFilter object with values from keyword arguments. Attributes
file_pathsGets the file_paths of this FileFilter. -
__init__(**kwargs)¶ Initializes a new FileFilter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: file_paths (list[str]) – The value to assign to the file_paths property of this FileFilter.
-
file_paths¶ Gets the file_paths of this FileFilter. The file paths/glob pattern for files.
Returns: The file_paths of this FileFilter. Return type: list[str]
-