Interface LogFileStoragePlugin
-
- All Superinterfaces:
LogFileStorage
public interface LogFileStoragePlugin extends LogFileStorage
Deprecated.no longer used, replaced byExecutionFileStoragePluginPlugin interface for Log file storage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidinitialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)Deprecated.Initializes the plugin with contextual databooleanisAvailable()Deprecated.Returns true if the file is available, false otherwise-
Methods inherited from interface com.dtolabs.rundeck.core.logging.LogFileStorage
retrieve, store
-
-
-
-
Method Detail
-
initialize
void initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
Deprecated.Initializes the plugin with contextual data- Parameters:
context- context data
-
isAvailable
boolean isAvailable() throws LogFileStorageExceptionDeprecated.Returns true if the file is available, false otherwise- Returns:
- true if available
- Throws:
LogFileStorageException- if there is an error determining the availability
-
-