Class OtherConfigFilesComponent.DefaultConfigFilesFilter
java.lang.Object
com.cloudbees.jenkins.support.configfiles.OtherConfigFilesComponent.DefaultConfigFilesFilter
- All Implemented Interfaces:
OtherConfigFilesComponent.ConfigFilesFilter
,ExtensionPoint
- Enclosing class:
- OtherConfigFilesComponent
@Extension
public static class OtherConfigFilesComponent.DefaultConfigFilesFilter
extends Object
implements OtherConfigFilesComponent.ConfigFilesFilter
-
Nested Class Summary
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DefaultConfigFilesFilter
public DefaultConfigFilesFilter()
-
-
Method Details
-
include
Description copied from interface:OtherConfigFilesComponent.ConfigFilesFilter
Return whether theFile
passed in should be included.- Specified by:
include
in interfaceOtherConfigFilesComponent.ConfigFilesFilter
- Parameters:
f
- theFile
- Returns:
- true to include or false to exclude
-