Class BuildCacheConstants.BuildCachePath
- java.lang.Object
-
- jetbrains.buildServer.buildFeatures.artifacts.BuildCacheConstants.BuildCachePath
-
- Enclosing class:
- BuildCacheConstants
public static class BuildCacheConstants.BuildCachePath extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCacheName()StringgetResolvedPath()StringgetResolvedPathHash()StringgetResolvedRule()List<String>getResolvedRulesWithExclusionsAndInclusions()StringgetTargetPath()StringgetUnresolvedPath()inthashCode()
-
-
-
Method Detail
-
getUnresolvedPath
@NotNull public String getUnresolvedPath()
-
getResolvedPath
@NotNull public String getResolvedPath()
-
getCacheName
@NotNull public String getCacheName()
-
getResolvedRule
@NotNull public String getResolvedRule()
-
getResolvedRulesWithExclusionsAndInclusions
@NotNull public List<String> getResolvedRulesWithExclusionsAndInclusions()
-
getTargetPath
@NotNull public String getTargetPath()
-
getResolvedPathHash
@NotNull public String getResolvedPathHash()
-
-