Uses of Interface
com.atlassian.bamboo.user.gravatar.GravatarService

Packages that use GravatarService
com.atlassian.bamboo.configuration   
com.atlassian.bamboo.deployments.versions.actions   
com.atlassian.bamboo.deployments.versions.service   
com.atlassian.bamboo.notification.buildcommented   
com.atlassian.bamboo.upgrade.tasks   
com.atlassian.bamboo.user.gravatar   
com.atlassian.bamboo.ww2   
com.atlassian.bamboo.ww2.actions.comment   
 

Uses of GravatarService in com.atlassian.bamboo.configuration
 

Methods in com.atlassian.bamboo.configuration with parameters of type GravatarService
 void ConfigurationAction.setGravatarService(GravatarService gravatarService)
           
 

Uses of GravatarService in com.atlassian.bamboo.deployments.versions.actions
 

Methods in com.atlassian.bamboo.deployments.versions.actions with parameters of type GravatarService
 void EditDeploymentVersionCommentAction.setGravatarService(GravatarService gravatarService)
           
 

Uses of GravatarService in com.atlassian.bamboo.deployments.versions.service
 

Constructors in com.atlassian.bamboo.deployments.versions.service with parameters of type GravatarService
DeploymentVersionServiceImpl(DeploymentProjectDao deploymentProjectDao, DeploymentVersionDao deploymentVersionDao, ResultsSummaryManager resultsSummaryManager, DeploymentVersionChainResultDataCollector deploymentVersionChainResultDataCollector, com.opensymphony.xwork.TextProvider textProvider, DeploymentVersionVcsChangesetDao deploymentVersionVcsChangesetDao, DeploymentVersionLinkedJiraIssueDao deploymentVersionLinkedJiraIssueDao, VersionNamingService versionNamingService, EnvironmentService environmentService, BambooPermissionManager bambooPermissionManager, GravatarService gravatarService, BambooUserManager bambooUserService, VariableDefinitionManager variableDefinitionManager, VariableDefinitionFactory variableDefinitionFactory)
           
 

Uses of GravatarService in com.atlassian.bamboo.notification.buildcommented
 

Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type GravatarService
 void CommentNotification.setGravatarService(GravatarService gravatarService)
           
 

Uses of GravatarService in com.atlassian.bamboo.upgrade.tasks
 

Methods in com.atlassian.bamboo.upgrade.tasks with parameters of type GravatarService
 void UpgradeTask2406GravatarSupportEnabled.setGravatarService(GravatarService gravatarService)
           
 

Uses of GravatarService in com.atlassian.bamboo.user.gravatar
 

Classes in com.atlassian.bamboo.user.gravatar that implement GravatarService
 class GravatarServiceImpl
          A gravatar is a dynamic image resource that is requested from the gravatar.com server.
 

Uses of GravatarService in com.atlassian.bamboo.ww2
 

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

Uses of GravatarService in com.atlassian.bamboo.ww2.actions.comment
 

Methods in com.atlassian.bamboo.ww2.actions.comment with parameters of type GravatarService
 void EditCommentAction.setGravatarService(GravatarService gravatarService)
           
 



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