Class BoardToolSectionContext

java.lang.Object
com.atlassian.greenhopper.web.rapid.tools.BoardToolSectionContext

public final class BoardToolSectionContext extends Object
Context for rendering rapid board tools sections. Please do not reuse this context because it contains deprecated params.
  • Constructor Details

  • Method Details

    • toMap

      public Map<String,Object> toMap()
      Returns context map for rendering rapid board tools sections. AgileBoard params and request are deprecated but can not be remove because they may be used by P2 plugins.

      The map contains:

      • agileBoard.id -- Long
      • agileBoard.mode -- BoardToolSectionContext.Mode
      • request - HttpServletRequest
      • agileBoard - a Map containing id and mode
      • board - a RapidView
      • boardViewMode - a name of the display mode of the board. Can be plan, work or report

    • getMode

      public BoardToolSectionContext.Mode getMode()
    • getRequest

      public javax.servlet.http.HttpServletRequest getRequest()
    • getRapidView

      public RapidView getRapidView()