Requirement

object Requirement
class Object
trait Matchable
class Any

Value members

Concrete methods

def author[A](innerSelection: SelectionBuilder[UserCore, A]): SelectionBuilder[Requirement, A]

Author of the requirement.

Author of the requirement.

def createdAt: SelectionBuilder[Requirement, Time]

Timestamp of when the requirement was created.

Timestamp of when the requirement was created.

def description: SelectionBuilder[Requirement, Option[String]]

Description of the requirement.

Description of the requirement.

def descriptionHtml: SelectionBuilder[Requirement, Option[String]]

The GitLab Flavored Markdown rendering of description

The GitLab Flavored Markdown rendering of description

def id: SelectionBuilder[Requirement, String]

ID of the requirement.

ID of the requirement.

def iid: SelectionBuilder[Requirement, String]

Internal ID of the requirement.

Internal ID of the requirement.

def lastTestReportManuallyCreated: SelectionBuilder[Requirement, Option[Boolean]]

Indicates if latest test report was created by user.

Indicates if latest test report was created by user.

def lastTestReportState: SelectionBuilder[Requirement, Option[TestReportState]]

Latest requirement test report state.

Latest requirement test report state.

def project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Requirement, A]

Project to which the requirement belongs.

Project to which the requirement belongs.

def state: SelectionBuilder[Requirement, RequirementState]

State of the requirement.

State of the requirement.

def testReports[A](sort: Option[Sort], after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[TestReportConnection, A]): SelectionBuilder[Requirement, Option[A]]

Test reports of the requirement.

Test reports of the requirement.

def title: SelectionBuilder[Requirement, Option[String]]

Title of the requirement.

Title of the requirement.

def titleHtml: SelectionBuilder[Requirement, Option[String]]

The GitLab Flavored Markdown rendering of title

The GitLab Flavored Markdown rendering of title

def updatedAt: SelectionBuilder[Requirement, Time]

Timestamp of when the requirement was last updated.

Timestamp of when the requirement was last updated.

def userPermissions[A](innerSelection: SelectionBuilder[RequirementPermissions, A]): SelectionBuilder[Requirement, A]

Permissions for the current user on the resource

Permissions for the current user on the resource