Package io.jenkins.blueocean.dev
Interface RecursivePathWatcher.PathFilter
- Enclosing class:
- RecursivePathWatcher
public static interface RecursivePathWatcher.PathFilter
Allows filtering of specific subtrees
-
Method Summary
-
Method Details
-
allows
Determins if the path is allowed- Parameters:
path
- relative path from the root directory- Returns:
- false to exclude this path and all subtrees
-