Class ProjectAvatarResource
java.lang.Object
com.atlassian.jira.rest.v1.project.ProjectAvatarResource
Dodgy project avatar REST resource needed to update the avatar for a particular project.
- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionProjectAvatarResource
(JiraAuthenticationContext authenticationContext, ProjectService projectService, AvatarManager avatarManager, XsrfInvocationChecker xsrfChecker) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
updateUserAvatar
(String projectKey, Long avatarId)
-
Constructor Details
-
ProjectAvatarResource
@Inject public ProjectAvatarResource(JiraAuthenticationContext authenticationContext, ProjectService projectService, AvatarManager avatarManager, XsrfInvocationChecker xsrfChecker)
-
-
Method Details
-
updateUserAvatar
-