@ExperimentalApi public final class

Board

extends Object
java.lang.Object
   ↳ com.atlassian.jira.board.Board

@ExperimentalApi

This class is considered usable by external developers but its contracts have not stabilized.

Experimental APIs may be changed at any time before being marked @Internal or @PublicApi.

Class Overview

Represents the core board.

Summary

Public Constructors
Board(BoardId boardId, String jql)
Public Methods
boolean equals(Object o)
BoardId getId()
String getJql()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Board (BoardId boardId, String jql)

Public Methods

public boolean equals (Object o)

public BoardId getId ()

public String getJql ()

public int hashCode ()

public String toString ()