@ExperimentalApi public class BoardData extends Object
Board
. To create instances of this class,
use BoardData.Builder
Modifier and Type | Class and Description |
---|---|
static class |
BoardData.Builder
Builder for
BoardData . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Board |
getBoard() |
List<BoardColumn> |
getColumns() |
BoardId |
getId() |
List<Issue> |
getIssues() |
String |
getJql() |
int |
getMaxResults() |
List<ApplicationUser> |
getPeople() |
int |
getTotal() |
boolean |
hasFilteredDoneIssues() |
int |
hashCode() |
String |
toString() |
public Board getBoard()
public String getJql()
public BoardId getId()
public List<ApplicationUser> getPeople()
public List<BoardColumn> getColumns()
public int getMaxResults()
public int getTotal()
public boolean hasFilteredDoneIssues()
Copyright © 2002-2022 Atlassian. All Rights Reserved.