public class

ProjectAvatarResource

extends Object
java.lang.Object
   ↳ com.atlassian.jira.rest.v1.project.ProjectAvatarResource

Class Overview

Dodgy project avatar REST resource needed to update the avatar for a particular project.

Summary

Public Constructors
ProjectAvatarResource(JiraAuthenticationContext authenticationContext, ProjectService projectService, AvatarManager avatarManager, XsrfInvocationChecker xsrfChecker)
Public Methods
Response updateUserAvatar(String projectKey, Long avatarId)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ProjectAvatarResource (JiraAuthenticationContext authenticationContext, ProjectService projectService, AvatarManager avatarManager, XsrfInvocationChecker xsrfChecker)

Public Methods

public Response updateUserAvatar (String projectKey, Long avatarId)