Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getPropertyManifests (0.12 sec)

  1. platforms/core-execution/build-cache/src/main/java/org/gradle/caching/internal/controller/CacheManifest.java

        }
    
        public String getWorkType() {
            return workType;
        }
    
        public String getIdentity() {
            return identity;
        }
    
        public Map<String, List<ManifestEntry>> getPropertyManifests() {
            return propertyManifests;
        }
    
        public static class ManifestEntry {
            private final FileType type;
            private final String relativePath;
            private final HashCode contentHash;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:43:12 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top