com.atlassian.greenhopper.web.rapid.plan
Class SprintMarkerHelper

java.lang.Object
  extended by com.atlassian.greenhopper.global.AbstractLoggable
      extended by com.atlassian.greenhopper.web.rapid.plan.SprintMarkerHelper

@Service
public class SprintMarkerHelper
extends AbstractLoggable

Helper function for working with sprint markers


Field Summary
 
Fields inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logger
 
Constructor Summary
SprintMarkerHelper()
           
 
Method Summary
 ServiceOutcome<SprintMarkerEntry> addSprintMarkerToBacklog(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 java.util.List<SprintMarkerEntry> getMarkers(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
           
 ServiceOutcome<SprintMarkerEntry> updateSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker sprintMarker)
           
 
Methods inherited from class com.atlassian.greenhopper.global.AbstractLoggable
logDebug, logError, logException, logInfo, logTrace, logWarn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SprintMarkerHelper

public SprintMarkerHelper()
Method Detail

getMarkers

public java.util.List<SprintMarkerEntry> getMarkers(com.atlassian.crowd.embedded.api.User user,
                                                    RapidView rapidView,
                                                    java.util.List<RapidIssueEntry> issues)

addSprintMarkerToBacklog

public ServiceOutcome<SprintMarkerEntry> addSprintMarkerToBacklog(com.atlassian.crowd.embedded.api.User user,
                                                                  RapidView rapidView)

updateSprintMarker

@NotNull
public ServiceOutcome<SprintMarkerEntry> updateSprintMarker(com.atlassian.crowd.embedded.api.User user,
                                                                    RapidView rapidView,
                                                                    SprintMarker sprintMarker)


Copyright © 2007-2012 Atlassian. All Rights Reserved.