public class GitCacheHandler extends Object
CacheHandler
Constructor and Description |
---|
GitCacheHandler(CachedPlanManager cachedPlanManager,
BuildDirectoryManager buildDirectoryManager,
GitCacheDirectoryUtils gitCacheDirectoryUtils,
com.atlassian.sal.api.message.I18nResolver i18nResolver,
AgentManager agentManager,
AgentCommandSender agentCommandSender,
CustomVariableContext customVariableContext) |
Modifier and Type | Method and Description |
---|---|
void |
deleteCaches(Collection<String> keys,
com.opensymphony.xwork.ValidationAware feedback)
Handles both Git and GitHub repositories.
|
void |
deleteUnusedCaches(com.opensymphony.xwork.ValidationAware feedback)
Handles both Git and GitHub repositories.
|
Collection<CacheDescription> |
getCacheDescriptions()
Handles both Git and GitHub repositories.
|
@Inject public GitCacheHandler(CachedPlanManager cachedPlanManager, BuildDirectoryManager buildDirectoryManager, GitCacheDirectoryUtils gitCacheDirectoryUtils, com.atlassian.sal.api.message.I18nResolver i18nResolver, AgentManager agentManager, AgentCommandSender agentCommandSender, CustomVariableContext customVariableContext)
@NotNull public Collection<CacheDescription> getCacheDescriptions()
CacheHandler.getCacheDescriptions()
public void deleteCaches(@NotNull Collection<String> keys, @NotNull com.opensymphony.xwork.ValidationAware feedback)
public void deleteUnusedCaches(@NotNull com.opensymphony.xwork.ValidationAware feedback)
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.