UserMergeRequestInteraction

class Object
trait Matchable
class Any

Value members

Concrete methods

def applicableApprovalRules[A](innerSelection: SelectionBuilder[ApprovalRule, A]): SelectionBuilder[UserMergeRequestInteraction, Option[List[A]]]

Approval rules that apply to this user for this merge request.

Approval rules that apply to this user for this merge request.

def approved: SelectionBuilder[UserMergeRequestInteraction, Boolean]

Whether this user has approved this merge request.

Whether this user has approved this merge request.

def canMerge: SelectionBuilder[UserMergeRequestInteraction, Boolean]

Whether this user can merge this merge request.

Whether this user can merge this merge request.

def canUpdate: SelectionBuilder[UserMergeRequestInteraction, Boolean]

Whether this user can update this merge request.

Whether this user can update this merge request.

The state of the review by this user.

The state of the review by this user.

def reviewed: SelectionBuilder[UserMergeRequestInteraction, Boolean]

Whether this user has provided a review for this merge request.

Whether this user has provided a review for this merge request.