Uses of Class
com.atlassian.greenhopper.service.rapid.BoardLocation

Packages that use BoardLocation
com.atlassian.greenhopper.service.rapid   
 

Uses of BoardLocation in com.atlassian.greenhopper.service.rapid
 

Methods in com.atlassian.greenhopper.service.rapid that return BoardLocation
static BoardLocation BoardLocation.forPlan()
           
static BoardLocation BoardLocation.forSprintReport(java.lang.Long sprintId)
           
static BoardLocation BoardLocation.forWork()
           
 

Methods in com.atlassian.greenhopper.service.rapid that return types with arguments of type BoardLocation
 ServiceOutcome<BoardLocation> RapidViewLocationService.getBoardLocationForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue, RapidView rapidView)
          Given the issue and a particular RapidView, returns the precise location of that issue on the RapidView.
 ServiceOutcome<BoardLocation> RapidViewLocationServiceImpl.getBoardLocationForIssue(com.atlassian.crowd.embedded.api.User user, com.atlassian.jira.issue.Issue issue, RapidView rapidView)
           
 ServiceOutcome<BoardLocation> RapidViewLocationService.getBoardLocationForSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
          Given the sprint, returns the precise location of that sprint (on any RapidView).
 ServiceOutcome<BoardLocation> RapidViewLocationServiceImpl.getBoardLocationForSprint(com.atlassian.crowd.embedded.api.User user, Sprint sprint)
           
 



Copyright © 2007-2014 Atlassian. All Rights Reserved.