Uses of Interface
com.atlassian.bamboo.repository.git.cache.GitCacheKey
Package
Description
-
Uses of GitCacheKey in com.atlassian.bamboo.plugins.git
Modifier and TypeMethodDescription@NotNull GitCacheKey
GitRepositoryAccessData.getGitCacheKeyComponents()
Modifier and TypeMethodDescriptionstatic @NotNull File
GitCacheDirectory.getCacheDirectory
(@NotNull File workingDirectory, @NotNull GitCacheKey gitCacheKeyComponents) static @NotNull Path
GitCacheDirectory.getCachePath
(@NotNull File workingDirectory, @NotNull GitCacheKey gitCacheKeyComponents) -
Uses of GitCacheKey in com.atlassian.bamboo.repository.git
Modifier and TypeMethodDescription@NotNull GitCacheKey
GitConfigurationProvider.getCacheKey
(@NotNull VcsRepositoryData vcsRepositoryData) Constructs a git cache key based on the provided VCS repository data.@NotNull GitCacheKey
GitConfigurationProviderImpl.getCacheKey
(@NotNull VcsRepositoryData vcsRepositoryData) -
Uses of GitCacheKey in com.atlassian.bamboo.repository.git.cache