com.atlassian.greenhopper.service.rapid
Class BoardLocation

java.lang.Object
  extended by com.atlassian.greenhopper.service.rapid.BoardLocation

public class BoardLocation
extends java.lang.Object

Result of RapidViewLocationService.getBoardLocationForIssue(com.atlassian.crowd.embedded.api.User, com.atlassian.jira.issue.Issue, com.atlassian.greenhopper.model.rapid.RapidView) and RapidViewLocationService.getBoardLocationForSprint(com.atlassian.crowd.embedded.api.User, com.atlassian.greenhopper.service.sprint.Sprint). The location on the board is either Plan mode, Work mode, or the Sprint Retrospective Report for a particular sprint.

See Also:
RapidViewLocationService

Nested Class Summary
static class BoardLocation.Modes
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static BoardLocation forPlan()
           
static BoardLocation forSprintReport(java.lang.Long sprintId)
           
static BoardLocation forWork()
           
 BoardLocation.Modes getMode()
           
 java.lang.Long getSprintId()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forPlan

public static BoardLocation forPlan()

forWork

public static BoardLocation forWork()

forSprintReport

public static BoardLocation forSprintReport(java.lang.Long sprintId)

getMode

public BoardLocation.Modes getMode()

getSprintId

public java.lang.Long getSprintId()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object


Copyright © 2007-2013 Atlassian. All Rights Reserved.