Class BuildCacheConstants.BuildCacheEntry
- java.lang.Object
-
- jetbrains.buildServer.buildFeatures.artifacts.BuildCacheConstants.BuildCacheEntry
-
- Enclosing class:
- BuildCacheConstants
public static class BuildCacheConstants.BuildCacheEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description BuildCacheEntry(String hash, String path, BuildCacheConstants.CacheItemType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getHash()
String
getPath()
BuildCacheConstants.CacheItemType
getType()
-
-
-
Constructor Detail
-
BuildCacheEntry
public BuildCacheEntry(@NotNull String hash, @NotNull String path, @Nullable BuildCacheConstants.CacheItemType type)
-
-
Method Detail
-
getHash
@NotNull public String getHash()
-
getPath
@NotNull public String getPath()
-
getType
@Nullable public BuildCacheConstants.CacheItemType getType()
-
-