com.atlassian.greenhopper.service.sprint
Class RemoteLinkedSprintMapper

java.lang.Object
  extended by com.atlassian.greenhopper.service.sprint.RemoteLinkedSprintMapper

@Service
public class RemoteLinkedSprintMapper
extends java.lang.Object


Constructor Summary
RemoteLinkedSprintMapper()
           
 
Method Summary
 ServiceOutcome<RemoteLinkedSprint> map(com.atlassian.crowd.embedded.api.User user, RemoteSprintLink linkedSprint)
           
 ServiceOutcome<RemoteLinkedSprints> mapList(com.atlassian.crowd.embedded.api.User user, java.util.List<RemoteSprintLink> linkedSprints)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLinkedSprintMapper

public RemoteLinkedSprintMapper()
Method Detail

mapList

public ServiceOutcome<RemoteLinkedSprints> mapList(com.atlassian.crowd.embedded.api.User user,
                                                   java.util.List<RemoteSprintLink> linkedSprints)

map

public ServiceOutcome<RemoteLinkedSprint> map(com.atlassian.crowd.embedded.api.User user,
                                              RemoteSprintLink linkedSprint)


Copyright © 2007-2014 Atlassian. All Rights Reserved.