Interface ExecutionFileLoaderService
-
- All Superinterfaces:
AppService,ExecutionFileManagerService
- All Known Subinterfaces:
AsyncExecutionFileLoaderService
public interface ExecutionFileLoaderService extends AppService, ExecutionFileManagerService
Provides execution file loading
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionFileLoaderrequestFileLoad(ExecutionReference e, java.lang.String filetype, boolean performLoad)Request loading of an execution file-
Methods inherited from interface com.dtolabs.rundeck.core.execution.logstorage.ExecutionFileManagerService
getLocalExecutionFileForType, getLocalExecutionFileForType, getLocalLogsDir
-
-
-
-
Method Detail
-
requestFileLoad
ExecutionFileLoader requestFileLoad(ExecutionReference e, java.lang.String filetype, boolean performLoad) throws ExecutionNotFound
Request loading of an execution file- Parameters:
e- execution referencefiletype- file typeperformLoad- if true, perform any remote loading asynchronously- Returns:
- loader state
- Throws:
ExecutionNotFound- if not found
-
-