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
Constructors -
Method Summary
-
Constructor Details
-
DefaultConfigFilesFilter
public DefaultConfigFilesFilter()
-
-
Method Details
-
include
Description copied from interface:OtherConfigFilesComponent.ConfigFilesFilterReturn whether theFilepassed in should be included.- Specified by:
includein interfaceOtherConfigFilesComponent.ConfigFilesFilter- Parameters:
f- theFile- Returns:
- true to include or false to exclude
-