EpicBoard

object EpicBoard
class Object
trait Matchable
class Any

Value members

Concrete methods

def hideBacklogList: SelectionBuilder[EpicBoard, Option[Boolean]]

Whether or not backlog list is hidden.

Whether or not backlog list is hidden.

def hideClosedList: SelectionBuilder[EpicBoard, Option[Boolean]]

Whether or not closed list is hidden.

Whether or not closed list is hidden.

def id: SelectionBuilder[EpicBoard, BoardsEpicBoardID]

Global ID of the epic board.

Global ID of the epic board.

def labels[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[LabelConnection, A]): SelectionBuilder[EpicBoard, Option[A]]

Labels of the board.

Labels of the board.

def lists[A](id: Option[BoardsEpicListID], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[EpicListConnection, A]): SelectionBuilder[EpicBoard, Option[A]]

Epic board lists.

Epic board lists.

def name: SelectionBuilder[EpicBoard, Option[String]]

Name of the epic board.

Name of the epic board.

def webPath: SelectionBuilder[EpicBoard, String]

Web path of the epic board.

Web path of the epic board.

def webUrl: SelectionBuilder[EpicBoard, String]

Web URL of the epic board.

Web URL of the epic board.