com.atlassian.jira.rest.v1.project
Class ProjectAvatarResource

java.lang.Object
  extended by 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

Constructor Summary
ProjectAvatarResource(JiraAuthenticationContext authenticationContext, ProjectService projectService, AvatarManager avatarManager)
           
 
Method Summary
 javax.ws.rs.core.Response updateUserAvatar(String projectKey, Long avatarId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectAvatarResource

public ProjectAvatarResource(JiraAuthenticationContext authenticationContext,
                             ProjectService projectService,
                             AvatarManager avatarManager)
Method Detail

updateUserAvatar

public javax.ws.rs.core.Response updateUserAvatar(String projectKey,
                                                  Long avatarId)


Copyright © 2002-2012 Atlassian. All Rights Reserved.