Interface ArbitraryFileCacheStrategy
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractCompressingArbitraryFileCacheStrategy
,SimpleArbitraryFileCacheStrategy
,TarArbitraryFileCacheStrategy
,ZipArbitraryFileCacheStrategy
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cache
(FilePath source, String includes, String excludes, boolean useDefaultExcludes, ObjectPath target, FilePath workspace) createCacheName
(String basename) void
restore
(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:
IOException
InterruptedException
-
restore
void restore(ObjectPath source, FilePath target, FilePath workspace) throws IOException, InterruptedException - Throws:
IOException
InterruptedException
-