Uses of Class
com.atlassian.greenhopper.model.rapid.SprintMarker

Packages that use SprintMarker
com.atlassian.greenhopper.manager.sprintmarker   
com.atlassian.greenhopper.model.rapid   
com.atlassian.greenhopper.service.migration   
com.atlassian.greenhopper.service.sprintmarker   
 

Uses of SprintMarker in com.atlassian.greenhopper.manager.sprintmarker
 

Methods in com.atlassian.greenhopper.manager.sprintmarker that return SprintMarker
 SprintMarker SprintMarkerAOMapper.toModel(RankableObject rankableObject, SprintMarkerAO sprintMarkerAO)
           
 

Methods in com.atlassian.greenhopper.manager.sprintmarker that return types with arguments of type SprintMarker
 ServiceOutcome<SprintMarker> SprintMarkerManager.createSprintMarker(SprintMarker marker)
           
 ServiceOutcome<SprintMarker> SprintMarkerManager.getSprintMarker(java.lang.Long id)
           
 ServiceOutcome<java.util.List<SprintMarker>> SprintMarkerManager.loadMarkers(java.lang.Long rapidViewId)
           
 ServiceOutcome<SprintMarker> SprintMarkerManager.updateSprintmarker(SprintMarker sprintMarker)
           
 

Methods in com.atlassian.greenhopper.manager.sprintmarker with parameters of type SprintMarker
 ServiceOutcome<SprintMarker> SprintMarkerManager.createSprintMarker(SprintMarker marker)
           
 ServiceOutcome<java.lang.Void> SprintMarkerManager.deleteMarker(SprintMarker marker)
           
 java.util.Map<java.lang.String,java.lang.Object> SprintMarkerAOMapper.toSprintMarkerAO(SprintMarker model)
           
 void SprintMarkerAOMapper.update(SprintMarker sprintMarker, SprintMarkerAO sprintMarkerAO)
           
 ServiceOutcome<SprintMarker> SprintMarkerManager.updateSprintmarker(SprintMarker sprintMarker)
           
 

Uses of SprintMarker in com.atlassian.greenhopper.model.rapid
 

Methods in com.atlassian.greenhopper.model.rapid that return SprintMarker
 SprintMarker SprintMarker.Builder.build()
           
 

Methods in com.atlassian.greenhopper.model.rapid with parameters of type SprintMarker
static SprintMarker.Builder SprintMarker.builder(SprintMarker marker)
           
 

Uses of SprintMarker in com.atlassian.greenhopper.service.migration
 

Method parameters in com.atlassian.greenhopper.service.migration with type arguments of type SprintMarker
 java.util.List<Rankable> SprintMarkerMigrationHelper.sortSprintMarkersByRank(RapidViewAO rapidView, java.util.Map<java.lang.Long,SprintMarker> sprintMarkers)
           
 

Uses of SprintMarker in com.atlassian.greenhopper.service.sprintmarker
 

Methods in com.atlassian.greenhopper.service.sprintmarker that return types with arguments of type SprintMarker
 ServiceOutcome<SprintMarker> SprintMarkerServiceImpl.createSprintMarker(com.atlassian.crowd.embedded.api.User user, java.lang.String name, RapidView rapidView)
           
 ServiceOutcome<SprintMarker> SprintMarkerService.createSprintMarker(com.atlassian.crowd.embedded.api.User user, java.lang.String name, RapidView rapidView)
          Create a new sprint marker This will create a sprintmarker together with a rankable object, which initially isn't ranked though.
 ServiceOutcome<SprintMarker> SprintMarkerServiceImpl.getSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long id)
           
 ServiceOutcome<SprintMarker> SprintMarkerService.getSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, java.lang.Long id)
          Get a sprint marker given its id.
 ServiceOutcome<SprintMarker> SprintMarkerServiceImpl.updateSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker markerToUpdate)
           
 ServiceOutcome<SprintMarker> SprintMarkerService.updateSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker marker)
          Update a sprint marker
 

Methods in com.atlassian.greenhopper.service.sprintmarker with parameters of type SprintMarker
 ServiceOutcome<java.lang.Void> SprintMarkerServiceImpl.deleteMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker marker)
           
 ServiceOutcome<java.lang.Void> SprintMarkerService.deleteMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker marker)
          Delete a given sprint marker
 ServiceOutcome<SprintMarker> SprintMarkerServiceImpl.updateSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker markerToUpdate)
           
 ServiceOutcome<SprintMarker> SprintMarkerService.updateSprintMarker(com.atlassian.crowd.embedded.api.User user, RapidView rapidView, SprintMarker marker)
          Update a sprint marker
 



Copyright © 2007-2013 Atlassian. All Rights Reserved.