BoardList

object BoardList
class Object
trait Matchable
class Any

Value members

Concrete methods

def assignee[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[BoardList, Option[A]]

Assignee in the list.

Assignee in the list.

def collapsed: SelectionBuilder[BoardList, Option[Boolean]]

Indicates if the list is collapsed for this user.

Indicates if the list is collapsed for this user.

def id: SelectionBuilder[BoardList, String]

ID (global ID) of the list.

ID (global ID) of the list.

def issues[A](filters: Option[BoardIssueInput], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[IssueConnection, A]): SelectionBuilder[BoardList, Option[A]]

Board issues.

Board issues.

def issuesCount: SelectionBuilder[BoardList, Option[Int]]

Count of issues in the list.

Count of issues in the list.

def iteration[A](innerSelection: SelectionBuilder[Iteration, A]): SelectionBuilder[BoardList, Option[A]]

Iteration of the list.

Iteration of the list.

def label[A](innerSelection: SelectionBuilder[Label, A]): SelectionBuilder[BoardList, Option[A]]

Label of the list.

Label of the list.

def limitMetric: SelectionBuilder[BoardList, Option[ListLimitMetric]]

The current limit metric for the list.

The current limit metric for the list.

def listType: SelectionBuilder[BoardList, String]

Type of the list.

Type of the list.

def maxIssueCount: SelectionBuilder[BoardList, Option[Int]]

Maximum number of issues in the list.

Maximum number of issues in the list.

def maxIssueWeight: SelectionBuilder[BoardList, Option[Int]]

Maximum weight of issues in the list.

Maximum weight of issues in the list.

def milestone[A](innerSelection: SelectionBuilder[Milestone, A]): SelectionBuilder[BoardList, Option[A]]

Milestone of the list.

Milestone of the list.

def position: SelectionBuilder[BoardList, Option[Int]]

Position of list within the board.

Position of list within the board.

def title: SelectionBuilder[BoardList, String]

Title of the list.

Title of the list.

def totalWeight: SelectionBuilder[BoardList, Option[Int]]

Total weight of all issues in the list.

Total weight of all issues in the list.