Package com.dtolabs.rundeck.core.logging
Interface ExecutionMultiFileStorage
-
public interface ExecutionMultiFileStorageAllows storing multiple files with a single method call
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstoreMultiple(MultiFileStorageRequest files)Store some or all of the available files
-
-
-
Method Detail
-
storeMultiple
void storeMultiple(MultiFileStorageRequest files) throws java.io.IOException, ExecutionFileStorageException
Store some or all of the available files- Parameters:
files- available file set- Throws:
java.io.IOException- if an IO error occursExecutionFileStorageException- if other errors occur
-
-