|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.bamboo.plugins.git.GitCacheHandler
public class GitCacheHandler
Implementation of a cache handler for git. This caters for data displayed on the Repository Settings admin page for Git repositories.
CacheHandler| Constructor Summary | |
|---|---|
GitCacheHandler()
|
|
| Method Summary | |
|---|---|
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. |
void |
setAgentCommandSender(AgentCommandSender agentCommandSender)
|
void |
setAgentManager(AgentManager agentManager)
|
void |
setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
|
void |
setCachedPlanManager(CachedPlanManager cachedPlanManager)
|
void |
setCustomVariableContext(CustomVariableContext customVariableContext)
|
void |
setGitCacheDirectoryUtils(GitCacheDirectoryUtils gitCacheDirectoryUtils)
|
void |
setI18nResolver(com.atlassian.sal.api.message.I18nResolver i18nResolver)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GitCacheHandler()
| Method Detail |
|---|
@NotNull public Collection<CacheDescription> getCacheDescriptions()
CacheHandler.getCacheDescriptions()
public void deleteCaches(@NotNull
Collection<String> keys,
@NotNull
com.opensymphony.xwork.ValidationAware feedback)
CacheHandler.deleteCaches(java.util.Collection,
com.opensymphony.xwork.ValidationAware)
public void deleteUnusedCaches(@NotNull
com.opensymphony.xwork.ValidationAware feedback)
CacheHandler.deleteUnusedCaches(com.opensymphony.xwork.ValidationAware)public void setCachedPlanManager(CachedPlanManager cachedPlanManager)
public void setBuildDirectoryManager(BuildDirectoryManager buildDirectoryManager)
public void setI18nResolver(com.atlassian.sal.api.message.I18nResolver i18nResolver)
public void setAgentManager(AgentManager agentManager)
public void setAgentCommandSender(AgentCommandSender agentCommandSender)
public void setGitCacheDirectoryUtils(GitCacheDirectoryUtils gitCacheDirectoryUtils)
public void setCustomVariableContext(CustomVariableContext customVariableContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||