object Requirement
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Requirement
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
author[A](innerSelection: SelectionBuilder[User, A]): SelectionBuilder[Requirement, A]
Author of the requirement
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
createdAt: SelectionBuilder[Requirement, Time]
Timestamp of when the requirement was created
-
def
description: SelectionBuilder[Requirement, Option[String]]
Description of the requirement
-
def
descriptionHtml: SelectionBuilder[Requirement, Option[String]]
The GitLab Flavored Markdown rendering of
description -
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
id: SelectionBuilder[Requirement, String]
ID of the requirement
-
def
iid: SelectionBuilder[Requirement, String]
Internal ID of the requirement
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
lastTestReportManuallyCreated: SelectionBuilder[Requirement, Option[Boolean]]
Indicates if latest test report was created by user
-
def
lastTestReportState: SelectionBuilder[Requirement, Option[TestReportState]]
Latest requirement test report state
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
project[A](innerSelection: SelectionBuilder[Project, A]): SelectionBuilder[Requirement, A]
Project to which the requirement belongs
-
def
state: SelectionBuilder[Requirement, RequirementState]
State of the requirement
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
testReports[A](sort: Option[Sort] = None, after: Option[String] = None, before: Option[String] = None, first: Option[Int] = None, last: Option[Int] = None)(innerSelection: SelectionBuilder[TestReportConnection, A]): SelectionBuilder[Requirement, Option[A]]
Test reports of the requirement
-
def
title: SelectionBuilder[Requirement, Option[String]]
Title of the requirement
-
def
titleHtml: SelectionBuilder[Requirement, Option[String]]
The GitLab Flavored Markdown rendering of
title -
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
updatedAt: SelectionBuilder[Requirement, Time]
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
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated