Uses of Class
com.atlassian.greenhopper.web.rapid.plan.SprintMarkerEntry

Packages that use SprintMarkerEntry
com.atlassian.greenhopper.web.rapid.plan   
 

Uses of SprintMarkerEntry in com.atlassian.greenhopper.web.rapid.plan
 

Methods in com.atlassian.greenhopper.web.rapid.plan that return SprintMarkerEntry
static SprintMarkerEntry SprintMarkerEntry.afterIssue(java.lang.String afterIssueKey, java.lang.String name, long id)
           
static SprintMarkerEntry SprintMarkerEntry.afterMarker(java.lang.Long afterMarkerId, java.lang.String name, long id)
           
static SprintMarkerEntry SprintMarkerEntry.asFirst(java.lang.String name, long id)
           
static SprintMarkerEntry SprintMarkerEntry.withoutPositioning(long id, java.lang.String name)
           
 

Methods in com.atlassian.greenhopper.web.rapid.plan that return types with arguments of type SprintMarkerEntry
 ServiceOutcome<SprintMarkerEntry> SprintMarkerHelper.addSprintMarkerToBacklog(com.atlassian.crowd.embedded.api.User user, RapidView rapidView)
           
 java.util.List<SprintMarkerEntry> SprintMarkerHelper.getMarkers(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.util.List<RapidIssueEntry> issues)
           
 ServiceOutcome<SprintMarkerEntry> SprintMarkerHelper.updateSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker sprintMarker)
           
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.