Interface ArbitraryFileCacheStrategy
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractCompressingArbitraryFileCacheStrategy,SimpleArbitraryFileCacheStrategy,TarArbitraryFileCacheStrategy,ZipArbitraryFileCacheStrategy
-
Method Summary
Modifier and TypeMethodDescriptionvoidcache(FilePath source, String includes, String excludes, boolean useDefaultExcludes, ObjectPath target, FilePath workspace) createCacheName(String basename) voidrestore(ObjectPath source, FilePath target, FilePath workspace)
-
Method Details
-
createCacheName
-
cache
void cache(FilePath source, String includes, String excludes, boolean useDefaultExcludes, ObjectPath target, FilePath workspace) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
restore
void restore(ObjectPath source, FilePath target, FilePath workspace) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-