|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(RapidView rapidView)
|
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.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<java.util.List<SprintMarker>> |
SprintMarkerServiceImpl.loadMarkers(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
|
ServiceOutcome<java.util.List<SprintMarker>> |
SprintMarkerService.loadMarkers(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView)
Load all markers for a given rapid view |
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 |
Uses of SprintMarker in com.atlassian.greenhopper.web.rapid.plan |
---|
Methods in com.atlassian.greenhopper.web.rapid.plan with parameters of type SprintMarker | |
---|---|
ServiceOutcome<SprintMarkerEntry> |
SprintMarkerHelper.updateSprintMarker(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
SprintMarker sprintMarker)
|
Uses of SprintMarker in com.atlassian.greenhopper.web.rapid.sprint |
---|
Methods in com.atlassian.greenhopper.web.rapid.sprint with parameters of type SprintMarker | |
---|---|
ServiceOutcome<CreateSprintHelper.IssuesForSprint> |
CreateSprintHelper.loadIssuesInSprint(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
SprintMarker sprintMarker,
com.atlassian.fugue.Option<SprintMarker> previousSprintMarker)
Loads all issues to be added to the sprint |
Method parameters in com.atlassian.greenhopper.web.rapid.sprint with type arguments of type SprintMarker | |
---|---|
ServiceOutcome<CreateSprintHelper.IssuesForSprint> |
CreateSprintHelper.loadIssuesInSprint(com.atlassian.crowd.embedded.api.User user,
RapidView rapidView,
SprintMarker sprintMarker,
com.atlassian.fugue.Option<SprintMarker> previousSprintMarker)
Loads all issues to be added to the sprint |
Constructors in com.atlassian.greenhopper.web.rapid.sprint with parameters of type SprintMarker | |
---|---|
CreateSprintHelper.IssueKeysAndStatisticsCallback(SprintMarker sprintMarker,
com.atlassian.fugue.Option<SprintMarker> previousSprintMarker,
java.util.Comparator<Rankable> flatComparator,
DocumentStatisticValueResolver documentStatisticValueResolver,
EstimateStatisticService estimateStatisticService,
RankableFactory rankableFactory)
|
Constructor parameters in com.atlassian.greenhopper.web.rapid.sprint with type arguments of type SprintMarker | |
---|---|
CreateSprintHelper.IssueKeysAndStatisticsCallback(SprintMarker sprintMarker,
com.atlassian.fugue.Option<SprintMarker> previousSprintMarker,
java.util.Comparator<Rankable> flatComparator,
DocumentStatisticValueResolver documentStatisticValueResolver,
EstimateStatisticService estimateStatisticService,
RankableFactory rankableFactory)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |