com.atlassian.jira.rest.v1.project
Class ProjectAvatarResource
java.lang.Object
com.atlassian.jira.rest.v1.project.ProjectAvatarResource
public class ProjectAvatarResource
- extends Object
Dodgy project avatar REST resource needed to update the avatar for a particular project.
- Since:
- v4.4
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectAvatarResource
public ProjectAvatarResource(JiraAuthenticationContext authenticationContext,
ProjectService projectService,
AvatarManager avatarManager,
XsrfInvocationChecker xsrfChecker)
updateUserAvatar
public javax.ws.rs.core.Response updateUserAvatar(String projectKey,
Long avatarId)
Copyright © 2002-2014 Atlassian. All Rights Reserved.