Uses of Interface
com.atlassian.bamboo.user.gravatar.GravatarService
Package
Description
-
Uses of GravatarService in com.atlassian.bamboo.avatar
Modifier and TypeMethodDescriptionprotected GravatarService
HigherOrderAvatarProviderImpl.getGravatarService()
-
Uses of GravatarService in com.atlassian.bamboo.configuration
Modifier and TypeMethodDescriptionvoid
ConfigurationAction.setGravatarService
(GravatarService gravatarService) -
Uses of GravatarService in com.atlassian.bamboo.notification.buildcommented
Modifier and TypeMethodDescriptionvoid
CommentNotification.setGravatarService
(GravatarService gravatarService) -
Uses of GravatarService in com.atlassian.bamboo.plugins.jira.event
ModifierConstructorDescriptionVersionCreatedIssuePublisher
(com.atlassian.event.api.EventPublisher eventPublisher, com.atlassian.event.remote.RemoteEventProducerRegistrar remoteEventProducerRegistrar, DeploymentVersionService deploymentVersionService, DeploymentProjectService deploymentProjectService, DeploymentVersionLinkedJiraIssuesService deploymentVersionLinkedJiraIssuesService, AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooUserManager userManager, GravatarService gravatarService) -
Uses of GravatarService in com.atlassian.bamboo.spring
Modifier and TypeFieldDescriptionstatic final Supplier<GravatarService>
ComponentAccessor.GRAVATAR_SERVICE
Deprecated. -
Uses of GravatarService in com.atlassian.bamboo.user.gravatar
Modifier and TypeClassDescriptionclass
A gravatar is a dynamic image resource that is requested from the gravatar.com server. -
Uses of GravatarService in com.atlassian.bamboo.ww2
ModifierConstructorDescriptionFreemarkerContext
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, LinkedDeploymentProjectCacheService linkedDeploymentProjectCacheService, NotificationManager notificationManager, PlanFavouriteService planFavouriteService, PlanManager planManager, com.atlassian.plugin.PluginAccessor pluginAccessor, NodeStatusProvider nodeStatusProvider, StorageCappingService storageCappingService, VcsRepositoryViewerManager vcsRepositoryViewerManager, com.atlassian.plugin.web.api.DynamicWebInterfaceManager webInterfaceManager, com.atlassian.plugin.webresource.WebResourceIntegration webResourceIntegration, LookAndFeelAssetsProvider lookAndFeelAssetsProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)