Uses of Interface
com.atlassian.bamboo.user.gravatar.GravatarService
-
-
Uses of GravatarService in com.atlassian.bamboo.avatar
Methods in com.atlassian.bamboo.avatar that return GravatarService Modifier and Type Method Description protected GravatarService
HigherOrderAvatarProviderImpl. getGravatarService()
-
Uses of GravatarService in com.atlassian.bamboo.configuration
Methods in com.atlassian.bamboo.configuration with parameters of type GravatarService Modifier and Type Method Description void
ConfigurationAction. setGravatarService(GravatarService gravatarService)
-
Uses of GravatarService in com.atlassian.bamboo.notification.buildcommented
Methods in com.atlassian.bamboo.notification.buildcommented with parameters of type GravatarService Modifier and Type Method Description void
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 GravatarService Constructor Description VersionCreatedIssuePublisher(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 GravatarService Modifier and Type Field Description static Supplier<GravatarService>
ComponentAccessor. GRAVATAR_SERVICE
Deprecated. -
Uses of GravatarService in com.atlassian.bamboo.user.gravatar
Classes in com.atlassian.bamboo.user.gravatar that implement GravatarService Modifier and Type Class Description 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 Constructor Description FreemarkerContext(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, SystemInfo systemInfo, com.atlassian.plugin.webresource.WebResourceUrlProvider webResourceUrlProvider, CustomVariableContext customVariableContext, HigherOrderAvatarProvider higherOrderAvatarProvider, BambooClusterNodeHeartbeatService clusterNodeHeartbeatService)
-