com.atlassian.greenhopper.service.sprint
Class SprintTimeRemainingServiceImpl

java.lang.Object
  extended by com.atlassian.greenhopper.service.sprint.SprintTimeRemainingServiceImpl
All Implemented Interfaces:
SprintTimeRemainingService

@Service
public class SprintTimeRemainingServiceImpl
extends java.lang.Object
implements SprintTimeRemainingService


Constructor Summary
SprintTimeRemainingServiceImpl()
           
 
Method Summary
 ServiceOutcome<SprintTimeRemaining> getSprintTimeRemaining(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long sprintId)
          Calculates the time remaining for a sprint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SprintTimeRemainingServiceImpl

public SprintTimeRemainingServiceImpl()
Method Detail

getSprintTimeRemaining

public ServiceOutcome<SprintTimeRemaining> getSprintTimeRemaining(com.atlassian.crowd.embedded.api.User user,
                                                                  RapidView rapidView,
                                                                  java.lang.Long sprintId)
Description copied from interface: SprintTimeRemainingService
Calculates the time remaining for a sprint

Specified by:
getSprintTimeRemaining in interface SprintTimeRemainingService
Returns:


Copyright © 2007-2014 Atlassian. All Rights Reserved.