Package com.dtolabs.rundeck.core.plugins
Interface PluginBlocklist
-
public interface PluginBlocklistMatches plugin file or providers against a block list
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisPluginFilePresent(java.lang.String fileName)booleanisPluginProviderPresent(java.lang.String service, java.lang.String providerName)
-
-
-
Method Detail
-
isPluginFilePresent
boolean isPluginFilePresent(java.lang.String fileName)
- Returns:
- true if file name is present
-
isPluginProviderPresent
boolean isPluginProviderPresent(java.lang.String service, java.lang.String providerName)- Returns:
- true if provider name and service are present in the list
-
-