Interface StoragePlugin
-
- All Superinterfaces:
StorageTree,org.rundeck.storage.api.Tree<ResourceMeta>
public interface StoragePlugin extends StorageTree
Plugin to provide a storage backend.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisConfigured(org.rundeck.storage.api.Path basePath)Returns true if the plugin is configured and ready to be used and false otherwise-
Methods inherited from interface org.rundeck.storage.api.Tree
createResource, createResource, deleteResource, deleteResource, getPath, getPath, getResource, getResource, hasDirectory, hasDirectory, hasPath, hasPath, hasResource, hasResource, listDirectory, listDirectory, listDirectoryResources, listDirectoryResources, listDirectorySubdirs, listDirectorySubdirs, updateResource, updateResource
-
-