Interface OtherConfigFilesComponent.ConfigFilesFilter
- All Superinterfaces:
ExtensionPoint
- All Known Implementing Classes:
OtherConfigFilesComponent.DefaultConfigFilesFilter
- Enclosing class:
- OtherConfigFilesComponent
Extension to contribute to the list of configuration files to filter. A file need to be accepted by all
OtherConfigFilesComponent.ConfigFilesFilter
implementations to be included in the content.-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Method Summary
-
Method Details
-
all
- Returns:
- all
OtherConfigFilesComponent.ConfigFilesFilter
extensions
-
include
Return whether theFile
passed in should be included.- Parameters:
file
- theFile
- Returns:
- true to include or false to exclude
-