Uses of Interface
com.atlassian.bamboo.caching.DashboardCachingManager

Packages that use DashboardCachingManager
com.atlassian.bamboo.caching   
com.atlassian.bamboo.plan.branch   
com.atlassian.bamboo.plugins.jira.rest.resource   
com.atlassian.bamboo.plugins.web.conditions   
com.atlassian.bamboo.ww2   
 

Uses of DashboardCachingManager in com.atlassian.bamboo.caching
 

Classes in com.atlassian.bamboo.caching that implement DashboardCachingManager
 class DashboardCachingManagerImpl
           
 

Methods in com.atlassian.bamboo.caching with parameters of type DashboardCachingManager
 void DashboardCacheListener.setDashboardCachingManager(DashboardCachingManager dashboardCachingManager)
           
 

Uses of DashboardCachingManager in com.atlassian.bamboo.plan.branch
 

Methods in com.atlassian.bamboo.plan.branch with parameters of type DashboardCachingManager
static java.lang.String ChainBranchUtils.getChainBranchName(DashboardCachingManager dashboardCachingManager, CustomVariableContext customVariableContext, PlanKey planKey)
           
 

Uses of DashboardCachingManager in com.atlassian.bamboo.plugins.jira.rest.resource
 

Constructors in com.atlassian.bamboo.plugins.jira.rest.resource with parameters of type DashboardCachingManager
JiraIssueLatestRelatedBuildsResource(IndexedBuildResultsSearcher indexedBuildResultsSearcher, DashboardCachingManager dashboardCachingManager, ArtifactLinkManager artifactLinkManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, CustomVariableContext customVariableContext, ResultsSummaryManager resultsSummaryManager)
           
JiraIssueRelatedDeploymentsResource(EnvironmentIndexSearcher environmentIndexSearcher, VersionIndexSearcher versionIndexSearcher, AdministrationConfigurationAccessor administrationConfigurationAccessor, DeploymentProjectService deploymentProjectService, DashboardCachingManager dashboardCachingManager, CustomVariableContext customVariableContext, FeatureManager featureManager)
           
 

Uses of DashboardCachingManager in com.atlassian.bamboo.plugins.web.conditions
 

Methods in com.atlassian.bamboo.plugins.web.conditions with parameters of type DashboardCachingManager
 void PlansExistCondition.setDashboardCachingManager(DashboardCachingManager dashboardCachingManager)
           
 void HasPlansToCloneCondition.setDashboardCachingManager(DashboardCachingManager dashboardCachingManager)
           
 

Uses of DashboardCachingManager in com.atlassian.bamboo.ww2
 

Fields in com.atlassian.bamboo.ww2 declared as DashboardCachingManager
protected  DashboardCachingManager BambooActionSupport.dashboardCachingManager
           
 

Methods in com.atlassian.bamboo.ww2 with parameters of type DashboardCachingManager
 void BambooActionSupport.setDashboardCachingManager(DashboardCachingManager dashboardCachingManager)
           
 

Constructors in com.atlassian.bamboo.ww2 with parameters of type DashboardCachingManager
FreemarkerContext(BambooLicenseManager bambooLicenseManager, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooPermissionManager bambooPermissionManager, DashboardCachingManager dashboardCachingManager, com.atlassian.plugin.web.WebInterfaceManager webInterfaceManager, BambooUserManager bambooUserManager, com.atlassian.plugin.PluginAccessor pluginAccessor, PlanFavouriteService planFavouriteService, GravatarService gravatarService, ServerStatusProvider serverStatusProvider, PlanManager planManager, BootstrapManager bootstrapManager, FeatureManager featureManager)
           
 



Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.