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 boolean
equals(Object o)
String
getCacheName()
String
getResolvedPath()
String
getResolvedPathHash()
String
getResolvedRule()
List<String>
getResolvedRulesWithExclusionsAndInclusions()
String
getTargetPath()
String
getUnresolvedPath()
int
hashCode()
-
-
-
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()
-
-