Interface CacheMethod
- All Superinterfaces:
org.gradle.api.Named
- All Known Implementing Classes:
AbstractCacheMethod,DefaultCacheMethod,Md5FileCacheMethod,Md5SumCacheMethod
public interface CacheMethod
extends org.gradle.api.Named
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Named
org.gradle.api.Named.Namer -
Method Summary
Modifier and TypeMethodDescriptionbooleancompatible(DeployContext context) needsUpdate(DeployContext context, Map<String, File> files) Methods inherited from interface org.gradle.api.Named
getName
-
Method Details
-
compatible
-
needsUpdate
-