Uses of Interface
com.atlassian.bamboo.user.gravatar.GravatarService
Packages that use GravatarService
Package
Description
-
Uses of GravatarService in com.atlassian.bamboo.avatar
Methods in com.atlassian.bamboo.avatar that return GravatarServiceModifier and TypeMethodDescriptionprotected GravatarService
HigherOrderAvatarProviderImpl.getGravatarService()
-
Uses of GravatarService in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration with parameters of type GravatarServiceModifier and TypeMethodDescriptionvoid
ConfigurationAction.setGravatarService
(GravatarService gravatarService) -
Uses of GravatarService in com.atlassian.bamboo.notification.buildcommented
Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type GravatarServiceModifier and TypeMethodDescriptionvoid
CommentNotification.setGravatarService
(GravatarService gravatarService) -
Uses of GravatarService in com.atlassian.bamboo.plugins.jira.event
Constructors in com.atlassian.bamboo.plugins.jira.event with parameters of type GravatarServiceModifierConstructorDescriptionVersionCreatedIssuePublisher
(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
Fields in com.atlassian.bamboo.spring with type parameters of type GravatarServiceModifier and TypeFieldDescriptionstatic final Supplier<GravatarService>
ComponentAccessor.GRAVATAR_SERVICE
Deprecated. -
Uses of GravatarService in com.atlassian.bamboo.user.gravatar
Classes in com.atlassian.bamboo.user.gravatar that implement GravatarServiceModifier 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
Constructors in com.atlassian.bamboo.ww2 with parameters of type GravatarServiceModifierConstructorDescriptionFreemarkerContext
(AdministrationConfigurationAccessor administrationConfigurationAccessor, BambooLicenseManager bambooLicenseManager, BambooPermissionManager bambooPermissionManager, BambooUserManager bambooUserManager, BootstrapManager bootstrapManager, CachedPlanManager cachedPlanManager, CachedRepositoryDefinitionManager cachedRepositoryDefinitionManager, CommentManager commentManager, DarkFeatureService darkFeatureService, DocumentationLinkProvider documentationLinkProvider, FeatureManager featureManager, GravatarService gravatarService, CachedDeploymentProjectService cachedDeploymentProjectService, CachedEnvironmentService cachedEnvironmentService, 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)